-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"az functionapp create" failing to create App Service Plan in select regions #28944
Comments
Thank you for opening this issue, we will look into it. |
Hi there, I am experiencing a very similar issue. For some reason, the If I go to Azure Function App -> Automation -> Export template, I don't see any parameters being referenced to "/providers/Microsoft.Web/serverfarms/SouthCentralUSPlan" as shown in the picture below - Does anyone know how to solve that issue? Thank you for any advice that would help fix the issue! |
@yonzhan - any way to get someone to take a quick look at this? It's definitely a bug. Thank you. |
I'm facing this same issue today. I tried eastus, westus and westus2 and no luck. |
same here for us region west europe why have you removed bug and so on? do you think it is fixed? why do you not answer? @yonzhan @microsoft-github-policy-service |
We have been experiencing this error continuously for the past 3 weeks in the WestEurope region. We use the Afterwards, we try to update the settings using the command When we check the resource group, the function app is listed there. However, the consumption function app plan is not initially visible. It only becomes available after approximately 10 minutes. Once the plan is displayed, the commands can be executed again without any issues. When I check the activity log of the consumption plan, three operations are displayed. The second update operation has the status "Failed." In the summary for this operation, I see the error message: "The parameter SKU has an invalid value." @yonzhan @evelyn-ys @calvinhzy @zhoxing-ms @amamounelsayed @kaibocai @shreyas-gopalakrishna @kamperiadis |
This issue has been open for six months, and so far, no team member has reviewed it. In the meantime, we have found a workaround to bypass the problem. For anyone else encountering this error, here’s a potential temporary solution that might help:
We hope this helps others until the issue is addressed. |
Describe the bug
Using the Azure CLI to create a new consumption plan function in South Central US fails to create the associated app service plan, but the function is created successfully. Using the Azure Portal to create the function in SCUS (point and click, not cloud shell) works as expected and creates the Y1 plan.
Using the Azure CLI and South Central US location, after creating the consumption plan function, an app service plan name is shown:
Clicking on the app service plan name produces the following 404 error:
Using "az functionapp show" against the newly created function throws an error:
Using the Azure CLI and East US location, the function and its app service plan are created successfully and the app service plan can be viewed in the portal.
Related command
Repro Steps
Errors
Clicking on the app service plan name produces the following 404 error:
Using "az functionapp show" against the newly created function throws an error:
Issue script & Debug output
Can provide on request. It's big and did not show any errors.
Expected behavior
"az functionapp create", when using the --consumption-plan-location argument, should create a Y1 app service plan that can be viewed in the portal. The "az functionapp show" command should be able to retrieve details of the function.
Environment Summary
Same incorrect behavior seen when using the Azure Portal Cloud Shell & PowerShell.
Additional context
No response
The text was updated successfully, but these errors were encountered: