I’m planning to build a mediator service to dynamically bind to various azure service bus subscriptions. This is to facilitate the http callback pattern using Azure service bus to manage the clients offset and AzFunc for circuit breaker scenarios.
What I need to do is : I need to create (and remove) function/bindings at runtime. Could someone shed some light on best practice?
I understand that Logic Apps might be better suited but we’re developing in an enterprise environment and have limited components available e.g. AzFunctions and AzService Bus
Any help or guidance would be greatly appreciated.