I have a function application that has a time trigger function, multiple HTTP trigger functions, and 2 durable functions. Each durable function consists of a Durable Functions HTTP starter, Durable Functions orchestrator, and 2 Durable Functions activity.
While trying to debug some issues, I ran into this https://stackoverflow.com/a/69352106/7537454 post that doesn't recommend having 2 durable functions in the same function application.
Azure documentation doesn't have any information regarding this point. Is there any specific configuration to be done in this case?
It's been 2 years since that answer was posted, and I'd appreciate if someone could provide more details.