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 Hosting Plan parameter

As mentioned earlier, the Azure Functions have two options for hosting: the Consumption plan and the App Service plan.

The Consumption plan is the default pricing plan, which is billed based on resource consumption and the number of executions. Resource consumption is measured in gigabyte-seconds and is calculated by multiplying the average memory size used by the function by the time in seconds it takes to execute. The plan comes with 400,000 gigabyte-seconds and 1 million executions a month for free with every subscription, which is very useful for dev/test environments. The Consumption plan will scale on demand to fit the needs of your application.

An App Service plan is billed based on the plan tier (Free, Shared, ...

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