AZ-400 Microsoft Azure DevOps Solutions

Loading demo links...

Showing 13–15 of 20 questions

Question 13 (New Update)

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.

D18912E1457D5D1DDCBD40AB3BF70D5D

Select all that apply, then click Submit answer.

  • Configure RBAC for the key vault.

  • Modify the application to access the key vault.

  • Configure a Key Vault access policy.

  • Deploy an Azure Desired State Configuration (DSC) extension.

  • Deploy a virtual machine that uses a system-assigned managed identity.

Question 14 (New Update)

You manage source code control and versioning by using GitHub.

You need to ensure that a PowerShell script is executed automatically before rebase operations are performed.

What should you use?

Select an option, then click Submit answer.

  • a package

  • GitHub Copilot

  • a webhook

  • a gist

Question 15 (New Update)

You create a Microsoft ASP.NET Core application.

You plan to use Azure Key Vault to provide secrets to the application as configuration data.

You need to create a Key Vault access policy to assign secret permissions to the application. The solution must use the principle of least privilege.

Which secret permissions should you use?

Select an option, then click Submit answer.

  • List only

  • Get only

  • Get and List