Azure durable function on aks cluster not working – Docker
I have created an azure durable function and put it in a docker container, everything is working in docker desktop, the azure durable function is using and MQ rabbit trigger. this the code: public async Task<List<string>> RunOrchestrator( [OrchestrationTrigger] IDurableOrchestrationContext context…