I have brought a domain using Azure App Service. Can I use that domain on AKS? or will there be a legal issue?
If there will be legal issue. Can I transfer that domain to, for example GoDaddy?
I have brought a domain using Azure App Service. Can I use that domain on AKS? or will there be a legal issue?
If there will be legal issue. Can I transfer that domain to, for example GoDaddy?
From this, you could buy the domain on app service domain but the domain is registered by GoDaddy and seamlessly hosted on Azure DNS. You can find it via App Service Domain->Overview->Manage DNS records->Delegated to Azure DNS zone on the portal.
App Service Domains use GoDaddy for domain registration and Azure DNS to host the domains. In addition to the domain registration fee, usage charges for Azure DNS apply
So you could use this domain on AKS just like for an externally purchased domain. you just need to add or modify your records on Azure DNS. It is not mandatory to migrate to Azure DNS hosting. If you want to host your domain to another domain provider, you need to go to their website to procure domain hosting solution.
You also could follow the steps below to transfer out the domain:
Read more details here.