I find myself having to create Azure VMs from time-to-time when I’m traveling or using my Surface Pro and I need a little more horsepower than the current rig I’m on at the moment. I wanted to create an ARM template that made this process as easy and as quick as possible. Figured I’d share my hard work with the rest of the world:
https://github.com/inhifistereo/Azure-ARM-Windows-Server-with-Custom-Script-Ext
What’s cool about this ARM template (at least I think it’s cool) is that it allows you to create more than 1 server. Additionally, I’m using Chocolatey to load Git and VS Code too. Feel free to fork and customize to your heart’s content.