Skip to content

Commit bae28da

Browse files
Update VM creation command and output example
1 parent ec662ee commit bae28da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/azure/virtual-machines/linux/swap-file-not-recreated-linux-vm-restart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ Now, create a VM with [az vm create](/cli/azure/vm) and specify the cloud-init f
130130
```azurecli-interactive
131131
az vm create \
132132
--resource-group myResourceGroup \
133-
--name centos74 \
134-
--image OpenLogic:CentOS:7-CI:latest \
133+
--name redhat810 \
134+
--image RedHat:RHEL:8_10:latest \
135135
--custom-data cloud_init_swappart.txt \
136136
--generate-ssh-keys
137137
```
@@ -154,7 +154,7 @@ The output from this command should look like this:
154154

155155
```output
156156
Filename Type Size Used Priority
157-
/dev/sdb2 partition 2494440 0 -1
157+
/dev/sdb2 partition 2494440 0 -1
158158
```
159159

160160
> [!NOTE]

0 commit comments

Comments
 (0)