I am new to Azure or web server configuration in general, so I am not sure if I am asking the right questions. I've bought a domain in Azure and it required me to point to an App Service which I did. Now having this domain (www.mysite.com), I wanted to have subdomains. So I added some host name bindings (abc.mysite.com and xyz.mysite.com).
Now, I want to buy and assign a domain name to abc.mysite.com like www.myabc.com so I can use this name to browse instead of abc.mysite.com. I do not know how to go about it since every time I buy a domain in Azure, it asks me to point it to an App Service.
How do I do this? Additional question, is creating hostname bindings the right way to create sudomains?