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
> Replace `<subscription>` and `<locaiton>` accordingly.
48
39
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:
40
+
Then, 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
41
51
42
```output
52
43
"restrictions": [
@@ -70,6 +61,15 @@ To determine the root cause, follow these steps:
70
61
]
71
62
```
72
63
64
+
- To verify if the requested SKU isn't available in the specified zones, run the following command:
65
+
66
+
```azurecli
67
+
az vm list-skus -l <location> --size <SKU>
68
+
```
69
+
70
+
> [!NOTE]
71
+
> Replace `<SKU>` and `<locaiton>` accordingly.
72
+
73
73
## Solution: Request access to the specified zone
74
74
75
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).
0 commit comments