Azure functions deployment with wrong dotnet version

Viewed 130

I have a Github repository for a Azure Function project that i've been using for a few months now with multiple deployments to Azure. A few days ago, i tried to deploy the same repository to a new Azure Function App for a new client using the deployment center (as previously) but now, I get a wrong dotnet version variable on the workflow yml file and the action fails.

The thing is, v4.0 is not a supported value as per this validation file. As soon as I update the version to a known release, the workflow runs succesfully and the Azure Function App works as expected.

My previous workflow yml files generated with the correct dotnet version 3.1

Is this a bug or do I need to update the yml file and go on my merry way?

Azure Function App Deployment Center

Azure Function App Deployment Center

Generated Github workflow yml file

Generated Github workflow yml file

0 Answers
Related