Thursday, February 1, 2018

Introduction To Serverless Computing Using Azure Function

Serverless Computing is driven by performing some action as a response to the specific event or trigger. While building serverless apps you don’t need to provision a server or infrastructure. Billing is based on resources consumed or actual time code is running. There's no need to build app to run the code, no need to set up infrastructure, no need to setup deployment infrastructure. Just focus on code.

source http://www.c-sharpcorner.com/article/introduction-to-serverless-computing-using-azure-function/

No comments:

Post a Comment