azure-cli
azure-cli copied to clipboard
ZR ASP creation fails for ASEv3
az feedbackauto-generates most of the information requested below, as of CLI version 2.0.62
az appservice plan create --resource-group testrg --name testasp--app-service-environment ase1 --location southcentralus --number-of-workers 3 --sku I1v2 --subscription testsub --z
Describe the bug Zone redundant ASP plan creation on an ASE currently does on work on the CLI. It fails with error "Zone redundancy cannot be enabled for sku I1V2"
To Reproduce Create an App Service Environment v3 with Zone Redundancy enabled and try to create a zone redundant app service plan
Expected behavior
Environment summary
"azure-cli": "2.39.0",
Additional context
route to CXP team
@bhumikadhotre1 Thank you for reaching out, we are looking into it.
@bhumikadhotre1 Please check the prerequisites. Zone redundancy is not support for Isolated sku.
Availability zone support is a property of the App Service plan. The following are the current requirements/limitations for enabling availability zones:
Both Windows and Linux are supported. Requires either Premium v2 or Premium v3 App Service plans. Minimum instance count of three is enforced. The platform will enforce this minimum count behind the scenes if you specify an instance count fewer than three.
More information here : https://docs.microsoft.com/en-us/azure/availability-zones/migrate-app-service#prerequisites https://azure.microsoft.com/en-in/pricing/details/app-service/windows/
it is supported for ASEv3 Migrate Azure App Service Environment to availability zone support | Microsoft Docs I already spoke with @StrawnSC about this
@bhumikadhotre1 Thank you for the information. @StrawnSC I believe even if you are using ASEv3 and plan must be premium right? can you please help clarify the doubt?
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @antcp, @AzureAppServiceCLI.
Issue Details
az feedbackauto-generates most of the information requested below, as of CLI version 2.0.62
az appservice plan create --resource-group testrg --name testasp--app-service-environment ase1 --location southcentralus --number-of-workers 3 --sku I1v2 --subscription testsub --z
Describe the bug Zone redundant ASP plan creation on an ASE currently does on work on the CLI. It fails with error "Zone redundancy cannot be enabled for sku I1V2"
To Reproduce Create an App Service Environment v3 with Zone Redundancy enabled and try to create a zone redundant app service plan
Expected behavior
Environment summary
"azure-cli": "2.39.0",
Additional context
| Author: | bhumikadhotre1 |
|---|---|
| Assignees: | StrawnSC |
| Labels: |
|
| Milestone: | Backlog |