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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm