Created
July 3, 2023 15:26
-
-
Save asahicantu/0602312565832be3661c15255a7679af to your computer and use it in GitHub Desktop.
Configure WebApp to pull information from Azure KeyVault
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
az webapp identity assign --name "<your-webapp-name>" --resource-group "myResourceGroup" | |
az keyvault set-policy --name "<your-keyvault-name>" --object-id "<principalId>" --secret-permissions get list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment