Skip to content

Commit 0fceaee

Browse files
authored
Merge pull request #32810 from MicrosoftDocs/Karishma-Tiwari-MSFT-patch-2
(ForumsTeam) fixes MicrosoftDocs/azure-docs#32807
2 parents b4a5e4d + d6b20c3 commit 0fceaee

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)