-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Zone redundancy cannot be enabled for sku EP3 #27639
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botFunctionsaz functionappaz functionappPossible-SolutionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Similar-Issueact-observability-squadazf_reviewedazf_triagedbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Metadata
Metadata
Labels
Auto-AssignAuto assign by botAuto assign by botAuto-ResolveAuto resolve by botAuto resolve by botFunctionsaz functionappaz functionappPossible-SolutionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.Similar-Issueact-observability-squadazf_reviewedazf_triagedbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Describe the bug
AZ CLI reports zone redundancy cannot be enabled for SKU EP3 when creating a function app.
Related command
az functionapp plan create -g tfl-poc -n inference-function --min-instances 10 --max-burst 100 --sku EP3 --is-linux true --zone-redundant --location northeurope
Errors
Zone redundancy cannot be enabled for sku EP3
Issue script & Debug output
Zone redundancy cannot be enabled for sku EP3
Expected behavior
I would expect to be able to create an EP3 zone redundant functionapp plan. This can be done through the portal.
Environment Summary
azure-cli 2.46.0 *
core 2.46.0 *
telemetry 1.0.8 *
Extensions:
account 0.2.5
aks-preview 0.5.150
azure-devops 0.26.0
containerapp 0.3.20
front-door 1.0.17
k8s-extension 1.3.7
ml 2.19.1
Dependencies:
msal 1.20.0
azure-mgmt-resource 21.1.0b1
Additional context
No response