Skip to content

Commit 96742b9

Browse files
committed
issue 112836
1 parent 46965c8 commit 96742b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: tutorial
8-
ms.date: 06/22/2023
8+
ms.date: 02/02/2024
99
ms.author: greglin
1010
ms.custom: template-tutorial, devx-track-azurecli
1111
---
@@ -56,7 +56,8 @@ Deploying a new AKS cluster with the AGIC add-on enabled without specifying an e
5656
az aks create -n myCluster -g myResourceGroup --network-plugin azure --enable-managed-identity -a ingress-appgw --appgw-name myApplicationGateway --appgw-subnet-cidr "10.225.0.0/16" --generate-ssh-keys
5757
```
5858

59-
If the virtual network Application Gateway is deployed into doesn't reside in the same resource group as the AKS nodes, please ensure the identity used by AGIC has the **Microsoft.Network/virtualNetworks/subnets/join/action** permission delegated to the subnet Application Gateway is deployed into. If a custom role is not defined with this permission, you may use the built-in _Network Contributor_ role, which contains the _Microsoft.Network/virtualNetworks/subnets/join/action_ permission.
59+
> [NOTE!]
60+
> Please ensure the identity used by AGIC has the **Microsoft.Network/virtualNetworks/subnets/join/action** permission delegated to the subnet Application Gateway is deployed into. If a custom role is not defined with this permission, you may use the built-in _Network Contributor_ role, which contains the _Microsoft.Network/virtualNetworks/subnets/join/action_ permission.
6061
6162
```azurecli-interactive
6263
# Get application gateway id from AKS addon profile

0 commit comments

Comments
 (0)