Skip to content

Commit d273fd3

Browse files
Merge pull request #294047 from JackStromberg/patch-491681
Verbiage update
2 parents c18b46d + 860e719 commit d273fd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/application-gateway/ingress-controller-install-existing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For this configuration, you need authorization for the AGIC pod to make HTTP req
118118
```
119119
120120
> [!NOTE]
121-
> Make sure the identity that AGIC uses has the **Microsoft.Network/virtualNetworks/subnets/join/action** permission delegated to the subnet where Application Gateway is deployed. If you didn't define a custom role that has this permission, you can use the built-in **Network Contributor** role.
121+
> Please ensure the identity used by AGIC has the proper permissions. A list of permissions needed by the identity can be found here: [Configure Infrastructure - Permissions](configuration-infrastructure.md#permissions). If a custom role is not defined with the required permissions, you may use the _Network Contributor_ role.
122122
123123
### Set up a service principal
124124

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ az aks create -n myCluster -g myResourceGroup --network-plugin azure --enable-ma
5757
```
5858

5959
> [!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.
60+
> Please ensure the identity used by AGIC has the proper permissions. A list of permissions needed by the identity can be found here: [Configure Infrastructure - Permissions](configuration-infrastructure.md#permissions). If a custom role is not defined with the required permissions, you may use the _Network Contributor_ role.
6161
6262
```azurecli-interactive
6363
# Get application gateway id from AKS addon profile

0 commit comments

Comments
 (0)