Skip to content

Commit 8f4c017

Browse files
committed
added verbiage to network overview for multiple subnets
1 parent 4a9a7b8 commit 8f4c017

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

articles/virtual-network/how-to-multiple-prefixes-subnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: asudbring
66
ms.author: allensu
77
ms.service: virtual-network
88
ms.topic: how-to
9-
ms.date: 05/02/2024
9+
ms.date: 05/06/2024
1010

1111
#customer intent: As a network administrator, I want to configure multiple prefixes on a subnet in my Azure Virtual Network so that I can expand my address space capacity.
1212

articles/virtual-network/network-overview.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,27 @@ This table lists the methods that you can use to create a virtual network and su
108108
| [Azure CLI](../virtual-network/quick-create-cli.md) | The subnet and the virtual network are created at the same time. Provide a **`--subnet-name`** parameter to [az network vnet create](/cli/azure/network/vnet) with the subnet name. |
109109
| [Template](../virtual-network/template-samples.md) | For more information on using a template to create a virtual network and subnets, see [Virtual Network with two subnets](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.network/vnet-two-subnets). |
110110

111+
### Multiple address prefixes on a subnet
112+
113+
Multiple address prefixes on a subnet is a feature that offers the ability to modify IP address spaces on a subnet. With this solution, customers using virtual machines and virtual machine scale sets can add and remove IP address prefixes to meet their scaling requirements.
114+
115+
**Limitations**:
116+
117+
- Customers can only use a single customer address (CA) configuration per NIC
118+
119+
- Customers can only use on VM and VMSS subnets. Delegated subnets aren't supported.
120+
121+
Pricing: this virtual network feature is offered free of charge.
122+
123+
We welcome you to share your feedback about this feature in this [quick survey](https://aka.ms/multiple-prefixes-feedback).
124+
125+
> [!IMPORTANT]
126+
> Multiple prefix support for Azure Virtual Network subnets is currently in public preview.
127+
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
128+
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
129+
130+
For more information about how-to configure multiple address prefixes on a subnet, see [Create multiple prefixes for a subnet](how-to-multiple-prefixes-subnet.md).
131+
111132
## Network security groups
112133

113134
A [network security group (NSG)](../virtual-network/network-security-groups-overview.md) contains a list of Access Control List (ACL) rules that allow or deny network traffic to subnets, NICs, or both. NSGs can be associated with either subnets or individual NICs connected to a subnet. When an NSG is associated with a subnet, the ACL rules apply to all the VMs in that subnet. Traffic to an individual NIC can be restricted by associating an NSG directly to a NIC.

0 commit comments

Comments
 (0)