跳至主要內容
現已提供

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

發佈日期: 十月 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

  • Azure Functions
  • Features

相關產品