Topic: Azure Functions

Showing all posts categorized under "Azure Functions".

Testing Durable Azure Function Apps using XUnit and TestContainers
Jun 2025

Testing Durable Azure Function Apps using XUnit and TestContainers

My new approach to writing functional tests against Azure Durable Functions. Use a similar approach for any containerised web app!
Read post →
Hosting an Azure Functions API for an Azure DevOps Extension
Mar 2025

Hosting an Azure Functions API for an Azure DevOps Extension

Following on from my post about creating a web-based Azure DevOps extension using Vue, in this post I demonstrate how to securely host a backend API for your DevOps extension
Read post →
A futuristic image showing laptops and clouds and the words 'Functional Testing'
Feb 2025

Functional Testing for .NET 8 Isolated Azure Functions

Follow along to learn how to create functional tests using UnitTestEx for your .NET 8 (Isolated) HTTP-triggered functions
Read post →