Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft AZ-400 Exam - Topic 5 Question 135 Discussion

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?
D) Azure Key Vault
A) an Azure Resource Manager parameter file
B) an Azure Storage table
C) an Appsettings.json files
E) a Web.config file

Microsoft AZ-400 Exam - Topic 5 Question 135 Discussion

Actual exam question for Microsoft's AZ-400 exam
Question #: 135
Topic #: 5
[All AZ-400 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: D

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.


Contribute your Thoughts:

0/2000 characters
Tamesha
3 days ago
Wait, can you really hide credentials with Key Vault? Sounds too good to be true!
upvoted 0 times
...
Lorenza
8 days ago
I think A) an Azure Resource Manager parameter file could work too, but not as secure.
upvoted 0 times
...
Jeannetta
13 days ago
Definitely go with D) Azure Key Vault. It's the best for secrets management.
upvoted 0 times
...
Cletus
18 days ago
I’m a bit confused about the Appsettings.json file. Isn’t that just for app settings? I don’t think it would keep credentials hidden.
upvoted 0 times
...
Geraldine
23 days ago
I feel like I’ve seen a similar question before, and Key Vault was the right answer there too. It really seems like the best option.
upvoted 0 times
...
Dierdre
29 days ago
I’m not entirely sure, but I remember something about parameter files being used for configurations. Could they help with this?
upvoted 0 times
...
Leonardo
1 month ago
I think using Azure Key Vault makes the most sense here since it’s designed for securely storing secrets like credentials.
upvoted 0 times
...

Save Cancel