Hi,
We were getting the below error while trying to run an Azure WebJob

Got it fixed by updating the Microsoft.Azure.WebJobs nugget package to version 2.0. and publishing it again.

Hope it helps…
Hi,
We were getting the below error while trying to run an Azure WebJob

Got it fixed by updating the Microsoft.Azure.WebJobs nugget package to version 2.0. and publishing it again.

Hope it helps…
The project was getting build successfully. But while trying to publish it was getting the below error.

Excluding all the files from the Project fixed the issue.


Hope it helps..