ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 141 - AZ-400 discussion

Report
Export

You have an Azure Resource Manager template that deploys a multi-tier application.

You need to prevent the user who performs the deployment from viewing the account credentials and connection strings used by the application. What should you use?

A.
Azure Key Vault
Answers
A.
Azure Key Vault
B.
a Web.config file
Answers
B.
a Web.config file
C.
an Appsettings.json file
Answers
C.
an Appsettings.json file
D.
an Azure Storage table
Answers
D.
an Azure Storage table
E.
an Azure Resource Manager parameter file
Answers
E.
an Azure Resource Manager parameter file
Suggested answer: A

Explanation:

When you need to pass a secure value (like a password) as a parameter during deployment, you can retrieve the value from an Azure Key Vault. You retrieve the value by referencing the key vault and secret in your parameter file. The value is never exposed because you only reference its key vault ID. The key vault can exist in a different subscription than the resource group you are deploying to.

Reference:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-keyvault-parameter

asked 02/10/2024
TAMPO DARKOI
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first