Skip to content

Commit 9343c2a

Browse files
committed
addressing comments
1 parent be77857 commit 9343c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ or
3838
`az rest --method get \
3939
--url "https://management.azure.com/subscriptions/<subscription>/providers/Microsoft.Compute/skus?%24filter=location+eq+%27<location>%27&api-version=2022-03-01" >> availableSkus.txt`
4040

41-
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
41+
You would need to replace `<subscription>` and `<locaiton>` in the URL. You can then search for the requested sku info in the output. If you see something like this, your subscription doesnt have access to zones in the requested region
4242

4343
```
4444
"restrictions": [

0 commit comments

Comments
 (0)