Azure – Service Bus Output in the Isolated Worker Model – .NET8 Function App
I have a function app that we are upgrading from the In-Process Model to the Isolated Worker Model. Below I have a dumbed-down, pseudocode version of what I am working on with the relevant method signature and call. [FunctionName("DummyFunctionName")] public…