GA: Service Bus message settlement in isolated worker model for .NET Azure Functions
Published date: October 25, 2023
The Service Bus trigger in Azure Functions allows functions to react to messages in a queue or topic. Azure Service Bus offers features for managing the transfer state of messages through settlement actions such as completion, deferral, and dead-lettering. .NET function apps using the isolated worker model can now perform these actions against messages that triggered the function.
For more info: https://learn.microsoft.com/azure/azure-functions/functions-bindings-service-bus-trigger