arcus-azure/arcus.messaging

Migrate Azure Functions Service Bus test project to isolated environment

stijnmoreels opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Currently, the Azure Functions test project used to verify Azure Service Bus message handling still uses in-process functions worker.

Describe the solution you'd like
We should migrate towards an isolated environment as this is the way forward. In-process will be deprecated.
This also includes using the new extension made in #344 and updating the feature documentation as it also still uses the in-process model.

We already have integration tests for in-process Azure Functions Azure Service Bus queue and isolated Azure Functions Azure Service Bus topic.