You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/azure-kubernetes/error-codes/virtualnetworknotinsucceededstate-error.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Troubleshoot the VirtualNetworkNotInSucceededState Error Code
3
3
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
5
5
editor: v-jsitser
6
6
ms.reviewer: v-liuamson
7
7
ms.service: azure-kubernetes-service
@@ -12,8 +12,7 @@ ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool
12
12
13
13
## Symptoms
14
14
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:
az network vnet show -g \<resource-group\> -n \<vnet-name\> \--query \"provisioningState\" -o tsv
39
+
```
39
40
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).
0 commit comments