.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
I am facing the same issue, with .Net 8 Isolated, Azure function version v4.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Update [Date - e.g., 2025-04-27]: We have since successfully migrated the application to the Classic Consumption plan, where Kudu/SCM is accessible and deployment works as expected (after resolving separate build/runtime issues detailed elsewhere). However, we remain interested in understanding the cause of the Flex Consumption Kudu instability described above for future reference or if others encounter it.
We are encountering a persistent issue preventing deployment to an Azure Functions app configured with the Flex Consumption plan and running .NET 8 Isolated. Our deployment pipeline via GitHub Actions (Azure/functions-action@v1 using Service Principal auth) is failing, and the underlying Kudu/SCM service appears unresponsive.
Problem Details:
{"message":"Kudu WebAPI."}. The expected Kudu dashboard/UI does not load.Azure/functions-action@v1 step with an HTTP 404 Not Found error when attempting to POST the deployment package to the /api/publish endpoint on the SCM site. (Log snippet showing the 404 can be provided if needed).Troubleshooting Steps Performed:
202 Accepted for /api/publish at that time. This suggested the platform could work.{"message":"Kudu WebAPI."} state was observed.Storage Blob Data Contributor role assigned to MI on storage via CLI, App Settings restored, az functionapp deployment config set ... --deployment-storage-auth-type SystemAssignedIdentity executed). Result: Kudu still returned {"message":"Kudu WebAPI."}.{"message":"Kudu WebAPI."}.Current Status:
We are completely blocked from deploying our application due to this persistent Kudu/SCM service failure on the Flex Consumption plan, which has occurred across two regions (West US 3 and West US 2) even after full resource recreation and careful configuration. We suspect a platform issue or bug related to Kudu initialization on Flex Consumption.
Request:
Could anyone provide insight into this {"message":"Kudu WebAPI."} state for Flex Consumption Kudu sites? Are there known issues or alternative configurations we might be missing? Are there reliable alternative deployment methods confirmed to bypass Kudu entirely for Flex Consumption that work consistently when Kudu is in this state?
Resource Details:
devassist-func-jayautomataai3162baf4-ebe6-4af4-ad88-bfee0760362eThank you for any assistance.
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
I am facing the same issue, with .Net 8 Isolated, Azure function version v4.
I'm facing the same issue with .Net 8 Isolated, Azure function.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more