Skip to content

Commit d6b20c3

Browse files
(ForumsTeam) fixes MicrosoftDocs/azure-docs#32807
Corrected the image urn
1 parent 80b92ac commit d6b20c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/linux/using-cloud-init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following example creates a VM named *centos74* and creates SSH keys if they
7575
az vm create \
7676
--resource-group myResourceGroup \
7777
--name centos74 \
78-
--image OpenLogic:CentOS:7-CI:latest \
78+
--image OpenLogic:CentOS-CI:7-CI:latest \
7979
--custom-data cloud-init.txt \
8080
--generate-ssh-keys
8181
```

0 commit comments

Comments
 (0)