Hi All,
i am trying to write a rules engine configuration that forward requests to different backends based on the Geo match.
what i want is to basically, forward requests coming from Australia to Australia, Europe to the UK and the rest of the world to westus2.
the problem is the geo matching in Frontdoor is based on countries not regions (like Azure Traffic Manager) so i will need to match per country which is fine however the portal only allows me to select a max of 10 countries per rule so with around 195 countries in the world i will end up writing lots of rules.
can i override this limitation? or can i use regions in Azure Frontdoor?
thanks