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 Logic App pricing based on load

Both of the Logic Apps we have used in the text sentiment analysis application consisted of only two steps -- the trigger, and the following action. Hence, we will do the calculation for a 2-action Logic App.

Price as a function of load:

1,000 requests a day

  • Monthly: 1,000 * 31 * 2 actions = 62,000 actions priced at $0.0008 an action
  • Pricing: ~$50/month

10,000 requests a day

This time, we jump a step on the pricing ladder after 250,000 actions, hence we have the following:

  • Monthly: 10,000 * 31 * 2 actions = 620,000 actions = 250,000 actions * $0.0008 + 370,000 actions * $0.0004 = $148.08
  • Pricing: ~$150/month

100,000 requests a day

This time, we jump a step on the pricing ladder after 250,000 actions, ...

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