As we use Cloudflare, I'm trying to setup Azure Traffic manager to redirect traffic for specific regions based on the user location.
As for Configurations on Cloudflare and Azure traffic manager, I have:
Cloudflare DNS Records
Type | Name | Content |
---|---|---|
A | service-eu.domain.com | EU firewall IP |
A | service-us.domain.com | US firewall IP |
CNAME | service.domain.com | redacted.trafficmanager.net |
Traffic manager Configurations:
pretty standard, nothing was changed
Endpoint setup:
EU endpoint:
US endpoint:
So far, everything seems to be in place with the guides that I'm following, but when i try to hit service.domain.com, cloudflare returns:
r/CloudFlare - Cloudflare and Azure Traffic manager, how to get it working?
This would be what we have i'm planning to achieve:
Similar issue that i found, but solution doesn't work for my scenario, so i believe this question cant be considered as duplicate.
Azure Traffic Manager with Cloudflare CDN
Any help would be deeply appreciated since I'm currently out of ideas on how to put those two guys together.