Skip to content

Commit 609f0f9

Browse files
authored
Merge pull request #87059 from Dekor86/patch-2
Update expressroute-howto-coexist-resource-manager.md
2 parents 6c2949d + 894e884 commit 609f0f9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/expressroute/expressroute-howto-coexist-resource-manager.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,11 @@ This procedure walks you through creating a VNet and Site-to-Site and ExpressRou
131131
```azurepowershell-interactive
132132
$azureVpn = New-AzVirtualNetworkGateway -Name "VPNGateway" -ResourceGroupName $resgrp.ResourceGroupName -Location $location -IpConfigurations $gwConfig -GatewayType "Vpn" -VpnType "RouteBased" -GatewaySku "VpnGw1" -Asn $VNetASN
133133
```
134-
134+
135+
> [!NOTE]
136+
> For coexisting gateways, you must use the default ASN of 65515. See [limits and limitations](#limits-and-limitations).
137+
>
138+
135139
You can find the BGP peering IP and the AS number that Azure uses for the VPN gateway in $azureVpn.BgpSettings.BgpPeeringAddress and $azureVpn.BgpSettings.Asn. For more information, see [Configure BGP](../vpn-gateway/vpn-gateway-bgp-resource-manager-ps.md) for Azure VPN gateway.
136140
5. Create a local site VPN gateway entity. This command doesn’t configure your on-premises VPN gateway. Rather, it allows you to provide the local gateway settings, such as the public IP and the on-premises address space, so that the Azure VPN gateway can connect to it.
137141

0 commit comments

Comments
 (0)