Hi @Anonymous ,
Unfortunately, Azure DNS doesn't support purchasing of domain names as of now, only host it.
Refer : https://learn.microsoft.com/en-us/azure/dns/dns-zones-records
You have to purchase a domain from a Registrar. Once you have purchased a domain from a Registrar, you need to delegate it to Azure to maintain the domain
The exception is for App Services, in which you will be able to purchase a custom domain and that too will use GoDaddy as Registrar.
Refer : https://learn.microsoft.com/en-us/azure/app-service/manage-custom-dns-buy-domain
Once you have purchased a domain,
To delegate a domain to Azure DNS,
In the registrar's DNS management page, edit the NS records and replace the NS records with the Azure DNS name servers.
When you delegate a domain to Azure DNS, you must use the name servers that Azure DNS provides. Use all four name servers, regardless of the name of your domain. Domain delegation doesn't require a name server to use the same top-level domain as your domain.
Reference : https://learn.microsoft.com/en-us/azure/dns/dns-delegate-domain-azure-dns
To Verify the domain delegation,
You can run nslookup -type=SOA latintech.org
You can submit your feedback on this thread https://feedback.azure.com/d365community/idea/9e9f97ea-8526-ec11-b6e6-000d3a4f0789
Our Product Group is closely monitoring the feedback page and is dedicated to improving our user experience.
Thanks,
Kapil
----------------------------------------------------------------------------------------------------------------
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.