nerdexam
Microsoft

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

Submitted by satoshi_tk· Mar 30, 2026Implement Azure security

Question

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 Directory (AAD). What should you do on the e-Commerce Web App?

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)
  • A
    8% (2)
  • B
    4% (1)
  • C
    77% (20)
  • D
    12% (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

#Managed Identity#Azure Key Vault#App Service authentication#Azure AD

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice