Skip to content

Commit 56c68c0

Browse files
committed
updates9
1 parent ffe33f1 commit 56c68c0

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

articles/expressroute/quickstart-create-expressroute-vnet-terraform.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ content_well_notification:
1414

1515
# Quickstart: Configure an Azure virtual network gateway with Terraform
1616

17-
In this quickstart, you use Terraform to create an Azure ExpressRoute circuit with Equinix as the service provider. The circuit uses a Standard SKU with a bandwidth of 50 MB/s and the peering location of Washington, D.C. Private peering is enabled with a primary and secondary subnet of 192.168.10.16/30 and 192.168.10.20/30, respectively. The script also creates a virtual network and a HighPerformance ExpressRoute gateway.
17+
In this quickstart, you use Terraform to create an Azure ExpressRoute circuit with *Equinix* as the service provider. The circuit uses a *Standard SKU* with a bandwidth of *50 MB/s* and the peering location of *Washington, D.C.* Private peering is enabled with a primary and secondary subnet of *192.168.10.16/30* and *192.168.10.20/30*, respectively. The script also creates a virtual network and a *HighPerformance ExpressRoute gateway*.
1818

1919
:::image type="content" source="media/expressroute-howto-circuit-portal-resource-manager/environment-diagram.png" alt-text="Diagram of an Azure ExpressRoute circuit deployment environment using Bicep." lightbox="media/expressroute-howto-circuit-portal-resource-manager/environment-diagram.png":::
2020

@@ -91,18 +91,6 @@ In this article, you learn how to:
9191
gateway_name=$(terraform output -raw gateway_name)
9292
```
9393

94-
1. Get the gateway IP.
95-
96-
```console
97-
gateway_ip=$(terraform output -raw gateway_ip)
98-
```
99-
100-
1. Get the service key.
101-
102-
```console
103-
service_key=$(terraform output -raw service_key)
104-
```
105-
10694
1. Run [`az network vnet-gateway show`](/cli/azure/network/vnet-gateway#az-network-vnet-gateway-show) to view the Azure virtual network gateway.
10795

10896
```azurecli
@@ -129,18 +117,6 @@ In this article, you learn how to:
129117
$gateway_name=$(terraform output -raw gateway_name)
130118
```
131119

132-
1. Get the gateway IP.
133-
134-
```console
135-
$gateway_ip=$(terraform output -raw gateway_ip)
136-
```
137-
138-
1. Get the service key.
139-
140-
```console
141-
$service_key=$(terraform output -raw service_key)
142-
```
143-
144120
1. Run [`Get-AzVirtualNetworkGateway`](/powershell/module/az.network/get-azvirtualnetworkgateway#:~:text=Example%202:%20Get%20a%20Virtual%20Network%20Gateway) to view the Azure virtual network gateway.
145121

146122
```azurepowershell

0 commit comments

Comments
 (0)