You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/azure-dns-zone.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Set up an Azure DNS zone for Azure Static Web Apps
2
+
title: Delegate domain to Azure DNS
3
3
description: Create an Azure DNS zone for a custom domain in Azure Static Web Apps
4
4
services: static-web-apps
5
5
author: craigshoemaker
@@ -11,11 +11,13 @@ ms.author: cshoe
11
11
12
12
# Set up an Azure DNS zone for Azure Static Web Apps
13
13
14
-
By default, Azure Static Web Apps provides an auto-generated domain name for your website, but you can point a custom domain to your site. Free SSL/TLS certificates are automatically created for the auto-generated domain name and any custom domains you may add.
14
+
You can use Azure DNS to host your DNS domain and manage your DNS records. By hosting your domains in Azure, you can manage your DNS records by using the same credentials, APIs, tools, and billing as your other Azure services.
15
+
16
+
Suppose you buy the domain `example.com` from a domain name registrar and then create a zone with the name `example.com` in Azure DNS. Since you're the owner of the domain, your registrar offers you the option to configure the name server (NS) records for your domain. The registrar stores the NS records in the .COM parent zone. Internet users around the world are then directed to your domain in your Azure DNS zone when they try to resolve DNS records in example.com.
15
17
16
18
This guide demonstrates how to configure your domain name with the `www` subdomain. Once this procedure is complete, you can set up an [apex domain](apex-domain-azure-dns.md).
17
19
18
-
The following procedure requires you to copy settings from an Azure DNS zone you create and your existing static web app. Consider opening the Azure portal in two different windows to make it easier to switch between the two services.
20
+
The following procedure requires you to copy settings from an Azure DNS zone you create and your existing DNS hosting provider. Consider opening the Azure portal and your DNS provider website to make it easier to switch between the two services.
19
21
20
22
## Create an Azure DNS zone
21
23
@@ -43,7 +45,7 @@ The following procedure requires you to copy settings from an Azure DNS zone you
43
45
44
46
With the DNS zone created, you now have access to Azure's DNS name servers for your application.
45
47
46
-
1. From the *Overview* window, copy the values for **Name server 1**and**Name server 2** and set them aside in a text editor for later use.
48
+
1. From the *Overview* window, copy the values for all four name servers listed as **Name server 1**to**Name server 4** and set them aside in a text editor for later use.
0 commit comments