exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 4 question 6 discussion

Actual exam question from Microsoft's AZ-104
Question #: 6
Topic #: 4
[All AZ-104 Questions]

You download an Azure Resource Manager template based on an existing virtual machine. The template will be used to deploy 100 virtual machines.
You need to modify the template to reference an administrative password. You must prevent the password from being stored in plain text.
What should you create to store the password?

  • A. an Azure Key Vault and an access policy
  • B. an Azure Storage account and an access policy
  • C. a Recovery Services vault and a backup policy
  • D. Azure Active Directory (AD) Identity Protection and an Azure policy
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
fedztedz
Highly Voted 4 years ago
Correct. Answer is A using Azure Vault
upvoted 85 times
...
waterzhong
Highly Voted 3 years, 11 months ago
"adminPassword": { "reference": { "keyVault": { "id": "GEN-KEYVAULT-RESOURCE-ID" }, "secretName": "GEN-KEYVAULT-PASSWORD-SECRET-NAME" } }
upvoted 60 times
AThakor
1 year, 2 months ago
This clarifies the answer, Thanks
upvoted 1 times
...
...
SeMo0o0o0o
Most Recent 2 months, 4 weeks ago
Selected Answer: A
A is corerct
upvoted 1 times
...
tashakori
8 months, 3 weeks ago
A is correct
upvoted 1 times
...
iamchoy
1 year, 2 months ago
Selected Answer: A
The correct answer is: A. an Azure Key Vault and an access policy Explanation: Azure Key Vault is a cloud service that safeguards encryption keys and secrets like certificates, connection strings, and passwords. When deploying resources through Azure Resource Manager templates, it's a best practice to store sensitive data like administrative passwords in Azure Key Vault rather than in the template itself. By referencing the Azure Key Vault in the ARM template, the password can be fetched securely during deployment. The access policy in Azure Key Vault defines what operations can be done on the secrets (like read or write) and who can perform these operations. Thus, the best way to securely store and reference an administrative password in an Azure Resource Manager template is by using Azure Key Vault and setting an appropriate access policy.
upvoted 1 times
...
CarlosMarin
1 year, 3 months ago
This question was in my exam on 31/08/2023.
upvoted 2 times
...
GohanF2
1 year, 8 months ago
answer is right. This question also appears on MS free assessment exam.
upvoted 3 times
...
UmbongoDrink
1 year, 9 months ago
Selected Answer: A
A) "an Azure Key Vault and an access policy" Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/key-vault-parameter?tabs=azure-cli
upvoted 2 times
...
LalitMF
1 year, 11 months ago
Selected Answer: A
Azure key vault is the correct answer
upvoted 3 times
...
NaoVaz
2 years, 2 months ago
Selected Answer: A
A) "an Azure Key Vault and an access policy" Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/key-vault-parameter?tabs=azure-cli
upvoted 3 times
...
EmnCours
2 years, 3 months ago
Selected Answer: A
Correct Answer: A
upvoted 2 times
...
Nathia
2 years, 3 months ago
Selected Answer: A
Azure Key Value is used to store sensitive data like password, keys
upvoted 2 times
...
JacquesV
2 years, 3 months ago
In exam on 10Aug2022
upvoted 2 times
...
geeta28
2 years, 5 months ago
This came in June 25 2022 exam. Didn't pass :(
upvoted 4 times
CKRCKR
1 year, 4 months ago
Dont worry, try again
upvoted 1 times
...
...
Lazylinux
2 years, 5 months ago
Selected Answer: A
A is correct Azure Key Vault to store password and an access policy to control access to the vault
upvoted 5 times
...
manalshowaei
2 years, 5 months ago
Selected Answer: A
A. an Azure Key Vault and an access policy
upvoted 3 times
...
epomatti
2 years, 7 months ago
Selected Answer: A
Correct, it is A
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...