This workshop will start with the basics of serverless architectures and explain how Azure Functions play a part in building serverless solutions. You will learn how to develop Azure Functions using .NET Core and Visual Studio 2019. Next, you are going to build and deploy these with Azure DevOps using CI/CD. Also covered is the lifecycle management and operations of serverless solutions.
Among the topics we will cover:
- Getting started with serverless event-driven architectures and Azure Functions
- Anatomy of an Azure Function: creating and dissecting your first functions
- Knowing your triggers and how to binding your inputs and outputs
- Long-running flows with Durable Extensions Framework
- Build and release of Azure Functions with Azure Pipelines
- Monitoring of Azure Functions
You will learn:
- Getting familiar with server-less cloud architecture
- Implementing Azure Functions using .NET Core
- DevOps practices for Azure Functions