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-error.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,11 @@ An AKS cluster creation fails in specified availability zones and you receive an
23
23
24
24
## Cause
25
25
26
-
The issue occurs because the requested SKU is unavailable in a specified zone or the zone is restricted by the Azure subscription.
26
+
The issue occurs because the requested SKU is unavailable in the specified zones or is restricted by the Azure subscription.
27
27
28
28
To determine the root cause, follow these steps:
29
29
30
-
1. Verify if the requested SKU isn't available in the specified zone:
30
+
1. Verify if the requested SKU isn't available in the specified zones:
31
31
32
32
```azurecli
33
33
az vm list-skus -l <location> --size <SKU>
@@ -36,7 +36,7 @@ To determine the root cause, follow these steps:
36
36
> [!NOTE]
37
37
> Replace `<SKU>` and `<locaiton>` accordingly.
38
38
39
-
2. Verify if the specified zone is restricted by your subscription:
39
+
2. Verify if the requested SKU is restricted by your subscription:
40
40
41
41
```azurecli
42
42
az rest --method get \
@@ -46,7 +46,7 @@ To determine the root cause, follow these steps:
46
46
> [!NOTE]
47
47
> Replace `<subscription>` and `<locaiton>` accordingly.
48
48
49
-
If you see the following information in the *availableSkus.txt* file, it indicates that your subscription doesn't have access to zones in the specified location.
49
+
3. Search for the requested SKU in the *availableSkus.txt* file. If you see the lines like the following, it indicates that your subscription doesn't have access to zones in the specified location:
50
50
51
51
```output
52
52
"restrictions": [
@@ -72,6 +72,6 @@ To determine the root cause, follow these steps:
72
72
73
73
## Solution: Request access to the specified zone
74
74
75
-
To resolve this issue, request access to the specified region or zone on the subscription by following the [Azure region access request process](../../general/region-access-request-process.md).
75
+
To resolve this issue, request access to the specified region or zone by following the [Azure region access request process](../../general/region-access-request-process.md).
76
76
77
77
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
0 commit comments