AZ-204 · Question #275
You are developing an e-Commerce Web App. You want to use Azure Key Vault to ensure that sign-ins to the e-Commerce Web App are secured by using Azure App Service authentication and Azure Active Direc
The correct answer is C. Enable Managed Service Identity (MSI).. Azure Key Vault provides a way to store credentials and other secrets with increased security. But your code needs to authenticate to Key Vault to retrieve them. Managed identities for Azure resources help to solve this problem by giving Azure services an automatically managed id
Question
Options
- ARun the command.
- BEnable Azure AD Connect.
- CEnable Managed Service Identity (MSI).
- DCreate an Azure AD service principal.
How the community answered
(26 responses)- A8% (2)
- B4% (1)
- C77% (20)
- D12% (3)
Explanation
Azure Key Vault provides a way to store credentials and other secrets with increased security. But your code needs to authenticate to Key Vault to retrieve them. Managed identities for Azure resources help to solve this problem by giving Azure services an automatically managed identity in Azure Active Directory (Azure AD). You can use this identity to authenticate to any service that supports Azure AD authentication, including Key Vault, without having to display credentials in https://docs.microsoft.com/en-us/azure/key-vault/general/tutorial-net-create-vault-azure-web-app
Topics
Community Discussion
No community discussion yet for this question.