Azure / azure-webjobs-sdk-extensions

Azure WebJobs SDK Extensions
MIT License
344 stars 206 forks source link

Log document id array for every function invocation #570

Open brettsam opened 5 years ago

brettsam commented 5 years ago

We should log the document id similar to what we do for queues here: https://github.com/Azure/azure-webjobs-sdk/pull/1993. This will end up being an array, which could get ugly, but it would help with analyzing failures.

kulkarnisonia16 commented 5 years ago

Impact: 2-3 cases a month.