Skip to content
Menu
IT-DRAFTS
  • About
  • My Statistics at Microsoft Q&A
  • Privacy policy
IT-DRAFTS
June 3, 2025June 3, 2025

How to Create and Manage a Public DNS Zone in Azure via the Portal

You All well knew the DNS (Domain Name System) is a cornerstone of the internet. It translates domain names into IP addresses and vice versa. If you’re working with Azure, managing your DNS records within the same ecosystem is a smart move. Azure DNS provides a highly available, scalable, and secure way to handle domain names.

What is Azure DNS?

Azure DNS is a cloud service that allows you to host DNS zones and manage them via API, PowerShell, CLI, or the portal. It provides:

  • Global availability
  • Fault tolerance
  • Integration with Azure services
  • Support for both private and public DNS zones

Step 1: Sign in to the Azure Portal

  1. Go to https://portal.azure.com
  2. Sign in to your account

Step 2: Create a DNS Zone

  1. Click “Create a resource” → Networking → DNS zone
  2. Specify:
    • Subscription
    • Resource Group
    • Zone name (example.com)
  3. Click “Review + create” then “Create”

Step 3: Add an A Record

  1. Open your DNS zone
  2. Click “+ Record set”
  3. Fill in:
    • Name: www
    • Type: A
    • TTL: 3600
    • IP: 10.10.10.10

Step 4: Validate with nslookup

nslookup www.example.com ns1-08.azure-dns.com

Step 5: Delegate Your Domain

  1. Log in to your domain registrar
  2. Replace the current NS records with the ones provided by Azure

Step 6: Delete Resources (Optional)

  1. Go to Resource groups → MyResourceGroup
  2. Click Delete resource group → enter the name to confirm

Tips

  • Use RBAC to restrict access
  • Tag resources for cost analysis
  • Enable diagnostics logging via Azure Monitor

Useful Links

  • Create DNS zone
  • Delegate domain
  • DNS CLI samples
  • Pricing

 

Categories

ActiveDirectory AI Azure AzureAI azureinfrastructure BetaChannel cloudarchitecture cloudnetworking CloudSecurity Conditional Access Copilot Cybersecurity DataProtection DataSecurity DevOps devsecops DNS enterpriseai Entra entraID Howto hybridcloud Innovation licensing MFA Microsoft Microsoft365 Microsoft AI MicrosoftAzure microsoftcloud MicrosoftOffice Microsoft Product MicrosoftSentinel NewRelease OfficeSuite promptinjection Security SoftwareUpdate TechNews Technology updates Windows Windows10 Windows11 zeroTrust

Archives

  • July 2025
  • June 2025
  • May 2025
  • February 2025
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
No comments to show.

Recent Comments

Recent Posts

  • 🧨 SUDO, YOU HAD ONE JOB!
  • Azure WAF vs Entra External ID: When Your Firewall Starts Shooting the Good Guys
  • DPAPI: The Granddaddy of Windows Crypto (and your secrets)
  • Microsoft Just Threw Windows Licensing into the Cloud — And Locked It Inside Confidential VMs
  • Windows LAPS with Intune: One admin password per device, finally.
©2025 IT-DRAFTS | Powered by WordPress and Superb Themes!
Menu
IT-DRAFTS
  • About
  • My Statistics at Microsoft Q&A
  • Privacy policy