When designing and developing Azure solutions it’s common to need to run some background tasks. In Microsoft Azure we have several services and features capable of creating and managing background tasks. Usually this services are based on IaaS or PaaS cloud models, but in a serverless world we have Azure Functions. Azure Functions is the cornerstone of the new serverless paradigm. In this workshop we will learn how Azure Functions allows you to develop scalable and event-drive small services. We need to focus on the Azure Function service and not with the infrastructure and scaling rules. This is taken care for us by Microsoft Azure with a per-second billing pricing model.
Benefits of Attending this Session:
- Get to know the severless paradigm
- Build backgroud tasks with Azure Functions
- Integrate Azure Functions with Office 365