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 b4a5e4d + d6b20c3 commit 0fceaeeCopy full SHA for 0fceaee
articles/virtual-machines/linux/using-cloud-init.md
@@ -75,7 +75,7 @@ The following example creates a VM named *centos74* and creates SSH keys if they
75
az vm create \
76
--resource-group myResourceGroup \
77
--name centos74 \
78
- --image OpenLogic:CentOS:7-CI:latest \
+ --image OpenLogic:CentOS-CI:7-CI:latest \
79
--custom-data cloud-init.txt \
80
--generate-ssh-keys
81
```
0 commit comments