Hello-
I have been trying to configure traffic manager as a Failover mechanism for Azure API Management (not sure if this is the correct terminology).
The gist is this: I have configured Azure API management to point to a set of Web API's hosted in a Cloud Service. I would like to use Traffic Manager as a Failover mechanism to route requests to a different data center, should the primary service becomes unresponsive or goes into a degraded state.
When going through the portal, there is no selection that is available to configure API Management/Web API: the selections are Cloud Service and Web apps.
I've also looked into th Powershell Add-AzureTrafficManagerProfile using the -Type ["Any"] option with same result - it adds the endpoint but it is in a "Degraded" state.
I need to understand the correct way to accomplish this - I'm pretty sure I'm doing something wrong.
gigabit