sanderrossel.com - Sander Rossel | Cloud computing made easy!

Description: Cloud computing made easy!

Example domain paragraphs

The post “Azure Functions and Serverless Computing” appeared first on MSDN Azure Development Community .

In my previous blog post,  WebJobs in Azure with .NET Core 2.1 , I briefly mentioned Azure Functions. Azure Functions are usually small (or somewhat larger) bits of code that run in Azure and are triggered by some event. Azure takes complete care of the entire infrastructure of your Functions making it a so-called serverless solution. The only thing you need to worry about is your code.

The code samples for this post can be found on my GitHub profile . You shouldn’t really need it because I’m only using default templates, but I’ve included them because I needed them in source control for CI/CD anyway.