You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/disk-encryption-linux-aad.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,18 +326,18 @@ You can disable encryption by using Azure PowerShell, the Azure CLI, or a Resour
326
326
>Disabling encryption with Azure Disk Encryption on Linux VMs is only supported for data volumes. It's not supported on data or OS volumes if the OS volume has been encrypted.
327
327
328
328
- **Disable disk encryption with Azure PowerShell:** To disable encryption, use the [Disable-AzureRmVMDiskEncryption](/powershell/module/az.compute/disable-azvmdiskencryption) cmdlet.
- **Disable encryption with the Azure CLI:** To disable encryption, use the [az vm encryption disable](/cli/azure/vm/encryption#az-vm-encryption-disable) command.
334
-
```azurecli-interactive
334
+
```azurecli-interactive
335
335
az vm encryption disable --name "MySecureVM" --resource-group "MyVirtualMachineResourceGroup" --volume-type [ALL, DATA, OS]
336
-
```
336
+
```
337
337
- **Disable encryption with a Resource Manager template:** To disable encryption, use the [Disable encryption on a running Linux VM](https://aka.ms/decrypt-linuxvm) template.
338
-
1. Select **Deploy to Azure**.
339
-
2. Select the subscription, resource group, location, VM, legal terms, and agreement.
340
-
3. Select **Purchase** to disable disk encryption on a running Windows VM.
338
+
1. Select **Deploy to Azure**.
339
+
2. Select the subscription, resource group, location, VM, legal terms, and agreement.
340
+
3. Select **Purchase** to disable disk encryption on a running Windows VM.
0 commit comments