Function had errors. See Azure WebJobs SDK dashboard for details. Instance id is ...

When your Azure WebJobs suddenly starts misbehaving, it might feel good to know that the reason for the failure is spelled out for you ... just not where you might expect it, say in your debugger console window:

Super helpful, thanks.

To easily get a hold of the issue, hook up your Azure Storage Explorer to your WebJobs storage account, browse your azure-webjobs-hosts blob container and then check through the output-logs. There, if you sort them by Last Modified you'll quickly find the entry of interest:



Downloading your file and opening it in a text editor, you should have a better chance finding the root cause of your issue.

Did I miss an existing and useful feature in the SDK dashboard that relates to this? If so, please let me know in the comments!

Comments

Popular posts from this blog

Auto Mapper and Record Types - will they blend?

Unit testing your Azure functions - part 2: Queues and Blobs

Testing WCF services with user credentials and binary endpoints