Skip to content

Commit 3956dc2

Browse files
authored
Update tutorial-ingress-controller-add-on-new.md
Query for gatewayIPConfigurations is case sensitive.
1 parent 926e049 commit 3956dc2

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)