How to add a subdomain to GoDaddy on Azure

Let's say I have an example.com web application

everything is fine with him, and both www.example.com and example.com are redirected to the correct "@" entry defined in the GoDaddy zone file.

The fact is that my back-office web application is located on a different Azure server than on the main site (the site is on example.com, and the back-office should be on office.example.com). To do this, I created another server on Azure. example.com on example.azurewebsites.net office.example.com on example-office.azurewebsites.net (the azure management site shows that both servers have the same ip)

(Btw, is that what I had to do?)

What I tried was: 1. add "office". The Goddady entry that redirects the same ip (in addition to @) does not work. 2. add a CNAME "office" that redirects to example-office.azurewebsites.net - did not work

In both cases, I added awverify and awverify.www as follows:

awverify.office - awverify.example-office.azurewebsites.com awverify.www.office awverify.www.example-office.azurewebsites.com

Azure Manage Domains does not recognize office.example.com

What should I do in GoDaddy to make it work?

thanks

+4
source share
1 answer
0

All Articles