Skip to content

Commit 85024f3

Browse files
committed
updates10
1 parent 56c68c0 commit 85024f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Quickstart: Configure an Azure virtual network gateway with Terraform'
33
description: In this quickstart, you create a resource group, a virtual network, a subnet for the gateway, a public IP for the gateway, an Azure ExpressRoute gateway, an ExpressRoute circuit, and an ExpressRoute circuit peering in Azure.
44
ms.topic: quickstart
5-
ms.date: 12/16/2024
5+
ms.date: 12/17/2024
66
ms.custom: devx-track-terraform
77
ms.service: azure-virtual-network
88
author: duongau
@@ -120,7 +120,7 @@ In this article, you learn how to:
120120
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.
121121

122122
```azurepowershell
123-
Get-AzVirtualNetworkGateway -Name myGateway* -ResourceGroupName myRG
123+
Get-AzVirtualNetworkGateway -Name gateway_name* -ResourceGroupName resource_group_name
124124
```
125125

126126
---

0 commit comments

Comments
 (0)