Skip to content

Commit ca034ce

Browse files
Update AvailabilityZoneNotSupported
1 parent 3464c34 commit ca034ce

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

support/azure/azure-kubernetes/error-codes/AvailabilityZoneNotSupported

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ you can use the following command to verify if sku is not available in requested
3535
`az rest --method get \
3636
--url "https://management.azure.com/subscriptions/<subscription>/providers/Microsoft.Compute/skus?%24filter=location+eq+%27<location>%27&api-version=2022-03-01" >> availableSkus.txt`
3737

38-
You can then search for the requested sku info in availableSkus.txt
39-
40-
is you see something like this, your subscription doesnt have access to zones in the requested region
38+
You can then search for the requested sku info in availableSkus.txt. If you see something like this, your subscription doesnt have access to zones in the requested region
4139

4240
```
4341
"restrictions": [
@@ -61,9 +59,6 @@ is you see something like this, your subscription doesnt have access to zones in
6159
]
6260
```
6361

64-
65-
66-
6762
please use the Azure Portal to raise your request. Please follow instructions here to request access to a region or zone
6863

6964
To request access to a region or zone, go to the [Azure portal](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest). Please follow instructions mentioned [here](https://learn.microsoft.com/en-us/troubleshoot/azure/general/region-access-request-process)

0 commit comments

Comments
 (0)