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 dc6e7fa + dc75989 commit f16ab93Copy full SHA for f16ab93
articles/virtual-machines/workloads/canonical/ubuntu-pro-in-place-upgrade.md
@@ -99,7 +99,7 @@ You can create a new VM using the Ubuntu Server images and apply Ubuntu Pro at t
99
The following command enables Ubuntu Pro on a virtual machine in Azure:
100
101
```Azure CLI
102
-az vm update -g myResourceGroup -n myVmName --license-type UBUNTU_PRO
+az vm create -g myResourceGroup -n myVmName --license-type UBUNTU_PRO
103
```
104
105
Execute these commands inside the VM:
0 commit comments