Reputation: 11
I am looking for a AKS Disaster recovery(DR) solution, I was trying with Traffic manager but it seems it only supporting for Web App public endpoints, is there a solution coming near future for connecting internal web app endpoints(private). In my environment all backend system mostly running on internal network. So i need to implement a solution for connecting those private web app endpoints. Please let me know if there is a solution already if not any new feature is coming for Traffic Manager in future.
Upvotes: 1
Views: 3558
Reputation: 28284
Traffic Manager works at DNS level, it can route traffic that originates from the public internet to a set of endpoints that are also internet-facing and you cannot use Traffic Manager to route endpoints inside a private endpoint. Refer here.
Also, you can vote up this request for the supported private endpoint and as a workaround, you may use a Function App to monitor a private endpoint, and reprogram your ATM profile to enable only endpoints that are currently available. Refer here.
From the above Azure team feedback, it seems there is no plan for such a supporting private endpoint feature as the traffic manager is essentially global and public.
Upvotes: 3