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 Blob Storage pricing based on load

As you may have noticed, storage is very cheap compared to other services, so instead of extrapolating growth over time, we can simply do our calculations based on the maximum expected size. Dealing with text files, it is unlikely that we will ever exceed even a 100 GB of storage.

In terms of access operations, it is important to note that when uploading block Blobs larger than 32 MB, the API will break them down into 32 MB blocks, and each block will count as a separate transaction. This is, again, unlikely to happen in the case of uploading text files, which tend to be smaller than 32 MB. Hence, we can count each upload as a single transaction. The price of 10,000 upload transactions is $0.1.

Let's ...

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