Automating Azure VM creation

For one of the projects I needed to re-create a VM over and over. So at some point it was very annoying to do the same dumb work more than twice. I have decided to write a PowerShell script that does that for me. Of course I didn’t stop with a single VM, instead came up ...