Skip to content

Commit 1fc4a87

Browse files
Merge pull request #298304 from asudbring/us417294-vnet-top-freshness
Freshness review and fixes subnet delegation article
2 parents adeb000 + 5ac7005 commit 1fc4a87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-network/subnet-delegation-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Learn about subnet delegation in Azure virtual network
44
author: asudbring
55
ms.service: azure-virtual-network
66
ms.topic: concept-article
7-
ms.date: 05/08/2023
7+
ms.date: 04/15/2025
88
ms.author: allensu
99
---
1010

1111
# What is subnet delegation?
1212

1313
Subnet delegation enables you to designate a specific subnet for an Azure PaaS service of your choice that needs to be injected into your virtual network. Subnet delegation provides full control to the customer on managing the integration of Azure services into their virtual networks.
1414

15-
When you delegate a subnet to an Azure service, you allow that service to establish some basic network configuration rules for that subnet, which help the Azure service operate their instances in a stable manner. As a result, the Azure service may establish some of the following pre or post deployment conditions:
15+
When you delegate a subnet to an Azure service, you allow that service to establish some basic network configuration rules for that subnet, which help the Azure service operate their instances in a stable manner. As a result, the Azure service might establish some of the following pre or post deployment conditions:
1616

1717
- Deploy the service in a shared versus dedicated subnet.
1818

@@ -38,7 +38,7 @@ Subnet delegation is an exercise that the virtual network owners need to perform
3838
## Effect of subnet delegation on your subnet
3939
Each Azure service defines their own deployment model, where they can define what properties they do or don't support in a delegated subnet for injection purposes as follows:
4040

41-
- Shared subnet with other Azure Services or VM / virtual machine scale set in the same subnet, or it only supports a dedicated subnet with only instances of this service in it.
41+
- Shared subnet with other Azure Services or virtual machine / virtual machine scale set in the same subnet, or it only supports a dedicated subnet with only instances of this service in it.
4242

4343
- Supports NSG association with the delegated subnet.
4444

@@ -56,7 +56,7 @@ Each Azure service defines their own deployment model, where they can define wha
5656

5757
- Requires delegation to be removed before the subnet or virtual network can be deleted.
5858

59-
- Can't be used with a private endpoint if the subnet is delegated. As a consequence, private endpoint network policies should not be configured in these subnets.
59+
- Can't be used with a private endpoint if the subnet is delegated. As a consequence, private endpoint network policies shouldn't be configured in these subnets.
6060

6161
Injected services can also add their own policies as follows:
6262

0 commit comments

Comments
 (0)