Developer Tools Azure Functions Request Tests Conclusion of a 4-part series on how to write an end-to-end test for an Azure Functions API in C#, within the unit testing framework.
.NET / WPF Using Reflection to Find Azure Function Methods Part of a series on writing request tests for a C# Azure Functions API in xUnit, this post shows how to use reflection to locate the HTTP triggered methods.
.NET / WPF Testing JSON Input/Output in Azure Functions Request Tests Improve request tests for an Azure Function by serializing/deserializing JSON using the same configuration that the framework would use in production.
Web Apps Setting Up an Azure Functions Dependency Injection Context for Request Tests How to configure an Azure Functions dependency injection context for request testing in xUnit, including logging and settings.