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 79 discussion

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

You have an Azure subscription that contains a virtual machine named VM1 and an Azure key vault named KV1.

You need to configure encryption for VM1. The solution must meet the following requirements:

• Store and use the encryption key in KV1.
• Maintain encryption if VM1 is downloaded from Azure.
• Encrypt both the operating system disk and the data disks.

Which encryption method should you use?

  • A. customer-managed keys
  • B. Confidential disk encryption
  • C. Azure Disk Encryption
  • D. encryption at host
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
vitodobra
Highly Voted 1 year ago
Selected Answer: C
"You can protect your managed disks by using Azure Disk Encryption for Linux VMs, which uses DM-Crypt, or Azure Disk Encryption for Windows VMs, which uses Windows BitLocker, to protect both operating system disks and data disks with full volume encryption. Encryption keys and secrets are safeguarded in your Azure Key Vault subscription. By using the Azure Backup service, you can back up and restore encrypted virtual machines (VMs) that use Key Encryption Key (KEK) configuration." https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview
upvoted 11 times
...
SeMo0o0o0o
Most Recent 1 month ago
Selected Answer: C
C is corerct
upvoted 1 times
...
kyakya
4 months, 2 weeks ago
Selected Answer: A
https://learn.microsoft.com/en-us/azure/virtual-machines/linux/disk-encryption-portal-quickstart CMK in this article.
upvoted 2 times
lpexam
4 months, 2 weeks ago
Correct.. The first requirement is to store a key in KV1, and from that reason you have to use CMK instead of PMK
upvoted 1 times
...
...
kyakya
4 months, 2 weeks ago
Selected Answer: C
not found CMK in Azure VM.
upvoted 1 times
...
Amir1909
7 months, 1 week ago
C is correct
upvoted 1 times
...
NU88
9 months, 2 weeks ago
When Azure Disk Encryption uses Platform Managed Key, if a VM is downloaded in this case, will the VMs be readable? I mean when the key is platform managed. I understand when customer managed key is used, downloaded VM from Azure is not readable, because the key is in the Vault. But not sure of the platform managed key, is it in Azure or within the VM?
upvoted 1 times
...
ricardona
10 months, 1 week ago
You should use C. Azure Disk Encryption. Azure Disk Encryption (ADE) encrypts the OS and data disks of Azure virtual machines (VMs) inside your VMs by using the DM-Crypt feature of Linux or the BitLocker feature of Windows. ADE is integrated with Azure Key Vault to help you control and manage the disk encryption keys and secrets, with the option to encrypt with a key encryption key (KEK). This means it can store and use the encryption key in KV1, as per your requirement. Moreover, Azure Disk Encryption maintains encryption if the VM is downloaded from Azure. This is because the encryption keys are stored in Azure Key Vault and not on the local machine. Therefore, even if the VM is downloaded, the data remains encrypted. Finally, Azure Disk Encryption can encrypt both the operating system disk and the data disks, which is another one of your requirements. So, Azure Disk Encryption meets all your specified requirements. https://learn.microsoft.com/en-us/azure/virtual-machines/windows/disk-encryption-overview. https://learn.microsoft.com/en-us/azure/virtual-machines/disk-encryption-overview.
upvoted 3 times
...
iamchoy
1 year ago
Selected Answer: C
Given the requirements, the best fit would be: C. Azure Disk Encryption This solution encrypts both the OS and data disks, allows for the keys to be stored in Azure Key Vault, and maintains encryption if the VM is downloaded from Azure.
upvoted 4 times
...
Vokuhila
1 year, 1 month ago
Selected Answer: C
C seems to be correct: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview
upvoted 1 times
...
Exilic
1 year, 1 month ago
Has anyone done the test to confirm this new question?
upvoted 2 times
...
Basim1291
1 year, 1 month ago
Selected Answer: C
ChatGPT: Let's evaluate each of the provided options in the context of the given requirements: A. Customer-managed keys: Customer-managed keys are used for Azure Disk Encryption, which is a suitable choice for this scenario. This option allows you to store and manage the encryption keys in Azure Key Vault, which aligns with the requirement to use the encryption key from KV1. B. Confidential disk encryption: Confidential disk encryption is not a standard Azure feature or encryption method. It doesn't directly apply to encrypting Azure virtual machines and their disks. Therefore, this option is not appropriate for the scenario. C. Azure Disk Encryption: Azure Disk Encryption is the correct encryption method in this scenario. It enables you to encrypt both the operating system disk and data disks of a virtual machine using either Microsoft-managed or customer-managed keys from Azure Key Vault. D. Encryption at host: Encryption at host refers to Azure Confidential Computing, a different feature focused on securing data in use, not data at rest as required in this scenario. This option is not suitable for encrypting virtual machines and their disks as specified.
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 ...