Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save asahicantu/0602312565832be3661c15255a7679af to your computer and use it in GitHub Desktop.
Save asahicantu/0602312565832be3661c15255a7679af to your computer and use it in GitHub Desktop.
Configure WebApp to pull information from Azure KeyVault
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