Skip to Content
andyevans.dev
Home
Posts
Topics
Topic:
Azure Functions
Showing all posts categorized under "Azure Functions".
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 →
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 →
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 →