{"id":18614,"date":"2020-08-29T09:21:14","date_gmt":"2020-08-29T09:21:14","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=18614"},"modified":"2022-04-06T07:02:11","modified_gmt":"2022-04-06T07:02:11","slug":"using-azure-dns-to-implement-custom-domain-settings","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/","title":{"rendered":"Using Azure DNS to implement custom domain settings"},"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>On this page, about custom domain and how Azure DNS provides DNS for a custom domain for any of your Azure resources that maintain custom domains or that have a fully equipped domain name (FQDN). So, let&#8217;s begin.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"prerequisites\"><strong>Prerequisites for custom domain<\/strong><\/h3>\n\n\n\n<p>Only if the Azure AD admin was setup for Azure SQL Database, SQL Managed Instance, or Azure Synapse is Azure AD authentication available. Existing Azure Active Directory users established earlier inside SQL Server will no longer be able to login to the database using their Azure Active Directory credentials if the Azure Active Directory admin is removed from the server.<\/p>\n\n\n\n<p>In the same vein, you can configure a vanity or custom domain for&nbsp;Azure Function Apps,&nbsp;Public IP addresses,&nbsp;App Service (Web Apps),&nbsp;Blob Storage, and&nbsp;Azure CDN.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"azure-function-app\"><strong>Azure Function App<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>In order to configure a custom domain for Azure function apps, create a record called  CNAME.<\/li><li>Now navigate to\u00a0<strong>Function App<\/strong>\u00a0and select the function app. Click Platform features, then Custom domains under Networking.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/functionapp.png\" alt=\"function app blade\"\/><\/figure><\/div>\n\n\n\n<p><strong>Note:<\/strong> This address is used as the alias for the DNS record produced and can be seen on the Custom domains blade.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/functionshostname.png\" alt=\"custom domain blade\"\/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>Navigate to your DNS Zone and click\u00a0<strong>+ Record set<\/strong>. To generate a record set, fill out the following information on the Add record set blade and click OK.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Property<\/th><th>Value<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>Name<\/td><td>myfunctionapp<\/td><td>This value along with the domain name label is the FQDN for the custom domain name.<\/td><\/tr><tr><td>Type<\/td><td>CNAME<\/td><td>Use a CNAME record is using an alias.<\/td><\/tr><tr><td>TTL<\/td><td>1<\/td><td>1 is used for 1 hour<\/td><\/tr><tr><td>TTL unit<\/td><td>Hours<\/td><td>Hours are used as the time measurement<\/td><\/tr><tr><td>Alias<\/td><td>adatumfunction.azurewebsites.net<\/td><td>The DNS name you are creating the alias for, in this example it is the adatumfunction.azurewebsites.net DNS name provided by default to the function app.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li>Go back to your function app, select <strong>Platform features<\/strong>, and below\u00a0<strong>Networking<\/strong>\u00a0click\u00a0<strong>Custom domains<\/strong>, then under\u00a0<strong>Custom Hostnames<\/strong>\u00a0click\u00a0<strong>+ Add hostname<\/strong>.<\/li><li>Select the CNAME record in the hostname text box on the Add hostname blade and click Validate. To add the alias, click Add hostname.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/functionaddhostname.png\" alt=\"function apps add host name blade\"\/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"public-ip-address\"><strong>Public IP address<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>To configure a custom domain for services, use load Balancer, Cloud Service, Resource Manager VMs, and, Classic VMs.<\/li><li>Now, go to\u00a0<strong>Networking<\/strong>\u00a0>\u00a0<strong>Public IP address<\/strong>, pick the Public IP resource and click\u00a0<strong>Configuration<\/strong>. Notate the IP address shown.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/publicip.png\" alt=\"public ip blade\"\/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>Move to your DNS Zone and click\u00a0<strong>+ Record set<\/strong>. Fill out the following information on the\u00a0<strong>Add record set<\/strong>\u00a0blade and click\u00a0<strong>OK<\/strong>\u00a0to create it.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Property<\/th><th>Value<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>Name<\/td><td>mywebserver<\/td><td>This value along with the domain name label is the FQDN for the custom domain name.<\/td><\/tr><tr><td>Type<\/td><td>A<\/td><td>Use an A record as the resource is an IP address.<\/td><\/tr><tr><td>TTL<\/td><td>1<\/td><td>1 is used for 1 hour<\/td><\/tr><tr><td>TTL unit<\/td><td>Hours<\/td><td>Hours are used as the time measurement<\/td><\/tr><tr><td>IP Address<\/td><td><code>&lt;your ip address&gt;<\/code><\/td><td>The public IP address.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/arecord.png\" alt=\"create an A record\"\/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>Once the A record is created, run\u00a0<code>nslookup<\/code>\u00a0to verify the record resolves.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/publicipnslookup.png\" alt=\"public ip dns lookup\"\/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"app-service-web-apps\"><strong>App Service (Web Apps)<\/strong><\/h4>\n\n\n\n<p>The below-mentioned steps will take you through configuring a custom domain for an app service web app.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Visit the <strong>App Service<\/strong>\u00a0and select the resource you are configuring a custom domain name, and click\u00a0<strong>Custom domains<\/strong>.<ul><li>On the Custom domains blade, take note of the current url; this URL will be used as the alias for the DNS record you just established.<\/li><\/ul><\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/url.png\" alt=\"custom domains blade\"\/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>Move to your DNS Zone and click\u00a0<strong>+ Record set<\/strong>. Fill out the following information on the\u00a0<strong>Add record set<\/strong>\u00a0blade and click\u00a0<strong>OK<\/strong>\u00a0to create it.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Property<\/th><th>Value<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>Name<\/td><td>mywebserver<\/td><td>This value along with the domain name label is the FQDN for the custom domain name.<\/td><\/tr><tr><td>Type<\/td><td>CNAME<\/td><td>Use a CNAME record is using an alias. If the resource used an IP address, an A record would be used.<\/td><\/tr><tr><td>TTL<\/td><td>1<\/td><td>1 is used for 1 hour<\/td><\/tr><tr><td>TTL unit<\/td><td>Hours<\/td><td>Hours are used as the time measurement<\/td><\/tr><tr><td>Alias<\/td><td>webserver.azurewebsites.net<\/td><td>The DNS name you are creating the alias for, in this example it is the webserver.azurewebsites.net DNS name provided by default to the web app.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/createcnamerecord.png\" alt=\"custom domain create a CNAME record\"\/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>Navigate back to the app service that is configured for the custom domain name. Click\u00a0<strong>Custom domains<\/strong>, then click\u00a0<strong>Hostnames<\/strong>. To add the CNAME record you created, click\u00a0<strong>+ Add hostname<\/strong>.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/figure1.png\" alt=\"figure 1\"\/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>After the completion of the process, run\u00a0<strong>nslookup<\/strong>\u00a0to validate name resolution is working.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/finalnslookup.png\" alt=\"custom domain\"\/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"blob-storage\"><strong>Blob storage<\/strong><\/h4>\n\n\n\n<p>The asverify method is used to configure a CNAME record for a blob storage account in the steps below. There is no downtime using this strategy.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Go to\u00a0<strong>Storage<\/strong>\u00a0>\u00a0<strong>Storage Accounts<\/strong>, click your storage account, and select <strong>Custom domain<\/strong>. <\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/blobcustomdomain.png\" alt=\"blob storage custom domain\"\/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>Visit the DNS Zone and click\u00a0<strong>+ Record set<\/strong>. After this, fill out the following information on the\u00a0<strong>Add record set<\/strong>\u00a0blade and click\u00a0<strong>OK<\/strong>\u00a0to create it.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Property<\/th><th>Value<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>Name<\/td><td>asverify.mystorageaccount<\/td><td>This value along with the domain name label is the FQDN for the custom domain name.<\/td><\/tr><tr><td>Type<\/td><td>CNAME<\/td><td>Use a CNAME record is using an alias.<\/td><\/tr><tr><td>TTL<\/td><td>1<\/td><td>1 is used for 1 hour<\/td><\/tr><tr><td>TTL unit<\/td><td>Hours<\/td><td>Hours are used as the time measurement<\/td><\/tr><tr><td>Alias<\/td><td>asverify.adatumfunctiona9ed.blob.core.windows.net<\/td><td>The DNS name you are creating the alias for, in this example it is the asverify.adatumfunctiona9ed.blob.core.windows.net DNS name provided by default to the storage account.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li>Move back to the storage account by clicking\u00a0<strong>Storage<\/strong>\u00a0>\u00a0<strong>Storage Accounts<\/strong>, pick the storage account and click\u00a0<strong>Custom domain<\/strong>. Now, type in the alias you created without the asverify prefix in the text box, check to\u00a0Use indirect CNAME validation and click\u00a0<strong>Save<\/strong>. Once this step is complete, return to your DNS zone and create a CNAME record without the asverify prefix. After that point, you are safe to delete the CNAME record with the cdnverify prefix.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/indirectvalidate.png\" alt=\"blob storage custom domain\"\/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"azure-cdn\"><strong>Azure custom domain<\/strong><\/h4>\n\n\n\n<p>The cdnverify method is used to configure a CNAME record for a CDN endpoint in the steps below. There is no downtime using this strategy.<\/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<ul class=\"wp-block-list\"><li>Navigate to\u00a0<strong>Networking<\/strong>\u00a0>\u00a0<strong>CDN Profiles<\/strong>, select your CDN profile.<\/li><li>Select the endpoint you are working with and click\u00a0<strong>+ Custom domain<\/strong>. Note the\u00a0<strong>Endpoint hostname<\/strong>\u00a0as this value is the record that the CNAME record points to.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/endpointcustomdomain.png\" alt=\"CDN custom domain\"\/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>Visit your DNS Zone and click\u00a0<strong>+ Record set<\/strong>. After that, fill out the following information on the\u00a0<strong>Add record set<\/strong>\u00a0blade and click\u00a0<strong>OK<\/strong>\u00a0to create it.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Property<\/th><th>Value<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>Name<\/td><td>cdnverify.mycdnendpoint<\/td><td>This value along with the domain name label is the FQDN for the custom domain name.<\/td><\/tr><tr><td>Type<\/td><td>CNAME<\/td><td>Use a CNAME record is using an alias.<\/td><\/tr><tr><td>TTL<\/td><td>1<\/td><td>1 is used for 1 hour<\/td><\/tr><tr><td>TTL unit<\/td><td>Hours<\/td><td>Hours are used as the time measurement<\/td><\/tr><tr><td>Alias<\/td><td>cdnverify.adatumcdnendpoint.azureedge.net<\/td><td>The DNS name you are creating the alias for, in this example it is the cdnverify.adatumcdnendpoint.azureedge.net DNS name provided by default to the storage account.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li>Move back to your CDN endpoint by clicking\u00a0<strong>Networking<\/strong>\u00a0>\u00a0<strong>CDN Profiles<\/strong>, and select your CDN profile. Click\u00a0<strong>+ Custom domain<\/strong>\u00a0and enter your CNAME record alias without the cdnverify prefix and click\u00a0<strong>Add<\/strong>.<\/li><li>After completion, return to your DNS zone and create a CNAME record without the cdnverify prefix. After that point, you are safe to delete the CNAME record with the cdnverify prefix.\u00a0<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-administrator-associate-az-104-online-course\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/07\/testpreptraining.ai-2-750x117.png\" alt=\"\"\/><\/a><\/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-custom-domain\" 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 On this page, about custom domain and how Azure DNS provides DNS for a custom domain for any of your Azure resources that maintain custom domains or that have a fully equipped domain name (FQDN). So, let&#8217;s begin. Prerequisites for custom domain Only if the Azure AD admin was setup for&#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-18614","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>Using Azure DNS to implement custom domain settings - Testprep Training Tutorials<\/title>\n<meta name=\"description\" content=\"Increase your skills by learning about custom domain with manage virtual networking 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\/using-azure-dns-to-implement-custom-domain-settings\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Azure DNS to implement custom domain settings - Testprep Training Tutorials\" \/>\n<meta property=\"og:description\" content=\"Increase your skills by learning about custom domain with manage virtual networking using Microsoft Azure AZ-104 online course Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-06T07:02:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/functionapp.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=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/\",\"name\":\"Using Azure DNS to implement custom domain settings - Testprep Training Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2020-08-29T09:21:14+00:00\",\"dateModified\":\"2022-04-06T07:02:11+00:00\",\"description\":\"Increase your skills by learning about custom domain with manage virtual networking using Microsoft Azure AZ-104 online course Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using Azure DNS to implement custom domain settings\"}]},{\"@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":"Using Azure DNS to implement custom domain settings - Testprep Training Tutorials","description":"Increase your skills by learning about custom domain with manage virtual networking 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\/using-azure-dns-to-implement-custom-domain-settings\/","og_locale":"en_US","og_type":"article","og_title":"Using Azure DNS to implement custom domain settings - Testprep Training Tutorials","og_description":"Increase your skills by learning about custom domain with manage virtual networking using Microsoft Azure AZ-104 online course Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2022-04-06T07:02:11+00:00","og_image":[{"url":"https:\/\/docs.microsoft.com\/en-us\/azure\/dns\/media\/dns-custom-domain\/functionapp.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/","name":"Using Azure DNS to implement custom domain settings - Testprep Training Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2020-08-29T09:21:14+00:00","dateModified":"2022-04-06T07:02:11+00:00","description":"Increase your skills by learning about custom domain with manage virtual networking using Microsoft Azure AZ-104 online course Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/using-azure-dns-to-implement-custom-domain-settings\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Using Azure DNS to implement custom domain settings"}]},{"@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\/18614","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=18614"}],"version-history":[{"count":5,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/18614\/revisions"}],"predecessor-version":[{"id":54190,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/18614\/revisions\/54190"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=18614"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=18614"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=18614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}