Azure Functions
Process events with serverless code
-
Pros
- Consumption based
- Low cost compute
- Broad range of triggers and bindings
- Dedicated SKUs available
- Workflows via Durable Functions
- Good language support
- Can run on Kubernetes (KEDA)
-
Cons
- Slow cold-start
Read our blog posts about Azure Functions

Bye bye Azure Functions, Hello Azure Container Apps: Conclusions
In the sixth and final post we draw our conclusions about migrating an application from Azure Functions to Azure Container Apps.

Bye bye Azure Functions, Hello Azure Container Apps: Migration of the existing test environment
The fifth in a series of posts talking about how and why we migrated an application from Azure Functions to Azure Container Apps

Bye bye Azure Functions, Hello Azure Container Apps: Authentication and CORS issues
The fourth post migrating an app from Azure Functions to Azure Container Apps we examine the challenges around authentication and CORS