Azure / azure-functions-eventgrid-extension

EventGrid extension for Azure Functions
MIT License
48 stars 34 forks source link

How to deploy a multi-region / DR configuration #91

Closed smokedlinq closed 2 months ago

smokedlinq commented 3 years ago

Given that the extension uses a system key, and system keys can't be explicitly set, what solution(s) should be used to make a multi-region / disaster recovery configuration where the function app is deployed in multiple regions and a traffic manager or frontdoor solution is sending traffic to the active endpoint?