Skip to content

Commit 06292a6

Browse files
(AzureCXP) MicrosoftDocs/azure-docs#113939
Edited line 67 and removed the location parameter "-l eastus" from the command. Fixes MicrosoftDocs/azure-docs#113939
1 parent 78acf44 commit 06292a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/tutorial-ingress-controller-add-on-existing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You'll now deploy a new application gateway, to simulate having an existing appl
6464
```azurecli-interactive
6565
az network public-ip create -n myPublicIp -g myResourceGroup --allocation-method Static --sku Standard
6666
az network vnet create -n myVnet -g myResourceGroup --address-prefix 10.0.0.0/16 --subnet-name mySubnet --subnet-prefix 10.0.0.0/24
67-
az network application-gateway create -n myApplicationGateway -l eastus -g myResourceGroup --sku Standard_v2 --public-ip-address myPublicIp --vnet-name myVnet --subnet mySubnet --priority 100
67+
az network application-gateway create -n myApplicationGateway -g myResourceGroup --sku Standard_v2 --public-ip-address myPublicIp --vnet-name myVnet --subnet mySubnet --priority 100
6868
```
6969

7070
> [!NOTE]

0 commit comments

Comments
 (0)