Cannot Create Same Name Website

Mujtaba 0 Reputation points
2024-06-25T06:59:25.7933333+00:00

i want to create same name following website emailopenaicom.azureedge.net , chatgpt-slack.jollybeach-2c1b6a13.centralus.azurecontainerapps.io , labs-prod-fd-h9dqane5hcgabnaz.z01.azurefd.net , gym-redirect.azurefd.net on azure but i can't create same .

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
957 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 18,451 Reputation points
    2024-06-28T19:44:03.13+00:00

    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:

    1. In the Azure portal, search for DNS zones and select “+ Create”. Enter your DNS zone name (the domain name you want to use).
    2. 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.
    3. Delegate your domain to Azure’s nameservers at your domain registrar.
    4. 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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.