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/apex-domain-azure-dns.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: cshoe
11
11
12
12
# Set up an apex domain with Azure DNS in Azure Static Web Apps
13
13
14
-
Domain names without a subdomain are known as apex, root, or "naked" domains. For example, the domain `www.example.com` is the `www` subdomain joined with the `example.com` apex domain.
14
+
Domain names without a subdomain are known as apexor root domains. For example, the domain `www.example.com` is the `www` subdomain joined with the `example.com` apex domain.
15
15
16
16
This guide demonstrates how to use `TXT` and `ALIAS` records to configure your apex domain in Azure DNS.
Copy file name to clipboardExpand all lines: articles/static-web-apps/apex-domain-external.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: cshoe
11
11
12
12
# Set up an apex domain in Azure Static Web Apps
13
13
14
-
Domain names without a subdomain are known as apex, root, or "naked" domains. For example, the domain `www.example.com` is the `www` subdomain joined with the `example.com` apex domain.
14
+
Domain names without a subdomain are known as apexor root domains. For example, the domain `www.example.com` is the `www` subdomain joined with the `example.com` apex domain.
15
15
16
16
Some domain registrars (like Google and GoDaddy) don't allow you to point the apex domain to an existing URL. If your registrar doesn't support `ALIAS` or `ANAME` records, or doesn't allow `CNAME` flattening, then you can't point your apex domain to the generated URL for your static web app.
Copy file name to clipboardExpand all lines: articles/static-web-apps/custom-domain-external.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ By default, Azure Static Web Apps provides an auto-generated domain name for you
15
15
16
16
## Preparation
17
17
18
-
Before you begin, consider how you want to support your apex domain. Domain names without a subdomain are known as apex, root, or "naked" domains. For example, the domain `www.example.com` is the `www` subdomain joined with the `example.com` apex domain.
18
+
Before you begin, consider how you want to support your apex domain. Domain names without a subdomain are known as apex, root domains. For example, the domain `www.example.com` is the `www` subdomain joined with the `example.com` apex domain.
19
19
20
20
Setting up an apex domain is a common scenario to configure once your domain name is set up. Creating an apex domain is achieved by configuring an `ALIAS` or `ANAME` record or through `CNAME` flattening. Some domain registrars like GoDaddy and Google don't support these DNS records. If your domain registrar doesn't support the all the DNS records you need, consider using [Azure DNS to configure your domain](custom-domain-azure-dns.md).
Copy file name to clipboardExpand all lines: articles/static-web-apps/custom-domain.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,22 +15,32 @@ By default, Azure Static Web Apps provides an auto-generated domain name for you
15
15
16
16
When you map a custom domain to a static web app, you have a few options available to you. You can configure subdomains and an apex domain.
17
17
18
-
Given the domain `www.example.com`, the `www` prefix is known as the subdomain, while the remaining segment of `example.com` is referred to as the apex domain.
18
+
The following table includes links to articles that demonstrate how to configure a custom domain based provider type. <sup>1</sup>
19
19
20
-
As configure your domains, consider how you want to support your apex domain.
20
+
| Action | Using... | Using... |
21
+
|--|--|--|
22
+
| Setup a domain with the `www` subdomain |[Azure DNS](custom-domain-azure-dns.md)|[External provider](custom-domain-external.md)|
23
+
| Setup an apex domain |[Azure DNS](apex-domain-azure-dns.md)|[External provider](apex-domain-external.md)|
24
+
25
+
<sup>1</sup> Some registrars like GoDaddy and Google don't support domain records that affect how you configure your apex domain. Consider using Azure DNS with these registrars to setup your apex domain.
26
+
27
+
## About domains
21
28
22
29
Setting up an apex domain is a common scenario to configure once your domain name is set up. Creating an apex domain is achieved by configuring an `ALIAS` or `ANAME` record or through `CNAME` flattening. Some domain registrars like GoDaddy and Google don't support these DNS records. If your domain registrar doesn't support the all the DNS records you need, consider using [Azure DNS to configure your domain](custom-domain-azure-dns.md).
23
30
24
31
When setting up a custom domain, set up the `www` subdomain first, and then configure the apex domain.
25
32
26
-
## Configuring domains
33
+
The following are terms you'll encounter as your set up a custom domain.
27
34
28
-
The following table includes links to articles that demonstrate how to configure a custom domain.
35
+
***Apex or root domains**: Given the domain `www.example.com`, the `www` prefix is known as the subdomain, while the remaining segment of `example.com` is referred to as the apex domain.
29
36
30
-
| Action | Using... | Using... |
31
-
|--|--|--|
32
-
| Setup a domain with the `www` subdomain |[Azure DNS](custom-domain-azure-dns.md)|[External provider](custom-domain-external.md)|
33
-
| Setup an apex domain |[Azure DNS](apex-domain-azure-dns.md)|[External provider](apex-domain-external.md)|
37
+
***Domain registrar**: A registrar verifies the availability of a domain sells the rights to purchase a domain name.
38
+
39
+
***DNS zone**: A Domain Name System (DNS) zone hosts the DNS records associated to a specific domain. There are a variety of records available which direct traffic for different purposes. For example, the domain `example.com` may contain several DNS records. One record handles traffic for `mail.example.com` (for a mail server), and another `www.contoso.com` (for a website).
40
+
41
+
***DNS hosting**: A DNS host maintains DNS servers which resolve a domain name to a specific IP address.
42
+
43
+
***Name server**: A name server is responsible for storing the DNS records for a domain.
0 commit comments