I have some secret key which is presently in the git repo of angular code, which is not secure - I want them to be read from the Azure key vault from angular code.
Any help or suggestion will be appreciated.
I have some secret key which is presently in the git repo of angular code, which is not secure - I want them to be read from the Azure key vault from angular code.
Any help or suggestion will be appreciated.
Copyright © 2021 Jogjafile Inc.
Managed identities are helpful to allows your app to easily access other Azure AD-protected resources such as Azure Key Vault
Please try below steps to access Key Vault
If the application in deployed in Azure VM, managed identity can be added to VM. Please refer to the documentation for more details on managed identity
https://learn.microsoft.com/en-us/azure/app-service/overview-managed-identity?tabs=portal%2Chttp