Skip to content

Commit c9b33ae

Browse files
Add Note about connection dependencies
Added a note advising users to check for possible connection dependencies from other resources that may prevent the management of a subnet.
1 parent bef7ddc commit c9b33ae

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

articles/virtual-network/virtual-network-manage-subnet.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ To do tasks on subnets, your account must be assigned to the [Network contributo
7474
| Microsoft.Network/virtualNetworks/subnets/joinViaServiceEndpoint/action | Enable a service endpoint for a subnet. |
7575
| Microsoft.Network/virtualNetworks/subnets/virtualMachines/read | Get the virtual machines in a subnet. |
7676

77+
[!NOTE]
78+
If attemtps to add, change, or delete a subnet in your virtual network fail, ensure there are no connections to other resources that may block the action:
79+
80+
1. Gateway connections
81+
2. Gateways
82+
3. IPs
83+
4. Virtual network peerings
84+
5. App Service Environment (ASE)
85+
7786
## Add a subnet
7887

7988
# [Portal](#tab/azure-portal)

0 commit comments

Comments
 (0)