Skip to content

Commit d02b76f

Browse files
authored
update
1 parent c8ba1f8 commit d02b76f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ An AKS cluster creation fails in specified availability zones and you receive an
2323
2424
## Cause
2525

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.
2727

2828
To determine the root cause, follow these steps:
2929

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:
3131

3232
```azurecli
3333
az vm list-skus -l <location> --size <SKU>
@@ -36,7 +36,7 @@ To determine the root cause, follow these steps:
3636
> [!NOTE]
3737
> Replace `<SKU>` and `<locaiton>` accordingly.
3838
39-
2. Verify if the specified zone is restricted by your subscription:
39+
2. Verify if the requested SKU is restricted by your subscription:
4040

4141
```azurecli
4242
az rest --method get \
@@ -46,7 +46,7 @@ To determine the root cause, follow these steps:
4646
> [!NOTE]
4747
> Replace `<subscription>` and `<locaiton>` accordingly.
4848
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:
5050

5151
```output
5252
"restrictions": [
@@ -72,6 +72,6 @@ To determine the root cause, follow these steps:
7272
7373
## Solution: Request access to the specified zone
7474
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).
7676
7777
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)