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

Consumption plan

As mentioned earlier, the Consumption plan is priced based on the number of function executions and the execution time/consumed resources. This plan dynamically allocates resources based on the load.

Function's resource consumption is measured in gigabyte seconds, or GB-s, calculated by multiplying the average memory size (in GB) consumed by the function, by the time (in seconds) the function takes to execute. The maximum allowed memory per function is 1,536 MB. To learn more, please visit https://azure.microsoft.com/en-us/pricing/details/functions/.

The Consumption plan comes with a free grant of 1 M executions and 400,000 GB-s. The free grant is per Azure subscription (combined over all Function Apps in the subscription): ...

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