question

Azurelearner-7037 avatar image
0 Votes"
Azurelearner-7037 asked SumanthMarigowda-MSFT commented

Please tell me which is the right way of doing disk encryption in azure windows vm.

Could you please tell me is it a right way of doing disk encryption

From the vm -> Under disks section go to the disks -> open the disk -> Under settings, Encryption -> changing the encryption type and saving it. Is it a right way of doing disk encryption in azure windows vm?




Please tell me which is the right way of doing disk encryption in azure windows vm.

Also please tell me when we encrypt a disk while creating the vm, the temporary disk also get encrypted or do we need to encrypt the os disk, data disk and temporary disk separately.

azure-virtual-machinesazure-disk-encryption
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SumanthMarigowda-MSFT avatar image
1 Vote"
SumanthMarigowda-MSFT answered SumanthMarigowda-MSFT commented

@Azurelearner-7037 Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

Azure Disk Encryption for Windows virtual machines (VMs) uses the BitLocker feature of Windows to provide full disk encryption of the OS disk and data disk. Additionally, it provides encryption of the temporary disk when the VolumeType parameter is All.

Create and encrypt a Windows virtual machine with the Azure portal

Azure Disk Encryption for Windows VMs

Enable encryption on an existing or running Windows VM Powershell or CLI

Please let us know if you have any further queries. I’m happy to assist you further.

Additional information: Please refer to this video for deep drive on Azure Disk Encryption


Please do not forget to 175619-screenshot-2021-12-10-121802.png and 175620-image.png wherever the information provided helps you, this can be beneficial to other community members.




· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

From the vm -> Under disks section go to the disks -> open the disk -> Under settings, Encryption -> changing the encryption type and saving it. Is it a right way of doing disk encryption in azure windows vm?

0 Votes 0 ·

@Azurelearner-7037 From the vm -> Under disks section go to the disks -> open the disk -> Under settings, Encryption -> changing the encryption type and saving Yes

175665-image.png


To check on the encryption status of an IaaS VM, use the

 Get-AzVmDiskEncryptionStatus -ResourceGroupName 'MyVirtualMachineResourceGroup' -VMName 'MySecureVM'

Please do not forget to 175722-screenshot-2021-12-10-121802.png and 175620-image.png wherever the information provided helps you, this can be beneficial to other community members.



0 Votes 0 ·
image.png (30.4 KiB)
Azurelearner-7037 avatar image Azurelearner-7037 SumanthMarigowda-MSFT ·

Thankyou

I have one doubt

After doing this step From the vm -> Under disks section go to the disks -> open the disk -> Under settings, Encryption -> changing the encryption type and saving it and saved it to the key vault. Is it a right way?

Another doubt is when we encrypt the disk using Disk encryption set ,did all the disks temporary , data and os disks will encrypted or do we need to encrypt the each disk seperately.?

0 Votes 0 ·

@Azurelearner-7037

  1. Yes , For more information, please refer to this article

  2. When you use encryptformatall option the temp disk gets encrypted as well

Please do not forget to 175808-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.




0 Votes 0 ·