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

In the case of the App Service, the amount of compute power that we need depends on the load distribution. For instance, if all the load on our functions came during a single hour, the service would need to scale out to a large number of instances during that hour. It is best to run a load test on your application to determine the load distribution and the resource consumption of the application. We can, however, simplify the calculation by making some reasonable assumptions.

For 100,000 user requests a day, if we assume an even spread of traffic load around the clock, the load amounts to 100,000/(24*60*60) = 1.16 requests a second, which can be easily handled by a single instance (remember that ...

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