Steps I followed:
Created an web app (
registration-ceus.azurewebsites.net
)Created a traffic manager profile, added web app as an endpoint (
registrationtmp.trafficmanager.net
) Traffic manager opens the web app. Issue I face while adding custom domain. I have own a domain (e.gmyworkdomain.net
)I am trying to add subdomain to traffic manager profile (
testregistration.myworkdomain.net
).
testregistration.myworkdomain.net
CNAME
registrationtmp.trafficmanager.net
Added CNAME for my web app:
awverify.testregistration.myworkdomain.net
CNAME
awverify.testregistration.registration-ceus.azurewebsites.net
When trying to add the Custom domain
awverify.testregistration.myworkdomain.net
to my web app, web app does not validate the domain name. It always gives option toAdd Hostname
.
When I try to access testregistration.myworkdomain.net
, gets 404 error.
The app service is in Standard tier. What step am I missing or doing wrong?