11---
2- title : About VPN Gateway roles and permissions
2+ title : About VPN roles and permissions
33titleSuffix : VPN Gateway
4- description : Learn about roles and permissions for VPN Gateway.
4+ description : Learn about roles and permissions for VPN
55author : aybatra
66ms.service : azure-vpn-gateway
77ms.topic : conceptual
8- ms.date : 10/29 /2024
8+ ms.date : 12/4 /2024
99ms.author : cherylmc
1010
1111---
12- # About roles and permissions for VPN Gateway
12+ # About roles and permissions for VPN
1313
14- The VPN Gateway utilizes multiple resources, such as virtual networks and IP addresses, during both creation and management operations.
14+ The VPN utilize multiple resources, such as virtual networks and IP addresses, during both creation and management operations.
1515Because of this, it's essential to verify permissions on all involved resources during these operations.
1616
1717## Azure built-in roles
@@ -38,6 +38,9 @@ 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+ | Local Network Gateway | Create new/ Update existing| Microsoft.Network/localnetworkgateways/write |
42+ | Connection | Create new/ Update existing| Microsoft.Network/connections/write |
43+ | Azure VPN Gateway | Create new/ Update existing| Microsoft.Network/localnetworkgateways/write<br >Microsoft.Network/publicIPAddresses/join/action<br >Microsoft.Network/virtualNetworks/subnets/join/action |
4144
4245For 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 ) .
4346
0 commit comments