I'm trying to create VMSS with windows custom image that i captured.
I created custom ARM template to use the but its not working when i'm trying to deploy.
Its the right approach if i want to use custom image with VMSS?
Should i use VHD and not captured image?
That's what i'm trying to do:
a. Create a windows machine with managed disk
b. Create a text file on the desktop
c. Make an image out of that windows machine
d. Deploy a new environment with the new image, have that environment automatically horizontal scale whenever CPU reaches 80% for more than 10 minutes, outcome would be auto deploy another machine
Please advise.
Thanks