{"id":18648,"date":"2020-08-29T09:49:41","date_gmt":"2020-08-29T09:49:41","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=18648"},"modified":"2020-08-29T09:49:43","modified_gmt":"2020-08-29T09:49:43","slug":"hosting-domain-in-azure-dns","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/","title":{"rendered":"Hosting domain in Azure DNS"},"content":{"rendered":"\n<p class=\"has-text-align-right\"><strong><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-104-microsoft-azure-administrator-associate\/\" target=\"_blank\" rel=\"noreferrer noopener\">Return to AZ-104 Tutorial<\/a><\/strong><\/p>\n\n\n\n<p>Here you&#8217;ll learn about the hosting the DNS domain and manage your DNS records. By hosting the domains in Azure, you can maintain your DNS records and other Azure services.<\/p>\n\n\n\n<p>To sum up, you learn how to:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>First of all, creating a DNS zone.<\/li><li>Retrieving a list of name servers.<\/li><li>Delegating the domain.<\/li><li>Verifying the delegation is working.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"prerequisites\"><strong>Prerequisites<\/strong><\/h4>\n\n\n\n<p>First of all, you must have a domain name available to test with that you can host in Azure DNS. <\/p>\n\n\n\n<p>For instance, we will reference the parent domain as\u00a0<strong>contoso.net<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"create-a-dns-zone\"><strong>Creating a DNS zone<\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li>Visit the\u00a0Azure portal\u00a0to create a DNS zone. Search for and select\u00a0<strong>DNS zones<\/strong>.<img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-delegate-domain-azure-dns\/openzone650.png\" alt=\"DNS zone\"><\/li><li>Now, select\u00a0<strong>Create a DNS zone<\/strong>.<\/li><li>After this, enter the following values, and then select\u00a0<strong>Create<\/strong>: for example,\u00a0<strong>contoso.net<\/strong>\u00a0<\/li><li>lASTLY, <strong>LOCATE the<\/strong> selected as part of Resource group creation<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"retrieve-name-servers\"><strong>Retrieving name servers<\/strong><\/h4>\n\n\n\n<p>. Azure DNS allocates name servers from a pool each time a zone is created.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>On the DNS zone, select\u00a0<strong>All resources<\/strong>. On the\u00a0<strong>All resources<\/strong>\u00a0page, select your DNS zone.<\/li><li>Regain the name servers from the DNS zone page. <img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-delegate-domain-azure-dns\/viewzonens500.png\" alt=\"List of name servers\"><\/li><\/ol>\n\n\n\n<p>Azure DNS automatically creates authoritative NS records in your zone for the assigned name servers.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-administrator-associate-az-104-free-practice-test\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/06\/practice-test-2.png\" alt=\"Practice Test for AZ-104\"\/><\/a><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"delegate-the-domain\"><strong>Delegating the domain<\/strong><\/h4>\n\n\n\n<p>After creating the DNS zone, you need to update the parent domain with the Azure DNS name servers. <\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>In the registrar&#8217;s DNS management page, alter the NS records and replace the NS records with the Azure DNS name servers.<\/li><li>While delegating a domain to Azure DNS, use all four name servers, regardless of the name of your domain. Domain delegation doesn&#8217;t require a name server to use the same top-level domain as your domain.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"verify-the-delegation\"><strong>Verifying the delegation<\/strong><\/h4>\n\n\n\n<p>After completing the delegation, first, verify that it&#8217;s working by using a tool such as\u00a0<em>nslookup<\/em>\u00a0to query the Start of Authority (SOA) record for your zone.<\/p>\n\n\n\n<p>You don&#8217;t have to specify the Azure DNS name servers. <\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>From a command prompt, enter a nslookup command similar to the following example:Copy<code>nslookup -type=SOA contoso.net<\/code><\/li><li>Verify that your response looks similar to the following nslookup output.<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>Server: ns1-04.azure-dns.com Address: 208.76.47.4 contoso.net primary name server = ns1-04.azure-dns.com responsible mail addr = msnhst.microsoft.com serial = 1 refresh = 900 (15 mins) retry = 300 (5 mins) expire = 604800 (7 days) default TTL = 300 (5 mins)<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"clean-up-resources\"><strong>Cleaning up resources<\/strong><\/h4>\n\n\n\n<p>You can keep the&nbsp;<strong>contosoRG<\/strong>&nbsp;resource group if you intend to do the next tutorial. Otherwise, delete the&nbsp;<strong>contosoRG<\/strong>&nbsp;resource group to delete the resources created in this tutorial.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Select the\u00a0<strong>contosoRG<\/strong>\u00a0resource group, and then select\u00a0<strong>Delete resource group<\/strong>.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/07\/testpreptraining.ai-2-750x117.png\" alt=\"\"\/><\/figure><\/div>\n\n\n\n<p class=\"has-text-align-right\"><strong>Reference: <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/dns-delegate-domain-azure-dns\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Documentation<\/a><\/strong><\/p>\n\n\n\n<p><strong><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-104-microsoft-azure-administrator-associate\/\" target=\"_blank\" rel=\"noreferrer noopener\">Return to AZ-104 Tutorial<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Return to AZ-104 Tutorial Here you&#8217;ll learn about the hosting the DNS domain and manage your DNS records. By hosting the domains in Azure, you can maintain your DNS records and other Azure services. To sum up, you learn how to: First of all, creating a DNS zone. Retrieving a list of name servers. Delegating&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-18648","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hosting domain in Azure DNS - Testprep Training Tutorials<\/title>\n<meta name=\"description\" content=\"Increase your skills by learning about hosting with Virtual Networking Platform using Microsoft Azure AZ-104 online course Now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hosting domain in Azure DNS - Testprep Training Tutorials\" \/>\n<meta property=\"og:description\" content=\"Increase your skills by learning about hosting with Virtual Networking Platform using Microsoft Azure AZ-104 online course Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-29T09:49:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-delegate-domain-azure-dns\/openzone650.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/\",\"name\":\"Hosting domain in Azure DNS - Testprep Training Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2020-08-29T09:49:41+00:00\",\"dateModified\":\"2020-08-29T09:49:43+00:00\",\"description\":\"Increase your skills by learning about hosting with Virtual Networking Platform using Microsoft Azure AZ-104 online course Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hosting domain in Azure DNS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"name\":\"Testprep Training Tutorials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\",\"name\":\"Testprep Training\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"contentUrl\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"width\":583,\"height\":153,\"caption\":\"Testprep Training\"},\"image\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hosting domain in Azure DNS - Testprep Training Tutorials","description":"Increase your skills by learning about hosting with Virtual Networking Platform using Microsoft Azure AZ-104 online course Now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/","og_locale":"en_US","og_type":"article","og_title":"Hosting domain in Azure DNS - Testprep Training Tutorials","og_description":"Increase your skills by learning about hosting with Virtual Networking Platform using Microsoft Azure AZ-104 online course Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2020-08-29T09:49:43+00:00","og_image":[{"url":"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-delegate-domain-azure-dns\/openzone650.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/","name":"Hosting domain in Azure DNS - Testprep Training Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2020-08-29T09:49:41+00:00","dateModified":"2020-08-29T09:49:43+00:00","description":"Increase your skills by learning about hosting with Virtual Networking Platform using Microsoft Azure AZ-104 online course Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/hosting-domain-in-azure-dns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Hosting domain in Azure DNS"}]},{"@type":"WebSite","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","name":"Testprep Training Tutorials","description":"","publisher":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization","name":"Testprep Training","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/","url":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","contentUrl":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","width":583,"height":153,"caption":"Testprep Training"},"image":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/18648","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/comments?post=18648"}],"version-history":[{"count":2,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/18648\/revisions"}],"predecessor-version":[{"id":18650,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/18648\/revisions\/18650"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=18648"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=18648"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=18648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}