This is our application architecture and I am trying to figure out Geo-disaster recovery for the whole application. Both the functions in the architecture are part of same function-app. Eventhub Geo-disaster can be achieved by setting up secondary name space docs. This doc talk about Geo-disaster recovery for Active/passive for non-HTTPS functions, this aligns with subscriber in our application
My question is how to architect the Geo-disaster recovery of the publisher which is a timer triggered function.
PUBLISHER(AZURE-FUNCTION)--------------->EVENTHUB-------------> SUBSCRIBER(AZURE-FUNCTION)