Skip to content

Commit a221d2e

Browse files
Create and apply health-checks-regions partial
1 parent fe64271 commit a221d2e

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

src/content/docs/health-checks/concepts/health-checks-regions.mdx

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ sidebar:
66

77
---
88

9-
Cloudflare has data centers in [hundreds of cities worldwide](https://www.cloudflare.com/network/). Health checks do not run from every single of these data centers as this would result in numerous requests to your servers. Instead, you are able to choose between one and thirteen regions from which to run health checks. Cloudflare will run Health Checks from three data centers in each region that you select.
9+
import { Render } from "~/components";
1010

11-
:::note
12-
13-
14-
The exact location of these data centers are subject to change at any moment.
15-
16-
17-
:::
18-
19-
The Internet is not the same everywhere around the world and your users may not have the same experience on your application according to where they are. Running Health Checks from different regions lets you know the health of your application from the point of view of the Cloudflare network in each of these regions.
20-
21-
If you select multiple regions or choose **All Regions** (Business & Enterprise Only), you may increase traffic to your servers. Each region sends individual health checks from three data centers.
11+
<Render file="health-checks-regions" product="smart-shield" />

src/content/docs/smart-shield/configuration/health-checks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Available for Pro, Business, and Enterprise customers in all Smart Shield packag
1515

1616
## Regions
1717

18-
(add partial)
18+
<Render file="health-checks-regions" product="smart-shield" />
1919

2020
## Resources
2121

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
{}
3+
---
4+
5+
Cloudflare has data centers in [hundreds of cities worldwide](https://www.cloudflare.com/network/). Health checks do not run from every single of these data centers as this would result in numerous requests to your servers. Instead, you are able to choose between one and thirteen regions from which to run health checks. Cloudflare will run Health Checks from three data centers in each region that you select.
6+
7+
:::note
8+
The exact location of these data centers are subject to change at any moment.
9+
:::
10+
11+
The Internet is not the same everywhere around the world and your users may not have the same experience on your application according to where they are. Running Health Checks from different regions lets you know the health of your application from the point of view of the Cloudflare network in each of these regions.
12+
13+
If you select multiple regions or choose **All Regions** (Business and Enterprise Only), you may increase traffic to your servers. Each region sends individual health checks from three data centers.

0 commit comments

Comments
 (0)