Skip to content

Commit beb305a

Browse files
committed
noted Priority method for maintenance
1 parent c0e9f66 commit beb305a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/api-management/api-management-howto-deploy-multi-region.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,13 @@ To take advantage of geographical distribution of your system, you should have b
100100
</policies>
101101
```
102102

103-
> [!TIP]
104-
> You may also front your backend services with [Azure Traffic Manager](https://azure.microsoft.com/services/traffic-manager/), direct the API calls to the Traffic Manager, and let it resolve the routing automatically. We recommend using Traffic Manager with the [**Geographic**](../traffic-manager/traffic-manager-routing-methods.md#geographic-traffic-routing-method) routing method for traffic distribution and failover. We don't recommend using Traffic Manager with the Weighted routing method with API Management backends.
103+
### Use Traffic Manager for routing to regional backends
104+
105+
You may also front your backend services with [Azure Traffic Manager](https://azure.microsoft.com/services/traffic-manager/), direct the API calls to the Traffic Manager, and let it resolve the routing automatically.
106+
107+
* For traffic distribution and failover, we recommend using Traffic Manager with the [**Geographic**](../traffic-manager/traffic-manager-routing-methods.md#geographic-traffic-routing-method) routing method. We don't recommend using Traffic Manager with the Weighted routing method with API Management backends.
108+
109+
* For traffic control during maintenance operations, we recommend using the Priority routing method.
105110

106111
## <a name="custom-routing"> </a>Use custom routing to API Management regional gateways
107112

0 commit comments

Comments
 (0)