ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 137 - AZ-400 discussion

Report
Export

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?

A.
Add a Run Inline Azure PowerShell task to the pipeline.
Answers
A.
Add a Run Inline Azure PowerShell task to the pipeline.
B.
Add a PowerShell task to the pipeline and run Set-AzureKeyVaultSecret.
Answers
B.
Add a PowerShell task to the pipeline and run Set-AzureKeyVaultSecret.
C.
Add an Azure Key Vault task to the pipeline.
Answers
C.
Add an Azure Key Vault task to the pipeline.
D.
Add Azure Key Vault references to Azure Resource Manger templates.
Answers
D.
Add Azure Key Vault references to Azure Resource Manger templates.
Suggested answer: B

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.

Reference:

https://docs.microsoft.com/en-us/powershell/module/azurerm.keyvault/set-azurekeyvaultsecret

asked 02/10/2024
Kevin Margan
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first