Skip to content

Commit 7799be1

Browse files
authored
Add SKU availability command for Linux plans
1 parent 58063eb commit 7799be1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/app-service/app-service-configure-premium-tier.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,16 @@ The Premium V3 tier is available for both native and custom containers, includin
2626

2727
Premium V3 as well as specific Premium V3 SKUs are available in some Azure regions and availability in additional regions is being added continually. To see if a specific PremiumV3 offering is available in your region, run the following Azure CLI command in the [Azure Cloud Shell](../cloud-shell/overview.md) (substitute _P1v3_ with the desired SKU):
2828

29+
**Windows** SKU availability
30+
2931
```azurecli-interactive
3032
az appservice list-locations --sku P1V3
3133
```
34+
**Linux** SKU availability
35+
36+
```azurecli-interactive
37+
az appservice list-locations --linux-workers-enabled --sku P1V3
38+
```
3239

3340
<a name="create"></a>
3441

0 commit comments

Comments
 (0)