Skip to content

Commit 0b2f376

Browse files
committed
edit pass: linux-aad-and-overview-aad
1 parent 70e5dce commit 0b2f376

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-machines/linux/disk-encryption-linux-aad.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -326,18 +326,18 @@ You can disable encryption by using Azure PowerShell, the Azure CLI, or a Resour
326326
>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.
327327
328328
- **Disable disk encryption with Azure PowerShell:** To disable encryption, use the [Disable-Azure​RmVMDisk​Encryption](/powershell/module/az.compute/disable-azvmdiskencryption) cmdlet.
329-
```azurepowershell-interactive
329+
```azurepowershell-interactive
330330
Disable-AzVMDiskEncryption -ResourceGroupName 'MyVirtualMachineResourceGroup' -VMName 'MySecureVM' [--volume-type {ALL, DATA, OS}]
331-
```
331+
```
332332
333333
- **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
335335
az vm encryption disable --name "MySecureVM" --resource-group "MyVirtualMachineResourceGroup" --volume-type [ALL, DATA, OS]
336-
```
336+
```
337337
- **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.
341341
342342
343343
## Next steps

0 commit comments

Comments
 (0)