Beginning with serverless computing

Traditionally, companies spend time and money managing a server's computing resources. These represent a fixed and recurring cost to the company. It doesn't matter if the server is idle or if it is performing some form of computing task. The bottom line is that it costs money just by being there.

With serverless computing, the computing resources are scalable cloud services. This means that it is an event-driven application design. Basically, with serverless computing, you only pay for what you use. This is true of Azure Functions.

Azure Functions are small bits of code that reside in the cloud. Your applications can simply just use these functions as needed, and you only pay for the computing power used. ...

Get C# 7 and .NET Core 2.0 Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.