Hello,
We have been using blue green deployment for both our API and Web applications. We are also using the same model for Azure Functions that has Event Hub trigger. Recently noticed that we have both Standby and Production function app consuming events from Event Hub and thus causing epoch related error "new receiver 'nil' with higher epoch is created".
We are planning to stop the standby slot right after swap step to avoid this issue. Is there a better standard way to deploy Azure Functions with Event Hub trigger?
Thanks for your time and help.
Kamal