Skip to content

Commit fdc7f24

Browse files
Add call out regarding subdomain setup as per PM suggestion
1 parent d64553d commit fdc7f24

File tree

6 files changed

+22
-0
lines changed

6 files changed

+22
-0
lines changed

src/content/docs/dns/zone-setups/conversions/convert-full-to-secondary.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import { Tabs, TabItem, Render, GlossaryTooltip } from "~/components";
1010

1111
If you initially configured a [full setup](/dns/zone-setups/full-setup/), you can later convert your zone to use [incoming zone transfers (Cloudflare as secondary)](/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup/).
1212

13+
<Render file="conversion-subdomain-setup-callout" />
14+
1315
Follow the steps below to achieve this conversion.
1416

1517
## 1. Prepare DNS records

src/content/docs/dns/zone-setups/conversions/convert-partial-to-full.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ sidebar:
66
label: Partial to full
77
---
88

9+
import { Render } from "~/components";
10+
911
If you initially set up a partial domain on Cloudflare, you can later migrate it to a [full setup](/dns/zone-setups/full-setup/).
1012

13+
<Render file="conversion-subdomain-setup-callout" />
14+
1115
## 1. Prepare Cloudflare SSL/TLS
1216

1317
In the Cloudflare dashboard, either order an [advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/manage-certificates/) or [upload a custom SSL certificate](/ssl/edge-certificates/custom-certificates/uploading/) for your website or application.

src/content/docs/dns/zone-setups/conversions/convert-partial-to-secondary.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import { Details, Render, TabItem, Tabs } from "~/components";
1010

1111
If you initially set up a [partial zone](/dns/zone-setups/partial-setup/) on Cloudflare, you can later convert it to use a [secondary setup](/dns/zone-setups/zone-transfers/cloudflare-as-secondary/).
1212

13+
<Render file="conversion-subdomain-setup-callout" />
14+
1315
This page will guide you through this conversion using [export and import](/dns/manage-dns-records/how-to/import-and-export/) and API calls.
1416

1517
## Before you begin

src/content/docs/dns/zone-setups/conversions/convert-secondary-to-full.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import { Render } from "~/components";
1111

1212
If you initially set up [incoming zone transfers (Cloudflare as secondary)](/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup/), you can later convert your zone to use a full setup.
1313

14+
<Render file="conversion-subdomain-setup-callout" />
15+
1416
Follow the steps below to achieve this conversion.
1517

1618
## 1. Stop transferring the zone

src/content/docs/dns/zone-setups/conversions/convert-secondary-to-partial.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import { GlossaryTooltip, Details, Render } from "~/components";
1212

1313
If you initially set up [incoming zone transfers (Cloudflare as secondary)](/dns/zone-setups/zone-transfers/cloudflare-as-secondary/setup/), you can later convert your zone to use a <GlossaryTooltip term="partial setup">partial setup</GlossaryTooltip>.
1414

15+
<Render file="conversion-subdomain-setup-callout" />
16+
1517
Follow the steps below to achieve this conversion.
1618

1719
## 1. Stop transferring the zone
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
{}
3+
4+
---
5+
6+
:::caution[Subdomain setup]
7+
If you also use subdomain setup[^1], consider the [available combinations](/dns/zone-setups/subdomain-setup/setup/#available-setups) and whether your zone conversion could have any implications.
8+
:::
9+
10+
[^1]: Meaning you have one or more subdomains (`sub.example.com`) added to Cloudflare as their own zone, separate from your apex domain (`example.com`).

0 commit comments

Comments
 (0)