Azure Traffic Manager routing to Azure Website configured as External Endpoint -


here's did,

created azure website (http://myapp1.azurewebsites.net) in standard tier

configured azure traffic manager , added endpoint azure endpoint. trafficmanager routes website. nice!

removed endpoint , and added endpoint external endpoint. trafficmanager routes 404 page. provided fqdn (fully qualified domain name) myapp1.azurewebsites.net.

what wrong it? doesn't azure allow have .azurewebsites.net sites define endpoint urls?

endpoint details, status - enabled monitor status - degraded type - external endpoint

*enter image description here*

complete error page details,

error 404 - web app not found.  web app have attempted reach not available in microsoft azure app service region. due 1 of several reasons:  1. web app owner has registered custom domain point microsoft azure app service, has not yet configured azure recognize it. click here read more.  2. web app owner has moved web app different region, dns cache still directing old ip address used in previous region. click here read more. 

external endpoint needs outside azure website.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -