I have an API endpoint from Azure services and I tried to set up Azure traffic manager using this endpoint.
The end point looks like this: https://sampleurl.azurewebsites.net and it requires authentication (bearer token to be exact) to access.
Here's the configuration for the traffic manager:
Here's how I tried to access:
I send a API request to the traffic manager's URL directly with a correct bearer token, but it returned "An error occurred while sending the request."
Could someone point me to some direction of what went wrong?