Skip to content

Commit fd3d854

Browse files
author
Adrian Hall
committed
Acrolinx improvements.
1 parent f6400bf commit fd3d854

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ ms.author: cshoe
1111

1212
# Set up a custom domain with Azure DNS in 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+
By default, Azure Static Web Apps provides an autogenerated domain name for your website, but you can point a custom domain to your site. Free SSL/TLS certificates are automatically created for the autogenerated domain name and any custom domains you may add.
1515

1616
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. You want `www.example.com` to point to your Static Web Apps site.
1717

18-
- If you are using an apex domain (a domain without a subdomain, also known as a root domain), then please follow the instructions for [configuring a custom apex domain with Azure DNS](apex-domain-azure-dns.md).
19-
- If you are using an external DNS provider, then please see [configuring a custom domain with external DNS](custom-domain-external.md) or [configuring a custom apex domain with external DNS](apex-domain-external.md).
18+
- If you're using an apex domain (a domain without a subdomain, also known as a root domain), see [configuring a custom apex domain with Azure DNS](apex-domain-azure-dns.md).
19+
- If you're using an external DNS provider, see [configuring a custom domain with external DNS](custom-domain-external.md) or [configuring a custom apex domain with external DNS](apex-domain-external.md).
2020

2121
## Prerequisites
2222

23-
- A domain purchased from a domain name registrar and hosted on Azure DNS. For details, see [Delegate your domain to Azure DNS](azure-dns-zone.md).
23+
- A domain purchased from a domain name registrar and hosted on Azure DNS. For details, see [Delegate your domain to Azure DNS](/azure/dns/dns-delegate-domain-azure-dns).
2424

2525
## Map the domain to your website
2626

@@ -41,17 +41,17 @@ Now that your domain is hosted on Azure DNS, you can create a CNAME record for `
4141
| DNS zone | Select your domain name hosted on Azure DNS |
4242
| Subdomain | **www** |
4343

44-
The *Full domain* will be updated and should match the desired custom domain name.
44+
The *Full domain* is updated and should match the desired custom domain name.
4545

4646
1. Select **Add**
4747

48-
Static Web Apps will make the necessary adjustments to the DNS zone (including adding a CNAME), then validate the changes are available.
48+
Static Web Apps makes the necessary adjustments to the DNS zone (including adding a CNAME), then validates the changes are available in the global DNS system.
4949

5050
> [!WARN]
5151
> If you receive the message *CNAME Record is invalid*, then check that your DNS zone lists the Microsoft DNS services with your DNS registrar. If you have recently moved the domain to Azure DNS, you may need to wait for DNS propagation before adding the custom domain.
5252
5353
## Validate the custom domain
5454

55-
It may take some time for the DNS changes to propagate. The default time for Azure DNS is 1 hour.
55+
It may take some time for the DNS changes to propagate. The default time for Azure DNS is 1 hour.
5656

57-
Open a new browser and go to your domain (for example, `https://www.example.com`). Inspect the location to verify that your site is served securely using `https`.
57+
Open a new browser and go to your domain (for example, `https://www.example.com`). Inspect the location to verify that your site is served securely using `https`.

articles/static-web-apps/custom-domain-external.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ ms.author: cshoe
1111

1212
# Set up a custom domain in 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 automatically get created for the auto-generated domain name and any custom domains that you might add. This article shows how to configure your domain name with the `www` subdomain, using an external provider.
14+
By default, Azure Static Web Apps provides an autogenerated domain name for your website, but you can point a custom domain to your site. Free SSL/TLS certificates automatically get created for the autogenerated domain name and any custom domains that you might add. This article shows how to configure your domain name with the `www` subdomain, using an external provider.
1515

1616
There are multiple methods of configuring a custom domain for use with Static Web Apps:
1717

18-
- If you are using an apex domain (a domain without a subdomain, also known as a root domain), then please follow the instructions for [configuring a custom apex domain on Static Web Apps](apex-domain-external.md).
19-
- If you are using Azure DNS, then please see [configuring a custom domain with Azure DNS](custom-domain-azure-dns.md) or [configuring a custom apex domain with Azure DNS](apex-domain-azure-dns.md).
18+
- If you're using an apex domain (a domain without a subdomain, also known as a root domain), see [configuring a custom apex domain on Static Web Apps](apex-domain-external.md).
19+
- If you're using Azure DNS, see [configuring a custom domain with Azure DNS](custom-domain-azure-dns.md) or [configuring a custom apex domain with Azure DNS](apex-domain-azure-dns.md).
2020

2121
> [!NOTE]
2222
> Static Web Apps doesn't support set-up of a custom domain with a private DNS server, hosted on-premises. Consider using an [Azure Private DNS zone](../dns/private-dns-privatednszone.md).
@@ -39,7 +39,7 @@ There are multiple methods of configuring a custom domain for use with Static We
3939

4040
## Create a CNAME record on your domain registrar account
4141

42-
Domain registrars are the services you can use to purchase and manage domain names. Common providers include GoDaddy, Namecheap, Google, Tucows, and the like.
42+
Domain registrars are services you can use to purchase and manage domain names. To find a domain registrar, see the [ICANN list of accredited registrars](https://www.icann.org/en/accredited-registrars).
4343

4444
1. Open a new browser tab and sign in to your domain registrar account.
4545

@@ -76,8 +76,7 @@ Domain registrars are the services you can use to purchase and manage domain nam
7676

7777
1. Select **Add**.
7878

79-
Azure validates that the CNAME record has been created. This is dependent on the time to live (TTL) for your domain and make take several days. If
80-
the validation fails, return to add the custom domain later.
79+
Azure validates that the CNAME record was created correctly and is available in the global DNS system. Propagation depends on the time to live (TTL) for your domain and make take several days. If the validation fails, return to add the custom domain later.
8180

8281
1. When the update completes, open a new browser tab and go to your domain with the `www` subdomain.
8382

0 commit comments

Comments
 (0)