We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be4d10d + 8e7a704 commit 52a18bcCopy full SHA for 52a18bc
articles/virtual-machines/linux/os-disk-swap.md
@@ -47,7 +47,7 @@ Use [az vm update](/cli/azure/vm#az-vm-update) with the full resource ID of the
47
az vm update \
48
-g myResourceGroup \
49
-n myVM \
50
- --os-disk /subscriptions/<subscription ID>/resourceGroups/swap/providers/Microsoft.Compute/disks/myDisk
+ --os-disk /subscriptions/<subscription ID>/resourceGroups/<resource group>/providers/Microsoft.Compute/disks/myDisk
51
```
52
53
Restart the VM using [az vm start](/cli/azure/vm).
0 commit comments