Implementing secure cloud solutions
- An App Service web app you’re developing needs to access a secret from one of your key vaults using an identity that shares the same life cycle as the web app.
Which two of the following commands should be used to enable this (in addition to any code changes that might be required)?
az webapp identity assign
az keyvault set-policy
az identity create
az policy assignment create
- You’re developing a solution that implements several Azure functions and an App Service web app.
You need to centrally manage the application features and configuration settings for all the functions and the web app. You’re already using Azure Key Vault for the central management of application secrets.
Which one of the following services is most appropriate to use in this scenario?
- Azure Key Vault
- Application groups
- API connections
- App Configuration
- Developers within...