Get the source code for this video for FREE → https://the-dotnet-weekly.ck.page/azure-functions ☄️ Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt 📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovic Azure Functions are a serverless computing offering on Azure. You can use them to deploy your code to the cloud, without having to provision or manage any infrastructure. Azure Functions run based on a trigger, and there are many to choose from. In this video, I will explore the HTTP and Timer triggers. Join my weekly .NET newsletter: https://www.milanjovanovic.tech Read my Blog here: https://www.milanjovanovic.tech/blog Subscribe for more: https://www.youtube.com/@MilanJovanovicTech?sub_confirmation=1 Chapters 0:00 Creating an Azure Functions project 1:52 Azure Functions with HttpTrigger 5:37 Configuring Azure Functions with hosts.json 6:04 Azure Functions local development with local.settings.json 7:01 Configuring middleware for Azure Functions 8:44 Configuring services for Azure Functions 9:08 Running Azure Functions application 11:20 Azure Functions with TimerTrigger