Skip to content

Commit 7a3ed9f

Browse files
Add intro to create-zone-apex and simplify zone apex explanation
1 parent dec14b1 commit 7a3ed9f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/content/docs/dns/manage-dns-records/how-to/create-zone-apex.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ sidebar:
88

99
import { Example, Render } from "~/components"
1010

11-
When you add a domain to Cloudflare, you may also need to create a DNS record on your zone apex (`example.com`).
11+
When you add a domain to Cloudflare, you may also need to create or review the DNS record on your zone apex. Zone apex refers to the domain (`example.com`) or subdomain (`blog.example.com`) that you are [adding to Cloudflare](/dns/concepts/#zone).
1212

13-
To do this, create an [IP address resolution record](/dns/manage-dns-records/reference/dns-record-types/#ip-address-resolution) (`A`, `AAAA`, or `CNAME`) using `@` for the **Name**, as in the following example.
13+
Usually, the zone apex record makes your domain accessible by visitors. In this case, the necessary record type ([A, AAAA, or CNAME](/dns/manage-dns-records/reference/dns-record-types/#ip-address-resolution)) and its content will depend on the provider that [hosts](/fundamentals/setup/manage-domains/#host-your-domain) your website or application. If you are using Cloudflare Pages, refer to [Custom domains](/pages/configuration/custom-domains/). If you are using other providers, look for their guidance on how to connect domains managed on external DNS services.
14+
15+
## Zone apex record
16+
17+
To create a zone apex record, use `@` for the record **Name**, as in the following example.
1418

1519
<Example>
1620

src/content/partials/dns/dns-scan-procedure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Since the quick scan is not guaranteed to find all existing DNS records, you nee
1010
* [Zone apex records (`example.com`)](/dns/manage-dns-records/how-to/create-zone-apex/)
1111

1212
<Details header="More about zone apex records">
13-
Zone apex refers to the domain or subdomain on which the control of DNS records starts.
13+
Zone apex refers to the domain or subdomain that you are [adding to Cloudflare](/dns/concepts/#zone).
1414

1515
Usually, the zone apex record makes your domain accessible by visitors. In this case, the necessary record type ([A, AAAA, or CNAME](/dns/manage-dns-records/reference/dns-record-types/#ip-address-resolution)) and its content will depend on the provider that [hosts](/fundamentals/setup/manage-domains/#host-your-domain) your website or application.
1616

0 commit comments

Comments
 (0)