Other Service Bus configuration options

Azure Functions provide a number of other integration options with Azure Service Bus. We will not overview them in detail in this chapter, but we are providing references to learn more:

  • Configuring single-threaded processing: By default, the Functions Runtime will process multiple Service Bus messages concurrently. You can force the function to process only a single queue or topic message at a time by setting serviceBus.maxConcurrentCalls to 1 in host.json. To learn more, visit https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus#trigger-behavior.
  • Configuring Service Bus as an output binding: In addition to using Service Bus as an input trigger, you can also use Service ...

Get Serverless computing in Azure with .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.