How to deploy a VPN S2S in an existing VNet
·803 words·4 mins·
100
views
·
5
likes
Add-AzVirtualNetworkSubnetConfig
Azure PowerShell
Connect-AzAccount
Get-AzLocalNetworkGateway
Get-AzSubscription
Get-AzVirtualNetwork
Get-AzVirtualNetworkGateway
Get-AzVirtualNetworkGatewayConnection
Get-AzVirtualNetworkSubnetConfig
Microsoft
Microsoft Azure
New-AzLocalNetworkGateway
New-AzPublicIpAddress
New-AzVirtualNetworkGateway
New-AzVirtualNetworkGatewayConnection
New-AzVirtualNetworkGatewayIpConfig
Select-AzSubscription
Set-AzVirtualNetwork
Virtual networks
Some time ago, I wrote a post showing how to deploy an Azure VPN S2S (site-to-site) from scratch. But this time, I will use the new PowerShell Az module and show you how to deploy it in an existing Azure virtual network.