Azure function tool publish : Can't determine Project to build. Expected 1 .csproj but found 0
If you encounter this issue, you are probably using older version of azure function tool.
To upgrade, use the following command :-
sudo npm i -g azure-functions-core-tools@core --unsafe-perm true
Then try to publish your app again :-
func azure functionapp publish ClaimSubmissionFunction
Comments