Azure function app showing a warning like Your app is pinned to an unsupported version of dotnet when I use terraform
I am trying to deploy Azure functions using Azure DevOps. I have used terraform to create the required resources(Azure functions app) in Azure portal. As a next steps with the build and release pipeline I have deployed actual function code…