TestExamplesDotnet
TestExamplesDotnet copied to clipboard
Add azure functions example
Azure functions are quite hard to integration test as they need to be run inside a 'function host' and theres no equivalent to webapplicationfactory in azure functions. That probably means that these tests are going to be more cumbersome and slower than testing with asp .net
Some options:
- Run the functions with Azure Core Tools
- Run the functions inside a docker container