jezzsantos / saastack

A comprehensive codebase template for starting your real-world, fully featured SaaS web products. On the .NET platform
The Unlicense
36 stars 9 forks source link

Testing Azure functions #26

Open jezzsantos opened 6 months ago

jezzsantos commented 6 months ago

Our Integration.External tests for Azure functions simply dont work - they are broken becuase it is not yet known how to spin up the functions in a way that they are triggered by pushing messages onto the queues that they monitor.

The documentation for solving this specific problem does not exist. We have an issue out there with the dotnet team, but nothing is moving in years:

We have this blog post, that suggests a different approach: https://jaliyaudagedara.blogspot.com/2024/03/creating-integration-tests-for-azure.html