Implementing Virtual Network-to-Virtual Network Connectivity Using VPN Gateways 2 – Intersite Connectivity
$gwpip= New-AzPublicIpAddress ` -Name pip-vpn-wus ` -ResourceGroupName vpn-demo-rg ` -Location ‘West US’ ` -AllocationMethod Dynamic 9. Once the public IP is created, go ahead and create the VPN gateway by...