You are deploying a server application that will run on a Server Core installation of Windows Server 2019. You create an Azure key vault and a secret. You need ...
Microsoft AZ-400 Exam
Questions Number: 152 out of 535 Questions
28.41%
Question 152
You are deploying a server application that will run on a Server Core installation of Windows Server 2019. You create an Azure key vault and a secret. You need to use the key vault to secure API secrets for third-party integrations. Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
BE: An app deployed to Azure can take advantage of Managed identities for Azure resources, which allows the app to authenticate with Azure Key Vault using Azure AD authentication without credentials (Application ID and Password/Client Secret) stored in the app. C: 1. Select Add Access Policy. 2. Open Secret permissions and provide the app with Get and List permissions. 3. Select Select principal and select the registered app by name. Select the Select button. 4. Select OK. 5. Select Save. 6. Deploy the app. Reference: https://docs.microsoft.com/en-us/aspnet/core/security/key-vault-configuration