Skip to content

Commit 0f2ae8a

Browse files
authored
Update expressroute-howto-add-gateway-resource-manager.md
1 parent e554545 commit 0f2ae8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/expressroute/expressroute-howto-add-gateway-resource-manager.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,12 @@ The steps for this task use a VNet based on the values in the following configur
111111

112112
> [!NOTE]
113113
> Basic SKU public IP isn't supported with new ExpressRoute virtual network gateway.
114+
> Creating a public IP is no longer required, Microsoft will create and manage your public IP.
114115
115116
1. Create the configuration for your gateway. The gateway configuration defines the subnet and the public IP address to use. In this step, you're specifying the configuration that will be used when you create the gateway. Use the following sample to create your gateway configuration.
116117

117118
```azurepowershell-interactive
118-
$ipconf = New-AzVirtualNetworkGatewayIpConfig -Name $GWIPconfName -Subnet $subnet -PublicIpAddress $pip
119+
$ipconf = New-AzVirtualNetworkGatewayIpConfig -Name $GWIPconfName -Subnet $subnet
119120
```
120121
1. Create the gateway. In this step, the **-GatewayType** is especially important. You must use the value **ExpressRoute**. After running these cmdlets, the gateway can take 45 minutes or more to create.
121122

0 commit comments

Comments
 (0)