You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @animesh371
I was able to resolve the issue.
The issue is that the deployment center in Azure recognize the project as .NET 4.0 which creating a mistake in the yaml file that created automatically.
If you will go to you github project and fix the build yaml file located under - your project / .github/ workflows/ yaml file
You will notice under 'env' section that the value is 'v4.0' while it should be '3.1.x'
you can look at my fixed file here - https://github.com/yaronpri/functions-vnet-tutorial/blob/main/.github/workflows/main_yaron-tutorial-func.yml
Hope it will help.
VAO11
added a commit
to VAO11/functions-vnet-tutorial
that referenced
this issue
Oct 8, 2021
I used the given sample to setup my function app. However it fails with the below error :-
The text was updated successfully, but these errors were encountered: