I have an API in Azure with address;
http://webapiapplicationXXXXXXX.azurewebsites.net
and the Swagger UI at
http://webapiapplicationXXXXXXX.azurewebsites.net/swagger/ui/index
Putting this into the Azure API Management gives me an address of:
http://xxxxxxxxxxxx.azure-api.net/Time/api/TimeZoneInfo
I want to see the SwaggerUI. I've tried the obvious URLs but got:
{ "statusCode": 404, "message": "Resource not found" }
What is the URL to see the SwaggerUI when the API is hosted in Azure API Management?
