Skip to content

Commit 3ccbfa2

Browse files
[Doc-a-thon] Updating disk-encryption-cli-quickstart
Adding clarification other ADE supported imaged could be used and minor format adjustments
1 parent c95fc9f commit 3ccbfa2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/virtual-machines/linux/disk-encryption-cli-quickstart.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: virtual-machines
77
ms.collection: linux
88
ms.subservice: disks
99
ms.topic: quickstart
10-
ms.date: 01/04/2023
10+
ms.date: 03/29/2023
1111
ms.custom: devx-track-azurecli, mode-api
1212
---
1313

@@ -37,14 +37,17 @@ Create a VM with [az vm create](/cli/azure/vm#az-vm-create). The following examp
3737
az vm create \
3838
--resource-group "myResourceGroup" \
3939
--name "myVM" \
40-
--image "Canonical:UbuntuServer:16.04-LTS:latest" \
40+
--image "Canonical:UbuntuServer:20.04-LTS:latest" \
4141
--size "Standard_D2S_V3"\
4242
--generate-ssh-keys
4343
```
4444

45+
> [!NOTE]
46+
> Any [ADE supported Linux image version](/azure/virtual-machines/linux/disk-encryption-overview#supported-operating-systems) could be used instead of an Ubuntu VM. Replace `Canonical:UbuntuServer:20.04-LTS:latest` accordingly.
47+
4548
It takes a few minutes to create the VM and supporting resources. The following example output shows the VM create operation was successful.
4649

47-
```
50+
```json
4851
{
4952
"fqdns": "",
5053
"id": "/subscriptions/<guid>/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM",
@@ -84,7 +87,7 @@ az vm encryption show --name "myVM" -g "MyResourceGroup"
8487

8588
When encryption is enabled, you will see "EnableEncryption" in the returned output:
8689

87-
```
90+
```output
8891
"EncryptionOperation": "EnableEncryption"
8992
```
9093

0 commit comments

Comments
 (0)