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 azurefirewall azurepolicy azuresecurity cloudarchitecture cloudnetworking CloudSecurity Copilot Cybersecurity DataProtection DataSecurity DevOps devsecops enterpriseai Entra entraID GDPRcompliance Howto hybridcloud Innovation licensing Microsoft Microsoft365 Microsoft AI MicrosoftAzure microsoftcloud Microsoft Product microsoftsecurity MicrosoftSentinel OfficeSuite PrivacyRights ProductivityTools sam Security SoftwareUpdate TechNews threatintelligence updates Windows Windows10 Windows11 zeroTrust

Archives

  • August 2025
  • 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

  • The Technical Foundation of Multi-Agent Copilot Systems and Secure AI Infrastructure in Microsoft Azure
  • Reflection Relay: Never Happened Before, and Here We Go Again (CVE-2025-33073)
  • Ctrl+Alt+Del: Born a Crutch, Raised to Be a Ritual
  • Azure Firewall Selective Logging: Finally Logging Smart, Not Everything
  • Upgrade to Windows 11 at Scale — the Windows Autopatch Way %)
©2025 IT-DRAFTS | Powered by WordPress and Superb Themes!