Below you will find pages that utilize the taxonomy term “function-app”
Posts
How to make an Azure Function App read Secrets from a Key Vault
1. Make sure the function app has a managed identity Go to your Azure Function App and then go to Settings > Identity. Switch the status from off to on.
Enabling System assigned managed identity in the Azure Function App
2. Create a Secret in the Azure Key Vault Go to your Azure Key Vault and then go to Settings > Secrets. Click + Generate/Import.
Navigating towards Secrets in the Azure Key Vault