Skip to content

Commit 12f3bc1

Browse files
committed
gh issue 110595
1 parent 228cb79 commit 12f3bc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/application-gateway/quick-create-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: application-gateway
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: quickstart
9-
ms.date: 04/27/2023
9+
ms.date: 06/07/2023
1010
ms.author: greglin
1111
ms.custom: mvc, devx-track-azurecli, mode-api
1212
---
@@ -142,8 +142,8 @@ done
142142
Create an application gateway using `az network application-gateway create`. When you create an application gateway with the Azure CLI, you specify configuration information, such as capacity, SKU, and HTTP settings. Azure then adds the private IP addresses of the network interfaces as servers in the backend pool of the application gateway.
143143

144144
```azurecli-interactive
145-
address1=$(az network nic show --name myNic1 --resource-group myResourceGroupAG | grep "\"privateIpAddress\":" | grep -oE '[^ ]+$' | tr -d '",')
146-
address2=$(az network nic show --name myNic2 --resource-group myResourceGroupAG | grep "\"privateIpAddress\":" | grep -oE '[^ ]+$' | tr -d '",')
145+
address1=$(az network nic show --name myNic1 --resource-group myResourceGroupAG | grep "\"privateIPAddress\":" | grep -oE '[^ ]+$' | tr -d '",')
146+
address2=$(az network nic show --name myNic2 --resource-group myResourceGroupAG | grep "\"privateIPAddress\":" | grep -oE '[^ ]+$' | tr -d '",')
147147
az network application-gateway create \
148148
--name myAppGateway \
149149
--location eastus \

0 commit comments

Comments
 (0)