Your company has a project in Azure DevOps for a new web application. The company identifies security as one of the highest priorities. You need to recommend a solution to minimize the likelihood that infrastructure credentials will be leaked. What should you recommend?

Last Updated on November 3, 2021 by Admin 2

Your company has a project in Azure DevOps for a new web application.

The company identifies security as one of the highest priorities.

You need to recommend a solution to minimize the likelihood that infrastructure credentials will be leaked.

What should you recommend?

  • Add a Run Inline Azure PowerShell task to the pipeline.
  • Add a PowerShell task to the pipeline and run Set-AzureKeyVaultSecret.
  • Add an Azure Key Vault task to the pipeline.
  • Add Azure Key Vault references to Azure Resource Manger templates.
Explanation:
Azure Key Vault provides a way to securely store credentials and other keys and secrets.
The Set-AzureKeyVaultSecret cmdlet creates or updates a secret in a key vault in Azure Key Vault.
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments