Skip to content

Commit cfd4634

Browse files
authored
Merge pull request #274552 from b-ahibbard/anf-subnet-create
subnet permission alert
2 parents 0b147c3 + 8ad8429 commit cfd4634

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

articles/azure-netapp-files/azure-netapp-files-create-volumes-smb.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This article shows you how to create an SMB3 volume. For NFS volumes, see [Creat
1616

1717
## Before you begin
1818

19+
[!INCLUDE [Delegated subnet permission](includes/create-volume-permission.md)]
20+
1921
* You must have already set up a capacity pool. See [Create a capacity pool](azure-netapp-files-set-up-capacity-pool.md).
2022
* A subnet must be delegated to Azure NetApp Files. See [Delegate a subnet to Azure NetApp Files](azure-netapp-files-delegate-subnet.md).
2123
* The [non-browsable shares](#non-browsable-share) and [access-based enumeration](#access-based-enumeration) features are currently in preview. You must register each feature before you can use it:

articles/azure-netapp-files/azure-netapp-files-create-volumes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Azure NetApp Files supports creating volumes using NFS (NFSv3 or NFSv4.1), SMB3,
1515
This article shows you how to create an NFS volume. For SMB volumes, see [Create an SMB volume](azure-netapp-files-create-volumes-smb.md). For dual-protocol volumes, see [Create a dual-protocol volume](create-volumes-dual-protocol.md).
1616

1717
## Before you begin
18+
19+
[!INCLUDE [Delegated subnet permission](includes/create-volume-permission.md)]
20+
1821
* You must have already set up a capacity pool.
1922
See [Create a capacity pool](azure-netapp-files-set-up-capacity-pool.md).
2023
* A subnet must be delegated to Azure NetApp Files.

articles/azure-netapp-files/create-volumes-dual-protocol.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ To create NFS volumes, see [Create an NFS volume](azure-netapp-files-create-volu
1616

1717
## Before you begin
1818

19+
[!INCLUDE [Delegated subnet permission](includes/create-volume-permission.md)]
20+
1921
* You must have already created a capacity pool.
2022
See [Create a capacity pool](azure-netapp-files-set-up-capacity-pool.md).
2123
* A subnet must be delegated to Azure NetApp Files.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
author: b-ahibbard
3+
ms.service: azure-netapp-files
4+
ms.topic: include
5+
ms.date: 05/07/2024
6+
ms.author: anfdocs
7+
8+
# azure-netapp-files-create-volumes.md
9+
# azure-netapp-files-create-volumes-smb.md
10+
# create-volumes-dual-protocol.md
11+
12+
---
13+
14+
>[!IMPORTANT]
15+
>If you're using a custom RBAC/IAM role, you must have the `Microsoft.Network/virtualNetworks/subnets/read` permission configured to create or update a volume.
16+
>
17+
> For more information about permissions and to confirm permissions configuration, see [Create or update Azure custom roles using the Azure portal](../../role-based-access-control/custom-roles-portal.md).

0 commit comments

Comments
 (0)