Skip to content

Commit eea816b

Browse files
author
amsliu
committed
minor updates based on edit review feedback
1 parent 5eaac9a commit eea816b

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

support/azure/azure-kubernetes/error-codes/virtualnetworknotinsucceededstate-error.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot the VirtualNetworkNotInSucceededState Error Code
33
description: Learn how to troubleshoot the VirtualNetworkNotInSucceededState error when you create, upgrade, or scale an Azure Kubernetes Service (AKS) cluster or node pool.
4-
ms.date: 08/05/2025
4+
ms.date: 08/07/2025
55
editor: v-jsitser
66
ms.reviewer: v-liuamson
77
ms.service: azure-kubernetes-service
@@ -12,8 +12,7 @@ ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool
1212

1313
## Symptoms
1414

15-
When you create, upgrade, or scale an Azure Kubernetes Service (AKS) cluster or node pool, the deployment fails and returns an error message that resembles the
16-
following message:
15+
When you create, upgrade, or scale an Azure Kubernetes Service (AKS) cluster or node pool, the deployment fails and returns an error message that resembles the following message:
1716

1817
*Status=400 Code=\"VirtualNetworkNotInSucceededState\"*
1918

@@ -29,14 +28,16 @@ AKS can set ownership on a virtual network only if the `provisioningState` of th
2928

3029
- A previous network operation failed and left the VNet in the **Failed** state.
3130

32-
- Multiple parallel cluster or nodepool deployments are trying to modify the same VNet at the same time.
31+
- Multiple parallel cluster or node pool deployments are trying to modify the same VNet at the same time.
3332

3433
## Resolution
3534

36-
Check the current provisioning state of the VNET:
35+
Check the current provisioning state of the VNet:
3736

38-
*az network vnet show -g \<resource-group\> -n \<vnet-name\> \--query \"provisioningState\" -o tsv*
37+
```dotnetcli
38+
az network vnet show -g \<resource-group\> -n \<vnet-name\> \--query \"provisioningState\" -o tsv
39+
```
3940

40-
If the command returns **Succeeded**, retry your AKS operation. If it returns any other value. For more guidance, follow the troubleshooting steps in [Troubleshoot Azure Microsoft.Network failed provisioning state](/azure/networking/troubleshoot-failed-state).
41+
If the command returns **Succeeded**, retry your AKS operation: this means the VNet is fully set up and ready for use. If it returns any other value, the VNet may be in a failed or pending state that requires manual intervention. For more guidance, follow the troubleshooting steps in [Troubleshoot Azure Microsoft.Network failed provisioning state](/azure/networking/troubleshoot-failed-state).
4142

4243
[!INCLUDE [azure-help-support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)