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

Azure Service Bus pricing based on load

Each user request in our case counts as two operations, a send and a receive of the Service Bus message. The pricing of the Basic tier is $0.05 per million operations. Since both 1,000 and 10,000 requests a day generate less than a million operations, we will start the calculation at 10,000 requests a day.

Price as a function of load:

10,000 requests a day

  • Monthly: 10,000 * 31 * 2 = 620,000 operations (less than 1 million operations)
  • Pricing: $0.05

100,000 requests a day

  • Monthly: 100,000 * 31 * 2 operations= 6,200,000 operations
  • Pricing: $0.35
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