It is pretty clear from this link that API Management by default uses Performance routing method. Is there any way we can change that method for APIM? I mean what if I want to go for let's Priority-based routing instead of Performance or Geographic routing? Can we customize the routing method for APIM?
Asked
Active
Viewed 256 times
1 Answers
1
Like you mentioned , API management by default uses the Performance routing method.
Meaning,It tries to connects to a region which possibly nearer (lower latency) !
There is no way to override this. However, to use a custom routing method (like Priority based routing) you could make use of the Azure Traffic Manager
The Azure traffic manager supports the following routing methods
- Priority (Your requirement)
- Geographic
- Performance
- Multivalue
- Subnet
- Weighted
Came across the below articles which explain them in detail on the configurations of APIM with Traffic Manager with custom routing method :

Satya V
- 3,811
- 1
- 6
- 9
-
@girish - did the above help your requirement ? – Satya V Oct 30 '20 at 13:00
-
Yes, it was helpful. Thanks. – Girish Acharya Nov 04 '20 at 05:21