Hi @Mujtaba it sounds like you want to create websites with the same domain names on Azure. However, it’s important to note that domain names are unique across the internet, and once a domain name is registered, it cannot be used by another entity unless it is released by the current owner or the registration expires.
If the domain names you mentioned are already in use, you won’t be able to register them exactly as they are. You might consider variations of these names or use different top-level domains (TLDs) if they are available.
If you want to host your own domain in Azure, here are the general steps:
- In the Azure portal, search for DNS zones and select “+ Create”. Enter your DNS zone name (the domain name you want to use).
- Azure DNS assigns name servers from a pool each time a zone is created. You need to retrieve the list of Azure nameservers for your DNS zone.
- Delegate your domain to Azure’s nameservers at your domain registrar.
- Verify that the delegation is working correctly.
Remember, to use an App Service domain, the app’s App Service plan must be a paid tier and not Free (F1).
Best,
Grace