Skip to content

Commit 7e2d7f7

Browse files
modified helloimagetemplate repo example
1 parent e55e25b commit 7e2d7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/image-builder-triggers-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ az sig image-definition create \
142142
Download the example JSON template and configure it with your variables. The following image template uses a Platform Image as its source, but you can change the source to an Azure Compute Gallery image if you'd like to set up automatic image builds anytime there's a new image version in your Azure Compute Gallery.
143143

144144
```azurecli-interactive
145-
curl https://raw.githubusercontent.com/kof-f/azvmimagebuilder/main/quickquickstarts/9_Setting_up_a_Trigger_with_a_Custom_Linux_Image/helloImageTemplate.json -o helloImageTemplateforTriggers.json
145+
curl https://raw.githubusercontent.com/Azure/azvmimagebuilder/main/quickquickstarts/9_Setting_up_a_Trigger_with_a_Custom_Linux_Image/helloImageTemplate.json -o helloImageTemplateforTriggers.json
146146
sed -i -e "s/<subscriptionID>/$subscriptionID/g" helloImageTemplateforTriggers.json
147147
sed -i -e "s/<rgName>/$resourceGroupName/g" helloImageTemplateforTriggers.json
148148
sed -i -e "s/<imageDefName>/$imageDefName/g" helloImageTemplateforTriggers.json

0 commit comments

Comments
 (0)