Skip to content

Commit 9cec797

Browse files
Merge pull request #290914 from raboilla/patch-1
Update roles-permissions.md
2 parents ff7267e + d5b0117 commit 9cec797

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/vpn-gateway/roles-permissions.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: About VPN Gateway roles and permissions
2+
title: About VPN roles and permissions
33
titleSuffix: VPN Gateway
4-
description: Learn about roles and permissions for VPN Gateway.
4+
description: Learn about roles and permissions for VPN
55
author: aybatra
66
ms.service: azure-vpn-gateway
77
ms.topic: conceptual
8-
ms.date: 10/29/2024
8+
ms.date: 12/4/2024
99
ms.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.
1515
Because 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

4245
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).
4346

0 commit comments

Comments
 (0)