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

The Consumption plan pricing based on load

On average, the functions across our application consumed about 0.002 GB-s of memory per execution. This low memory consumption would fall within the free memory grant even over millions of executions. For the sake of the example, let's assume that our functions used 100 times more memory, 0.2 GB-s memory per execution.

Both 1,000 and 10,000 requests a day will fall within the free grant range, so 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 = 310,000 executions
  • Memory: 310,000 * 0.2 GB-s = 62,000 GB-s
  • Pricing: falls within the free grant

100,000 requests a day

  • Monthly: 100,000 * 31 = 3,100,000 executions.
  • (3,100,000 ...
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