Blog Logo
TAGS

Bye bye Azure Functions, Hello Azure Container Apps: Introduction

Azure Functions have been a good choice for asynchronous and reactive workloads, but have significant drawbacks when building HTTP APIs, notably cold start times. Azure Container Apps provide an alter...

Read more...

Dapr and Azure Functions: Part 1 – Hello World

This series of articles explores how to build Functions based microservices running in Dapr. The goal is to help folks new to Docker and containers better understand what’s happening under the hood wi...

Read more...

Dealing With Unprocessed Storage Queue Poison Messages in Azure Functions

If an Azure Function that is triggered by a message on a Storage Queue throws an exception, the message will automatically be returned to the queue and retried again in the future. In addition to spec...

Read more...

Azure Function 502 error

How to solve 502 error with Azure Function, when you cannot use always on

Read more...

Create a Complete Azure Function Project in .NET 6 and AF v4

Learn how to create a fully featured Azure Function project using .NET 6 and AF v4. This article covers topics such as OpenApi(Swagger), Multiple Functions, Simplified DI, Testing, and more. The artic...

Read more...