I have 2 azure functions which both are triggered by the same Iot Event Hub. When I only have one function enabled, everything works as expected and the function app triggers on every event hub message as expected. However, when I enable both of the function apps, the messages are not being routed to both functions, causing issues with our system as we need both functions to trigger on each event hub event.
This has me confused, as in the documentation I don't see anything that says you cannot have 2 functions using the same input but nevertheless both functions will only trigger properly if they are the only function enabled.
Please let me know if there is something that I missed in the documentation or if you have any ideas on how to fix this issue
Thanks
-Bryan