Skip to content

Commit f79a1ed

Browse files
craigshoemakerSimona Cotin
andauthored
Apply suggestions from code review
Co-authored-by: Simona Cotin <[email protected]>
1 parent e20613d commit f79a1ed

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

articles/static-web-apps/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
items:
6565
- name: Use Azure DNS
6666
items:
67-
- name: Set up an Azure DNS zone
67+
- name: Delegate your domain to Azure DNS
6868
href: azure-dns-zone.md
6969
- name: Set up a custom domain
7070
href: custom-domain-azure-dns.md

articles/static-web-apps/azure-dns-zone.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Set up an Azure DNS zone for Azure Static Web Apps
2+
title: Delegate domain to Azure DNS
33
description: Create an Azure DNS zone for a custom domain in Azure Static Web Apps
44
services: static-web-apps
55
author: craigshoemaker
@@ -11,11 +11,13 @@ ms.author: cshoe
1111

1212
# Set up an Azure DNS zone for Azure Static Web Apps
1313

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.
1517

1618
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).
1719

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.
1921

2022
## Create an Azure DNS zone
2123

@@ -43,7 +45,7 @@ The following procedure requires you to copy settings from an Azure DNS zone you
4345

4446
With the DNS zone created, you now have access to Azure's DNS name servers for your application.
4547

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.
4749

4850
## Update name server addresses
4951

articles/static-web-apps/custom-domain-azure-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following procedure requires you to copy settings from an Azure DNS zone you
2121

2222
- A custom domain
2323
- An existing Azure DNS zone
24-
- If you don't already have one, refer to [Set up an Azure DNS zone for Azure Static Web Apps](azure-dns-zone.md)
24+
- If you don't already have one, refer to [Delegate your domain to Azure DNS](azure-dns-zone.md)
2525

2626
## Map the domain to your website
2727

0 commit comments

Comments
 (0)