I have a cloud service that runs a worker role (self host owin middleware). The cloud service endpoint mysubdomain.cloudapp.net returns but when I go through mysubdomain.trafficmanager.net I consistently get a 503 returned.
Couple additional points:
- For the time being I am just doing HTTP and not HTTPS but will change in future
- I only have one cloud service (with 4 instances) deployed
- port for the worker role/owin selfhost is 80 (public port) bound to a private port of 8088
Thoughts?