1
1
---
2
- title : About VPN Gateway roles and permissions
2
+ title : About VPN roles and permissions
3
3
titleSuffix : VPN Gateway
4
- description : Learn about roles and permissions for VPN Gateway.
4
+ description : Learn about roles and permissions for VPN
5
5
author : aybatra
6
6
ms.service : azure-vpn-gateway
7
7
ms.topic : conceptual
8
- ms.date : 10/29 /2024
8
+ ms.date : 12/4 /2024
9
9
ms.author : cherylmc
10
10
11
11
---
12
- # About roles and permissions for VPN Gateway
12
+ # About roles and permissions for VPN
13
13
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.
15
15
Because of this, it's essential to verify permissions on all involved resources during these operations.
16
16
17
17
## Azure built-in roles
@@ -38,6 +38,9 @@ Depending on whether you're creating new resources or using existing ones, add t
38
38
| Subnet | Use existing| Microsoft.Network/virtualNetworks/subnets/read<br >Microsoft.Network/virtualNetworks/subnets/join/action |
39
39
| IP addresses| Create new| Microsoft.Network/publicIPAddresses/write<br >Microsoft.Network/publicIPAddresses/join/action |
40
40
| 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 |
41
44
42
45
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 ) .
43
46
0 commit comments