An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
Hi @ Joseph Kolagani,
Welcome to Microsoft Q&A Platform.
It looks like you’re trying to access a custom domain that you've set up in Azure DNS, but you're having some trouble.
Here’s what you should check:
- DNS Record Configuration: Ensure that the DNS record you created in Azure DNS is configured correctly. You can verify this in the Azure portal under your DNS zone.
- Type of DNS Record: Make sure you’re using the correct type of DNS record (like A or CNAME) for your setup. If you’re pointing to a web app, a CNAME record might be appropriate if you’re mapping to an existing Azure service domain.
- Name Server Delegation: Check that the name servers for your domain (at your domain registrar) are correctly pointed to the Azure DNS name servers. This step is crucial for the DNS to function correctly. You can confirm the delegation by using tools like
nslookupor checking on a site like digwebinterface.com. - Azure App Service Configuration: If you’re using Azure App Service, make sure you've also added the custom domain in the App Service settings. Navigate to your App Service, go to "Custom domains," and ensure the domain is validated.
- Propagation Time: DNS changes can take some time to propagate, sometimes up to 48 hours. If you’ve just configured it, patience might be required.
- Check using nslookup: You can run
nslookup yourdomain.comin your command line to see if the domain resolves to the correct IP address. Ref:
- Check using nslookup: You can run
nslookup yourdomain.comin your command line to see if the domain resolves to the correct IP address.
If still facing an issue , Please confirm:
- Do you get “This site can’t be reached”?
- Do you get wrong website loading?
- Do you get certificate error?
- Do you get timeout?
- Does it resolve to the correct IP?
- Is it A record or CNAME?
Ref:
Tutorial: Create DNS records in a custom domain for a web app
Manage DNS records and record sets
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.