Reputation: 862
when I create a new custom domain for a site on Azure, does it check if the name is already been used.
The host name is in the form myhostName.azurewebsites.net.
Does Azure check if the myhostName name has been already used?
Upvotes: 0
Views: 210
Reputation: 2693
Yes, you can't create website with name which has already been taken, you will see this:
Upvotes: 4