Skip to content

Commit 52a18bc

Browse files
authored
Merge pull request #153811 from cynthn/patch-538
Update os-disk-swap.md
2 parents be4d10d + 8e7a704 commit 52a18bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/os-disk-swap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Use [az vm update](/cli/azure/vm#az-vm-update) with the full resource ID of the
4747
az vm update \
4848
-g myResourceGroup \
4949
-n myVM \
50-
--os-disk /subscriptions/<subscription ID>/resourceGroups/swap/providers/Microsoft.Compute/disks/myDisk
50+
--os-disk /subscriptions/<subscription ID>/resourceGroups/<resource group>/providers/Microsoft.Compute/disks/myDisk
5151
```
5252

5353
Restart the VM using [az vm start](/cli/azure/vm).

0 commit comments

Comments
 (0)