Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Updates to ./quickquickstarts/0_Creating_a_Custom_Windows_Managed_Image/README.md #26

Open
timstockford opened this issue Mar 30, 2020 · 1 comment

Comments

@timstockford
Copy link

Running through samples (great work by the way), and found some typo's in executing some of the steps in "Create a Custom Windows Image from an Azure Platform Vanilla OS Image"

Revised README.md lines below, or have updated copy in a fork https://github.com/timstockford/azvmimagebuilder/blob/sample-runthrough/quickquickstarts/0_Creating_a_Custom_Windows_Managed_Image/readme.md or I can submit a pull request, whichever method preferred.


Step 2 : Modify HelloImage Example

curl https://raw.githubusercontent.com/danielsollondon/azvmimagebuilder/master/quickquickstarts/0_Creating_a_Custom_Windows_Managed_Image/helloImageTemplateWin.json -o helloImageTemplateWin.json

Step 3 : Create the Image

az resource create \
    --resource-group $imageResourceGroup \
    --properties @helloImageTemplateWin.json \
    --is-full-object \
    --resource-type Microsoft.VirtualMachineImages/imageTemplates \
    -n helloImageTemplateWin02
az resource invoke-action \
     --resource-group $imageResourceGroup \
     --resource-type  Microsoft.VirtualMachineImages/imageTemplates \
     -n helloImageTemplateWin02 \
     --action Run 

Clean Up

az resource delete \
    --resource-group $imageResourceGroup \
    --resource-type Microsoft.VirtualMachineImages/imageTemplates \
    -n helloImageTemplateWin02

Next Steps

If you loved or hated Image Builder, please go to next steps to leave feedback, contact dev team, more documentation, or try more examples [here](../nextSteps.md)]
@danielsollondon
Copy link
Owner

Thanks Tim, I will take a look, and come back to you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants