Skip to content

Commit ebf930a

Browse files
authored
Updates from editor
1 parent c2f650a commit ebf930a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot AvailabilityZoneNotSupported Error Code
33
description: Learn how to troubleshoot the AvailabilityZoneNotSupported error when you try to create an Azure Kubernetes Service cluster in a set of zones.
4-
ms.date: 05/30/2025
4+
ms.date: 06/04/2025
55
ms.reviewer: marcha, skuchipudi, v-weizhu
66
ms.service: azure-kubernetes-service
77
ms.custom: sap:Create, Upgrade, Scale and Delete operations (cluster or nodepool)
@@ -17,21 +17,21 @@ Access to [Azure CLI](/cli/azure/get-started-with-azure-cli).
1717

1818
## Symptoms
1919

20-
An AKS cluster creation fails in specified availability zones and you receive an "AvailabilityZoneNotSupported" error with the following message:
20+
An AKS cluster creation fails in specified availability zones, and you receive an "AvailabilityZoneNotSupported" error with the following message:
2121

22-
> Preflight validation check for resource(s) for container service \<resource-name> in resource group \<resource-group-name> failed. Message: The zone(s) '1' for resource 'agentpoolName' is not supported.The supported zones for location '\<location>' are 'A', 'B'
22+
> Preflight validation check for resource(s) for container service \<resource-name> in resource group \<resource-group-name> failed. Message: The zone(s) '1' for resource '\<agentpoolName>' is not supported. The supported zones for location '\<location>' are 'A', 'B'
2323
2424
## Cause
2525

26-
The issue occurs because the requested SKU has restrictions in some or all zones for your subscription. To verify the restrictions, go to the [Verify SKU restrictions](#verify-sku-restrictions) section.
26+
The issue occurs because the requested SKU has restrictions in some or all zones of your subscription. To verify the restrictions, go to the [Verify SKU restrictions](#verify-sku-restrictions) section.
2727

2828
## Solution
2929

30-
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).
30+
To resolve this issue, follow the [Azure region access request process](../../general/region-access-request-process.md) to request access to the specified region or zone.
3131

3232
## Verify SKU restrictions
3333

34-
1. List SKU details by running one of the following commands:
34+
1. List the SKU details by running one of the following commands:
3535

3636
```azurecli
3737
az vm list-skus -l <location> --size <SKU>
@@ -43,9 +43,9 @@ To resolve this issue, request access to the specified region or zone by followi
4343
```
4444
4545
> [!NOTE]
46-
> Replace `<subscription>`, `<SKU>`, and `<locaiton>` accordingly.
46+
> Replace `<subscription>`, `<SKU>`, and `<location>` accordingly.
4747
2. Search for the requested SKU from the command output.
48-
3. If you see the information like the following, it indicates that the requested SKU has restrictions in some or all zones for your subscription:
48+
3. If you see information like the following, it indicates that the requested SKU has restrictions in some or all zones of your subscription:
4949
5050
```json
5151
"restrictions": [

0 commit comments

Comments
 (0)