az appservice plan create - cannot create zone redundant plan for WS1 worker
See original GitHub issueRelated 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.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
az appservice plan | Microsoft Learn
Create a standard app service plan with four Linux workers. Azure CLI Copy. Try It.
Read more >App Service Support for Availability Zones
See next bullet for details on how to create a new App Service Plan that supports zone redundancy. AZ is only supported in...
Read more >Deploying Logic App Standard Workflows - Blog
Deploy the Logic App Service; Creating Workflows; Creating Connections ... Dedicated app plan for the service resource plan 'Microsoft.
Read more >Azure App Service Updates: Support for Availability Zones ...
Please join this session to learn about the latest App Service updates a) Availability Zone ( AZ ) support for public multi-tenant App...
Read more >Can the zoneRedundant property be used with app service ...
From the documentation, I can see it is available since version 2021-02-01 . So using one of the latest versions should work:
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @scott-doyland-burrows - got the same confirmation from LogicApps team as well, we will get this ready for the next deployment.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI.
Issue Details
Related command
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:
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.
Service Attention
,App Services
,customer-reported
,Logic App (standard)
,Auto-Assign