Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 3 question 78 discussion

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

You have an Azure virtual machine named VM1 and an Azure key vault named Vault1.

On VM1, you plan to configure Azure Disk Encryption to use a key encryption key (KEK).

You need to prepare Vault1 for Azure Disk Encryption.

Which two actions should you perform on Vault1? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • A. Select Azure Virtual machines for deployment.
  • B. Create a new key.
  • C. Create a new secret.
  • D. Configure a key rotation policy.
  • E. Select Azure Disk Encryption for volume encryption.
Show Suggested Answer Hide Answer
Suggested Answer: BE 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
iamchoy
Highly Voted 1 year ago
Selected Answer: BE
To prepare Vault1 for Azure Disk Encryption with a key encryption key (KEK): 1. **You need to have a key in the Key Vault.** This will be the KEK. Azure Disk Encryption uses BitLocker for Windows VMs, which requires a key for encrypting the data disk. If you're using a KEK, the BEK (BitLocker Encryption Key) will be wrapped by this KEK. So, you should: B. Create a new key. 2. **The key vault itself should be configured for Azure Disk Encryption.** This ensures the vault is set up to work with Azure VMs and their disks. Therefore: E. Select Azure Disk Encryption for volume encryption. So, the correct actions are B and E.
upvoted 24 times
...
rikininetysix
Highly Voted 1 year ago
Selected Answer: BD
To prepare Azure Key Vault (Vault1) for Azure Disk Encryption using a key encryption key (KEK) on VM1, you should perform the following actions: B. Create a new key: You need to create a key in the key vault to be used as the KEK for Azure Disk Encryption. D. Configure a key rotation policy: Azure Disk Encryption typically requires key rotation. Configuring a key rotation policy is a best practice for managing encryption keys securely. The correct options are B and D. Option E, "Select Azure Disk Encryption for volume encryption," is not the correct choice in this scenario because this action should be performed on the virtual machine (VM1) and not on the Azure Key Vault (Vault1).
upvoted 6 times
...
CrypticToast
Most Recent 1 week, 3 days ago
To prepare Vault1 for Azure Disk Encryption using a Key Encryption Key (KEK), the following actions are required: B. Create a new key: Azure Disk Encryption with KEK requires a key in the Key Vault to encrypt the disk encryption key (DEK). Therefore, you need to create a key in the key vault. E. Select Azure Disk Encryption for volume encryption: You need to select Azure Disk Encryption as it will integrate the key vault with the disk encryption process. The correct answers are B and E.
upvoted 1 times
...
SeMo0o0o0o
1 month ago
Selected Answer: BE
B & E are correct
upvoted 1 times
...
ajay01avhad
2 months, 1 week ago
Correct Answers: B. Create a new key. E. Select Azure Disk Encryption for volume encryption.
upvoted 1 times
...
Amir1909
7 months, 1 week ago
B and E is correct
upvoted 1 times
...
bacana
8 months, 2 weeks ago
Azure Disk Encryption and auto-rotation Although Azure Key Vault now has key auto-rotation, it isn't currently compatible with Azure Disk Encryption. Specifically, Azure Disk Encryption will continue to use the original encryption key, even after it has been auto-rotated. Rotating an encryption key won't break Azure Disk Encryption, but disabling the "old" encryption key (in other words, the key Azure Disk Encryption is still using) will.
upvoted 1 times
...
clg003
12 months ago
Selected Answer: AE
https://learn.microsoft.com/en-us/azure/virtual-machines/windows/disk-encryption-key-vault?tabs=azure-portal Vault is already created you now need to configure it for Azure Disk Encryption. The steps to do this are in the doc. Azure portal Select your key vault and go to Access Policies. (E) Under "Enable Access to", select the box labeled Azure Disk Encryption for volume encryption. (A) Select Azure Virtual Machines for deployment and/or Azure Resource Manager for template deployment, if needed. Click Save.
upvoted 4 times
...
aldebaran65
1 year ago
Selected Answer: BE
https://learn.microsoft.com/en-us/azure/virtual-machines/windows/disk-encryption-key-vault?tabs=azure-portal Steps: 1. Creating a resource group, if needed. 2. Creating a key vault. (B) 3. Setting key vault advanced access policies. (E) Set key vault advanced access policies The Azure platform needs access to the encryption keys or secrets in your key vault to make them available to the VM for booting and decrypting the volumes. If you didn't enable your key vault for disk encryption, deployment, or template deployment at the time of creation (as demonstrated in the previous step), you must update its advanced access policies. 1. Select your key vault and go to Access Policies. 2. Under "Enable Access to", select the box labeled Azure Disk Encryption for volume encryption. ((E)) 3. Select Azure Virtual Machines for deployment and/or Azure Resource Manager for template deployment, if needed. 4. Click Save.
upvoted 3 times
...
Esteban08
1 year ago
1. Create the key 2. Enable "Azure Disk Encryption for volume encryption" to give access to the boot process. Configure key rotation does not have effect. "Although Azure Key Vault now has key auto-rotation, it isn't currently compatible with Azure Disk Encryption. Specifically, Azure Disk Encryption will continue to use the original encryption key, even after it has been auto-rotated. Rotating an encryption key won't break Azure Disk Encryption, but disabling the "old" encryption key (in other words, the key Azure Disk Encryption is still using) will."
upvoted 3 times
...
ducklaorange
1 year, 1 month ago
A little bit vague, but B and D seems correct, depending on how you look at it: Relevant links: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/disk-encryption-key-vault?tabs=azure-portal https://learn.microsoft.com/en-us/azure/virtual-machines/windows/disk-encryption-windows
upvoted 6 times
SivaPannier
1 year ago
To me B & E seems to be correct. The link Says the option A is optional. https://learn.microsoft.com/en-us/azure/virtual-machines/windows/disk-encryption-key-vault?tabs=azure-portal
upvoted 2 times
ducklaorange
1 year ago
Of course, a lot of things are optional, but read the question. It's about preparing Vault 1, so if you already have created a key what else is there except to configure a rotation policy.
upvoted 1 times
...
...
...
Exilic
1 year, 1 month ago
ChatGPT "To prepare Azure Key Vault (Vault1) for Azure Disk Encryption using a key encryption key (KEK) on VM1, you need to perform the following actions: B. Create a new key: You should create a new key in Vault1. This key will serve as the KEK for encrypting the VM's disks. D. Configure a key rotation policy: It's a best practice to configure key rotation for your KEK to enhance security. This helps ensure that your encryption keys are periodically rotated, reducing the risk associated with long-lived keys. The other options (A, C, and E) are not directly related to preparing Vault1 for Azure Disk Encryption using a KEK, so they are not necessary for this specific scenario."
upvoted 4 times
zixys
1 year, 1 month ago
Although Azure Key Vault now has key auto-rotation, it isn't currently compatible with Azure Disk Encryption. Specifically, Azure Disk Encryption will continue to use the original encryption key, even after it has been auto-rotated. https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/disk-encryption-key-vault?tabs=azure-portal#azure-disk-encryption-and-auto-rotation
upvoted 3 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 ...