Posted on: 11-09-2022
In the third part we look at how the orchestrator function triggers activity functions and handles their results
Posted on: 08-04-2022
In the second part we take a look at what Durable Functions does under the hood when you tell it to start an orchestration
Posted on: 27-03-2022
In the first part we will look at what happens during the startup process of an instance in Durable Functions
Posted on: 20-03-2022
Attempt to build something similar to .NET Fiddle, running untrusted C# code in a container sandbox
Posted on: 12-09-2021
The new isolated process model for .NET Azure Functions allows usage of middleware, which we can use to implement authentication and authorization
Posted on: 30-06-2021
How to add existing users with social accounts to Azure AD B2C using the Microsoft Graph API
Posted on: 30-04-2021
How to bind multiple values from a URL to an array parameter
Posted on: 15-04-2021
Azure AD authentication for Cosmos DB data plane is now in preview, so let's see how we can access it with no keys
Posted on: 03-04-2021
How to keep track of which parallel tasks have completed and make it visible in an orchestrator's custom status
Posted on: 06-03-2021
An approach for building and publishing custom policies in Azure DevOps CI/CD pipelines