メイン コンテンツにスキップ
提供中

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

公開日: 10月 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

関連製品