question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

az appservice plan create - cannot create zone redundant plan for WS1 worker

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
panchagnulacommented, Sep 13, 2022

@scott-doyland-burrows are these value allowed via other clients. Checking with LA folks if this is supported.

Yes, WS1/2/3 support zone redundancy. It works via the portal.

Thanks @scott-doyland-burrows - got the same confirmation from LogicApps team as well, we will get this ready for the next deployment.

0reactions
msftbot[bot]commented, Nov 23, 2022

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI.

Issue Details

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.

Author: scott-doyland-burrows
Assignees: -
Labels:

Service Attention, App Services, customer-reported, Logic App (standard), Auto-Assign

Milestone: -
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found