Skip to content

Commit ccb69da

Browse files
Merge pull request #210792 from ZarrVenkat/vnet-permission
Vnet permission
2 parents 3da8ba6 + 5f2dfc8 commit ccb69da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/application-gateway/configuration-infrastructure.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ 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+
### Virtual network permission
58+
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.
60+
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.
62+
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.
64+
5765
## Network security groups
5866

5967
Network security groups (NSGs) are supported on Application Gateway. But there are some restrictions:

0 commit comments

Comments
 (0)