azure-cli icon indicating copy to clipboard operation
azure-cli copied to clipboard

ZR ASP creation fails for ASEv3

Open bhumikadhotre1 opened this issue 3 years ago • 4 comments
trafficstars

az feedback auto-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

bhumikadhotre1 avatar Aug 10 '22 03:08 bhumikadhotre1

route to CXP team

yonzhan avatar Aug 10 '22 03:08 yonzhan

@bhumikadhotre1 Thank you for reaching out, we are looking into it.

RakeshMohanMSFT avatar Aug 10 '22 14:08 RakeshMohanMSFT

@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/

RakeshMohanMSFT avatar Aug 12 '22 05:08 RakeshMohanMSFT

it is supported for ASEv3 Migrate Azure App Service Environment to availability zone support | Microsoft Docs I already spoke with @StrawnSC about this

bhumikadhotre1 avatar Aug 12 '22 18:08 bhumikadhotre1

@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?

RakeshMohanMSFT avatar Aug 13 '22 06:08 RakeshMohanMSFT

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

Issue Details

az feedback auto-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:

Service Attention, App Services, customer-reported, needs-team-attention, Auto-Assign

Milestone: Backlog

ghost avatar Nov 23 '22 03:11 ghost