The 30-Day .NET Challenge Day 12: Azure Functions
Introduction Azure Functions are serverless applications on Microsoft Azure Cloud Platform without worrying about the infrastructure to run it. It’s very similar to the lambda function in the AWS Cloud. Learning Objectives Create a function using Visual Studio or Visual Studio Code Run an Azure function locally. Prerequisites for Developers Experience with Visual Studio Basic … Read more