Skip to content

Commit 984aa74

Browse files
Merge pull request #291137 from b-ahibbard/subnet
subnet consideration
2 parents 7e19d76 + 8aeed7d commit 984aa74

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/azure-netapp-files/azure-netapp-files-delegate-subnet.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 10/09/2024
8+
ms.date: 11/27/2024
99
ms.author: anfdocs
1010
---
1111
# Delegate a subnet to Azure NetApp Files
@@ -14,7 +14,15 @@ You must delegate a subnet to Azure NetApp Files. When you create a volume, you
1414

1515
## Considerations
1616

17-
* When creating the delegated subnet for Azure NetApp Files, the size of the subnet matters. A subnet with a /28 network mask provides (only) 11 usable IP addresses, which might be insufficient for certain use cases. In that case, you should plan for a larger delegated subnet. For instance, a subnet with a /26 network mask provides 59 and a /24 network mask provides 251 available IP addresses respectively. You should consider even larger subnets (for example, /23 network mask) in scenarios where application volume group for SAP HANA is used and where many volumes and storage endpoints are anticipated. The network mask of the delegated network can't be changed after the initial creation. Make sure to plan your virtual network (VNet) and delegated subnet sizes consciously.
17+
* When creating the delegated subnet for _Azure NetApp Files_, consider the size of the subnet. A subnet with a **/28 network mask** provides only **11 usable IP addresses**, which might be insufficient for certain use cases. Consider creating a larger subnet mask. For example:
18+
19+
- A **/26 network mask** provides **59 usable IP addresses**
20+
- A **/24 network mask** provides **251 usable IP addresses**
21+
22+
In scenarios involving high application volume counts such as _SAP HANA_, consider larger subnets, like a **/23 network mask.** Larger subnets are especially beneficial if you expect many volumes and storage endpoints.
23+
24+
Once the delegated network is created, its network mask cannot be altered. Thus it's essential to thoughtfully plan your virtual network (VNet) and delegated subnet sizes with an eye toward the future.
25+
1826
* In each VNet, only one subnet can be delegated to Azure NetApp Files.
1927
Azure enables you to create multiple delegated subnets in a VNet. However, any attempts to create a new volume would fail if you use more than one delegated subnet.
2028
You can have only a single delegated subnet in a VNet. A NetApp account can deploy volumes into multiple VNets, each having its own delegated subnet.

0 commit comments

Comments
 (0)