Moving from Azure Function Consumption to Flex Consumption breaks DevOps pipeline
Hi,
I have a function app in Python 3.9. This function is deployed to Azure with a DevOps CI/CD pipeline. First, this function app was in Consumption mode. Big downside is that passwords for api calls, etc. are store in the code.
We asked Microsoft to get the Flex Consumption Plan, and we get it. Now, I created a second function app, in Flex Consumption Mode. I try to edit the DevOps Release pipeline by changing only the app service name :
But now, the release does not work anymore, and sends this error.
In red is my App service name, same in the error, in DevOps and in my Azure Portal.
(When I switch back to the name of the function in Consumption mode, the deployment works, so it's not a modification I didn't make on purpose that is the cause of this bug.)
Searched a long time in forums but I can't find an answer that resolves this issue.