Skip to content

Commit 5f2dfc8

Browse files
authored
Update configuration-infrastructure.md
1 parent 9f4c50f commit 5f2dfc8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/application-gateway/configuration-infrastructure.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,13 @@ Subnet Size /24 = 255 IP addresses - 5 reserved from the platform = 250 availabl
5454
> [!TIP]
5555
> It is possible to change the subnet of an existing Application Gateway within the same virtual network. You can do this using Azure PowerShell or Azure CLI. For more information, see [Frequently asked questions about Application Gateway](application-gateway-faq.yml#can-i-change-the-virtual-network-or-subnet-for-an-existing-application-gateway)
5656
57-
### VNet permissions to create and deploy an Application Gateway
57+
### Virtual network permission
5858

59-
To enhance the security posture, permission checks are enforced to create and deploy an Application Gateway inside a VNET.Please follow the below steps to check if you have the permissions and add the required permissions.
59+
Since application gateway resources are deployed within a virtual network resource, Application Gateway performs a check to verify the permission on the provided virtual network resource. This is verified during both create and manage operations.
6060

61-
- [Check your RBAC policy](../role-based-access-control/role-assignments-list-portal.md) to verify that the users and service principals who operate application gateways have permissions that include the action **Microsoft.Network/virtualNetworks/subnets/join/action** (Join Virtual Network)
62-
- For more details on available permissions, visit [permissions](../virtual-network/virtual-network-manage-subnet.md)
61+
You should check your [Azure role-based access control](../role-based-access-control/role-assignments-list-portal.md) to verify that users or Service Principals who operate application gateways have at least **Microsoft.Network/virtualNetworks/subnets/join/action** or some higher permission such as the built-in [Network contributor](../role-based-access-control/built-in-roles.md) role on the virtual network. Visit [Add, change, or delete a virtual network subnet](../virtual-network/virtual-network-manage-subnet.md) to know more on subnet permissions.
6362

64-
- Update any assigned roles that don’t have the appropriate permissions.
65-
66-
- If a [built-in](../role-based-access-control/built-in-roles.md) role doesn't provide the right permission, [create and assign a custom role](../role-based-access-control/custom-roles-portal.md) to achieve this.
63+
If a [built-in](../role-based-access-control/built-in-roles.md) role doesn't provide the right permission, you can [create and assign a custom role](../role-based-access-control/custom-roles-portal.md) for this purpose.
6764

6865
## Network security groups
6966

0 commit comments

Comments
 (0)