Skip to Content
Serverless computing in Azure with .NET
book

Serverless computing in Azure with .NET

by Sasha Rosenbaum
August 2017
Intermediate to advanced
468 pages
12h 5m
English
Packt Publishing
Content preview from Serverless computing in Azure with .NET

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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering Azure Serverless Computing

Mastering Azure Serverless Computing

Lorenzo Barbieri, Massimo Bonanni
Implementing Azure: Putting Modern DevOps to Use

Implementing Azure: Putting Modern DevOps to Use

Florian Klaffenbach, Oliver Michalski, Markus Klein, Mohamed Wali

Publisher Resources

ISBN: 9781787288393Supplemental Content