Serverless APIs – accelerators for innovation
Serverless computing is an execution model where the cloud provider (AWS, Azure, or Google Cloud) will dynamically allocate resources to run a block of deployed code. As the cloud provider manages the infrastructure, it will only charge for the resources utilized to run the code. Hence, customers will primarily be charged based on their usage.
You can read more about the Azure serverless offerings and their corresponding pricing models here: https://azure.microsoft.com/en-us/solutions/serverless/.
Serverless computing abstracts out the underlying infrastructure required to host and run any application. This enables developers to focus on building the applications without worrying about managing the server infrastructure. With serverless computing, the cloud service provider will manage the deployment and availability of the resources along with scaling based on demand.
Azure Functions, Logic App, Azure Kubernetes Services...