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:
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: