November 2018
Intermediate to advanced
424 pages
10h 55m
English
Each function event is logged in an Azure Table Storage service. Every month, a table is created with the name AzureWebJobsHostLogs<Year><Month>.
As part of troubleshooting, if you would like to get more details on any error, you must first find the Id field in the Invocation details section, as shown in the following screenshot:

Look for that data in the RowKey column of the AzureWebJobsHostLogs<year><month> table, as shown in the following screenshot:

As shown in the preceding screenshot, you will get the log entry that's ...