Azure Serverless
Jon Bonso2026-02-19T11:49:09+00:00Azure Serverless Cheat Sheet Enables you to build applications without managing infrastructure. Azure Functions Enables you to run a small piece of code to do a task. A single task is performed for each invocation. Supported languages: C#, Java, JavaScript, Python, and PowerShell Isolated worker process model for .NET: run functions on .NET 5.0 and later with more control and fewer dependency conflicts. Flexible hosting options: Consumption (serverless, pay-per-execution), Premium (always warm), Dedicated (App Service plan), and container deployments (including Azure Container Apps and Kubernetes with KEDA). Durable Functions: write stateful, event-driven workflows as code. Integrated monitoring with Azure Application [...]
