az appservice plan create - cannot create zone redundant plan for WS1 worker
Open
act-observability-squad
App Services
Auto-Assign
customer-reported
Logic App (standard)
Service Attention
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Related command**
```
az appservice plan create -g myrg -n myplan --sku WS2 --zone-redundant --number-of-workers 3 --location northeurope
```
**Describe the bug**
The command does not allow a zone redundant WS1, WS2 or WS3 plan to be defined. It is a valid Azure option to use zone redundancy with these plan types. The error message is:
```
Zone redundancy cannot be enabled for sku WS1
```
**To Reproduce**
Run the the above command after logging into Azure and setting you preferred default subscription and defining a resource group named ```myrg```.
**Expected behavior**
Allow WS1, WS2 and WS3 plans to be deployed with zone redundancy.
Contributor guide
Assessment
This issue has not been assessed yet.