The purpose of this script is to create two Azure Virtual Networks in different Azure regions and then make connectivity between them. PowerShell script will create Virtual Networks, Define Virtual Gateways, Virtual Networks Connections and connectivity between them.https://gist.github.com/younasmt/1805a437d549eeeea5c7f20b538a5d16.js
How to create and apply Network Security Group/Rules Using PowerShell in Azure
What is NSG in Azure?NSG is the region specific and can be used only within the region specified at creation time.You can create network security group (NSG) using the PowerShell script. Here are some steps to create and apply NSG1. Create a new NSG. Since I am in New Zealand and closet data centre for... Continue Reading →
Uploading custom VHD in Azure using PowerShell
PowerShell script below will allow you to upload your custom VHD image to Azure Subscription for example (Win 2008 Server) or other (Windows X version) VHD to upload. In this script just change the variables as per your custom choice (In my case i just mentioned as per my choice for example region is East Australia... Continue Reading →