Azure / azure-webjobs-sdk

Azure WebJobs SDK
MIT License
737 stars 358 forks source link

Add ability to audit successfully processed messages #955

Open SeanFeldman opened 7 years ago

SeanFeldman commented 7 years ago

Add ability to specify audit destination for successfully processed message triggered executions (Storage Queues or Service Bus). Store audited messages in Storage Blob or on a predefined queue.

When a message based triggered processing fails, the message eventually will make it into *-poison or DLQ queue. Successfully processed messages just disappear w/o any traces. This would allow to keep a record of successfully processed messages for custom needs.

christopheranderson commented 7 years ago

This might make more sense as a Storage feature or something like that. It could be tampered with on our side so it doesn't make a good auditing case.

SeanFeldman commented 5 years ago

Any plans to ship this feature?