Skip to content

Commit 541c932

Browse files
committed
Review changes
1 parent d97897c commit 541c932

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/vpn-gateway/roles-and-permissions.md renamed to articles/vpn-gateway/roles-permissions.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,29 @@ Because of this, it's essential to verify permissions on all involved resources
1717
## Azure built-in roles
1818

1919
You can choose to assign [Azure built-in roles](../role-based-access-control/built-in-roles.md) to a user, group, service principal, or managed identity such as [Network contributor](../role-based-access-control/built-in-roles.md#network-contributor), which support all the required permissions for creating the gateway.
20-
For more information, see [Steps to assign an Azure role](../role-based-access-control/role-assignments-steps.md)
20+
For more information, see [Steps to assign an Azure role](../role-based-access-control/role-assignments-steps.md).
2121

2222
## Custom roles
2323

2424
If the [Azure built-in roles](../role-based-access-control/built-in-roles.md) don't meet the specific needs of your organization, you can create your own custom roles.
2525
Just like built-in roles, you can assign custom roles to users, groups, and service principals at management group, subscription, and resource group scopes.
26-
For more information, see [Steps to create a custom role](../role-based-access-control/custom-roles.md#steps-to-create-a-custom-role)
26+
For more information, see [Steps to create a custom role](../role-based-access-control/custom-roles.md#steps-to-create-a-custom-role) .
2727

2828
To ensure proper functionality, check your custom role permissions to confirm user service principals, and managed identities operating the VPN gateway have the necessary permissions.
29-
To add any missing permissions listed here, see [Update a custom role](../role-based-access-control/custom-roles-portal.md#update-a-custom-role)
29+
To add any missing permissions listed here, see [Update a custom role](../role-based-access-control/custom-roles-portal.md#update-a-custom-role).
3030

3131
## Permissions
3232

3333
Depending on whether you're creating new resources or using existing ones, add the appropriate permissions from the following list:
3434

35-
**Permissions table**
36-
3735
|Resource | Resource status | Required Azure permissions |
3836
|---|---|---|
3937
| Subnet | Create new| Microsoft.Network/virtualNetworks/subnets/write |
4038
| Subnet | Use existing| Microsoft.Network/virtualNetworks/subnets/join/action<br>Microsoft.Network/virtualNetworks/subnets/read |
4139
| IP addresses| Create new| Microsoft.Network/publicIPAddresses/write |
4240
| IP addresses | Use existing| Microsoft.Network/publicIPAddresses/join/action<br>Microsoft.Network/publicIPAddresses/read |
4341

44-
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)
42+
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).
4543

4644
## Roles scope
4745

0 commit comments

Comments
 (0)