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/AvailabilityZoneNotSupported
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,22 @@ Here's an example of the error message:
18
18
> Preflight validation check for resource(s) for container service xxxx in resource group zzzz failed. Message: The zone(s) '1' for resource 'agentpoolName' is not supported.The supported zones for location 'xyz' are 'A', 'B'
19
19
20
20
## Prerequisites
21
-
az rest command
21
+
Access to [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/get-started-with-azure-cli?view=azure-cli-latest)
22
22
23
23
## Symptoms
24
24
25
25
An AKS cluster create fails in requested availability zones, and you receive a "AvailabilityZoneNotSupported" error message.
26
26
27
27
## Cause
28
28
29
-
The issue occurs if the requested sku is not available in any of the requested zones.
29
+
The issue occurs if the requested SKU is not available in the requested zones or there is restriction on the subscription.
30
30
31
31
## Solution
32
32
33
33
you can use the following command to verify if sku is not available in requested zones
0 commit comments