Skip to content

Commit 7c422bf

Browse files
Merge pull request #268063 from SaibabaBalapur-MSFT/patch-113
(AzureCXP) fixes MicrosoftDocs/azure-docs#120438
2 parents 44ffae3 + 41d7c50 commit 7c422bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ az aks create -n myCluster -g myResourceGroup --network-plugin azure --enable-ma
6464
appGatewayId=$(az aks show -n myCluster -g myResourceGroup -o tsv --query "addonProfiles.ingressApplicationGateway.config.effectiveApplicationGatewayId")
6565
6666
# Get Application Gateway subnet id
67-
appGatewaySubnetId=$(az network application-gateway show --ids $appGatewayId -o tsv --query "gatewayIpConfigurations[0].subnet.id")
67+
appGatewaySubnetId=$(az network application-gateway show --ids $appGatewayId -o tsv --query "gatewayIPConfigurations[0].subnet.id")
6868
6969
# Get AGIC addon identity
7070
agicAddonIdentity=$(az aks show -n myCluster -g myResourceGroup -o tsv --query "addonProfiles.ingressApplicationGateway.identity.clientId")

0 commit comments

Comments
 (0)