diff --git a/articles/virtual-machines/linux/disk-encryption-linux.md b/articles/virtual-machines/linux/disk-encryption-linux.md index 89ee3f2cc4..e1a8800fed 100644 --- a/articles/virtual-machines/linux/disk-encryption-linux.md +++ b/articles/virtual-machines/linux/disk-encryption-linux.md @@ -428,6 +428,8 @@ You can disable encryption using Azure PowerShell, the Azure CLI, or with a Reso > [!WARNING] > Once decryption starts, it is advisable not to interfere with the process. +> +> To check the progress of decryption, use the [Get-AzVMDiskEncryptionStatus](https://learn.microsoft.com/powershell/module/az.compute/get-azvmdiskencryptionstatus) PowerShell cmdlet or the [az vm encryption show](https://learn.microsoft.com/en-us/cli/azure/vm/encryption?view=azure-cli-latest#az-vm-encryption-show) CLI command, once the decryption process is completed, you can proceed to remove the encryption extension ### Remove the encryption extension