Creating Azure Virtual Networks using Powershell and XML Part 2: Powershell functions
In my previous post I talked about what was involved in creating an Azure network configuration using Powershell. In this post I’ll cover where I’ve got so so far, which is a series of functions that do the following:
Contact Azure and get the current network configuration. Convert that to sensible XML and if it’s empty, create the basic structure. Create a new virtual network, checking to see if one with the same name already exists.
Posted by Rik Hepworth on Tuesday, March 4, 2014