Skip to content

Commit 59bf25c

Browse files
authored
Added additional services and added azure firewall resource to permissions list
1 parent 32e57d9 commit 59bf25c

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

articles/firewall/roles-permissions.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ Depending on whether you're creating new resources or using existing ones, add t
3838
| Subnet | Use existing| Microsoft.Network/virtualNetworks/subnets/read<br>Microsoft.Network/virtualNetworks/subnets/join/action |
3939
| IP addresses| Create new| Microsoft.Network/publicIPAddresses/write<br>Microsoft.Network/publicIPAddresses/join/action |
4040
| IP addresses | Use existing| Microsoft.Network/publicIPAddresses/read<br>Microsoft.Network/publicIPAddresses/join/action |
41+
| Azure Firewall | Create new/Update existing| Microsoft.Network/virtualNetworks/subnets/join/action<br>Microsoft.Network/publicIPAddresses/join/action<br>Microsoft.Network/virtualHubs/read |
4142

4243
If you are creating an Azure Firewall in Azure Virtual WAN, add the following permission:
4344

4445
|Resource | Resource status | Required Azure permissions |
4546
|---|---|---|
46-
| virtualHubs | Create new | Microsoft.Network/virtualHubs/read
47+
| virtualHubs | Create new/Update existing | Microsoft.Network/virtualHubs/read
4748

4849
For more information, see [Azure permissions for Networking](../role-based-access-control/permissions/networking.md) and [Virtual network permissions](../virtual-network/virtual-network-manage-subnet.md#permissions).
4950

@@ -56,6 +57,22 @@ These scopes are structured in a parent-child relationship, with each level of h
5657
For example, a role assigned at the subscription level can cascade down to all resources within that subscription, while a role assigned at the resource group level will only apply to resources within that specific group. Learn more about scope level
5758
For more information, see [Scope levels](../role-based-access-control/scope-overview.md#scope-levels).
5859

60+
## Additional services
61+
62+
To view roles and permissions for other services, see the following links:
63+
64+
- [Azure Application Gateway](../application-gateway/configuration-infrastructure.md)
65+
66+
- [Azure ExpressRoute](../expressroute/roles-permissions.md)
67+
68+
- [Azure Route Server](../route-server/roles-permissions.md)
69+
70+
- [Azure Virtual WAN](../virtual-wan/roles-permissions.md)
71+
72+
- [Managed NVA](../virtual-wan/roles-permissions.md#nva-resources)
73+
74+
- [Azure VPN Gateway](../vpn-gateway/roles-permissions.md)
75+
5976
> [!NOTE]
6077
> Allow sufficient time for [Azure Resource Manager cache](../role-based-access-control/troubleshooting.md) to refresh after role assignment changes.
6178

0 commit comments

Comments
 (0)