An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
Hello Barbara McKinzie
It sounds like you're looking to transition your DNS service from GetNetSet to Microsoft while keeping your email and website intact. Here’s a straightforward way to do that:
- Create a DNS Zone in Azure: First, you'll need to create a DNS Zone in Azure. Here’s how:
- Go to the Azure Portal: Sign in at Azure Portal.
- Create a Resource: Click on 'Create a resource', then search for 'DNS zone' and hit 'Create'.
- Fill in the necessary details (e.g., resource group, name for the DNS zone like
yourdomain.com) and then click 'Create'.
- Update Domain's Name Servers: Once your DNS zone is set up, you need to change your domain's Name Server (NS) records at your current registrar (GetNetSet) to point to the Azure DNS nameservers. You can find Azure's nameservers listed in your new DNS zone in the Azure portal.
- Add DNS Records for Email and Website:
- Email Setup: You’ll need to set up MX records so that your email continues to be routed to Microsoft. Follow the instructions in the Admin Center to Update DNS Records.
- Website Setup: If you want your website to continue to be hosted at its current location, you can add an A record pointing to the static IP of your web host, along with any CNAME records needed. For detailed instructions on adding these records, check out Managing Custom DNS Records.
- Verify: After updating your NS records, it may take some time for DNS changes to propagate. You can verify that everything is working by using tools like DNS Checker.
By taking these steps, you should be able to migrate your DNS service to Azure seamlessly while keeping your existing email and website operational.
Reference:
- Configure Azure DNS to host a custom domain for a Web app
- DNS operations in Azure
- Update DNS records to keep your website with your current hosting provider
- Add DNS records to connect your domain
If you need any further assistance or clarification on specific steps, feel free to ask. Hope this helps!