Function as a Service Durable Orchestration a bird’s eye view The FaaS architecture is quite fascinating. Not due to its simplicity or its rapid development, but because of the way it works when it’s in the cloud. How does an Azure function work in the cloud you ask? Well, if you have heard
Function as a Service Azure Functions for the Faint of Heart Azure Functions is a service provided by Microsoft that allows you to create back-end code without having to deal with server management, configuration and routing. It's all packed into a simple package that takes 10 min to setup. Serverless Framework Azure functions are built