You are developing an Azure Function that calls external APIs by providing an access token for the API. The access token is stored in a secret named token in an...
Microsoft AZ-204 Exam
Questions Number: 184 out of 355 Questions
51.83%
Question 184
You are developing an Azure Function that calls external APIs by providing an access token for the API. The access token is stored in a secret named token in an Azure Key Vault named mykeyvault. You need to ensure the Azure Function can access to the token. Which value should you store in the Azure Function App configuration?
Add Key Vault secrets reference in the Function App configuration. Syntax: @Microsoft.KeyVault(SecretUri={copied identifier for the username secret}) Reference: https://daniel-krzyczkowski.github.io/Integrate-Key-Vault-Secrets-With-Azure-Functions/