Maintained with ☕️ by
IcePanel logo

GA: Service Bus message settlement in isolated worker model for .NET Azure Functions

Share

Services

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](https://learn.microsoft.com/azure/service-bus-messaging/message-transfers-locks-settlement) 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> * Azure functions * Features * [ Azure functions](https://azure.microsoft.com/en-gb/products/functions/)