Azure Virtual Network using Powershell
- Ensure Azure Powershell is installed
- Refer Here
- Or use cloudshell
- In the visual studio code install powershell extension
- To find the powershell cmd-lets
- Navigate to the reference section Refer Here and search for the cmdlet
- Use Help in Powershell Terminal to find the right cmdlet.
- Navigate to the reference section Refer Here and search for the cmdlet
- How to find a powershell cmdlet to perform a certain operation
- All the azure powershell cmdlets will be in the form of
<verb>-Az<noun>
- All the azure powershell cmdlets will be in the form of
- Lets create a resource group and virtual network with subnets Refer Here for the changeset
- Now Lets create a NSG for Application Gateway subnet which should allow all communications from anywhere on port 80 and 443
- Refer Here for the changes done
