Skip to content

Commit 636ee80

Browse files
[CF1] CF1 docs survey
1 parent 3fa01a0 commit 636ee80

File tree

40 files changed

+180
-91
lines changed

40 files changed

+180
-91
lines changed

src/content/docs/cloudflare-one/account-limits.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ sidebar:
55
order: 12
66
---
77

8+
import { Render } from "~/components";
9+
10+
<Render file="survey" />
11+
812
This page lists the default account limits for rules, applications, fields, and other features. These limits may be increased on Enterprise accounts. To request a limit increase, contact your account team.
913

1014
## Access

src/content/docs/cloudflare-one/api-terraform/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ pcx_content_type: navigation
33
title: API and Terraform
44
sidebar:
55
order: 10
6-
76
---
87

9-
import { DirectoryListing } from "~/components"
8+
import { DirectoryListing, Render } from "~/components";
9+
10+
<Render file="survey" />
1011

1112
This section covers a few common use cases with the API and Terraform to manage Cloudflare Zero Trust. For more information, refer to our [API documentation](/api/) and [Terraform reference guide](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs).
1213

src/content/docs/cloudflare-one/applications/casb/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ learning_center:
1010

1111
import { GlossaryTooltip, Render } from "~/components";
1212

13+
<Render file="survey" />
14+
1315
:::note[Availability]
1416
Available for all Zero Trust users.
1517

src/content/docs/cloudflare-one/applications/configure-apps/index.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ pcx_content_type: concept
33
title: Add web applications
44
sidebar:
55
order: 1
6-
76
---
87

8+
import { Render } from "~/components";
9+
10+
<Render file="survey" />
11+
912
Cloudflare Access allows you to secure your web applications by acting as an identity aggregator, or proxy. You can use signals from your existing identity providers (IdPs), device posture providers, and [other rules](/cloudflare-one/policies/access/#selectors) to control who can log in to the application.
1013

1114
![Cloudflare Access verifies a user's identity before granting access to your application.](~/assets/images/cloudflare-one/applications/diagram-saas.jpg)
@@ -15,7 +18,8 @@ You can protect the following types of web applications:
1518
- [**SaaS applications**](/cloudflare-one/applications/configure-apps/saas-apps/) consist of applications your team relies on that are not hosted by your organization. Examples include Salesforce and Workday. To secure SaaS applications, you must integrate Cloudflare Access with the SaaS application's SSO configuration.
1619

1720
- **Self-hosted applications** consist of internal applications that you host in your own environment. These can be the data center versions of tools like the Atlassian suite or applications created by your own team. Setup requirements for a self-hosted application depend on whether the application is publicly accessible on the Internet or restricted to users on a private network.
18-
- [**Public hostname applications**](/cloudflare-one/applications/configure-apps/self-hosted-public-app/) are web applications that have public DNS records. Anyone on the Internet can access the application by entering the URL in their browser and authenticating through Cloudflare Access. Securing access to a public website requires a Cloudflare DNS [full setup](/dns/zone-setups/full-setup/) or [partial CNAME setup](/dns/zone-setups/partial-setup/).
19-
- [**Private network applications**](/cloudflare-one/applications/non-http/self-hosted-private-app/) do not have public DNS records, meaning they are not reachable from the public Internet. To connect using a private IP or private hostname, the user's traffic must route through Cloudflare Gateway. The preferred method is to install the WARP client on the user's device, but you could also forward device traffic from a [network location](/magic-wan/) or use an agentless option such as [PAC files](/cloudflare-one/connections/connect-devices/agentless/pac-files/) or [Clientless Web Isolation](/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation/).
2021

21-
- [**Cloudflare Dashboard SSO**](/cloudflare-one/applications/configure-apps/dash-sso-apps/) is a special type of SaaS application that manages SSO settings for the Cloudflare dashboard and has limited permissions for administrator edits.
22+
- [**Public hostname applications**](/cloudflare-one/applications/configure-apps/self-hosted-public-app/) are web applications that have public DNS records. Anyone on the Internet can access the application by entering the URL in their browser and authenticating through Cloudflare Access. Securing access to a public website requires a Cloudflare DNS [full setup](/dns/zone-setups/full-setup/) or [partial CNAME setup](/dns/zone-setups/partial-setup/).
23+
- [**Private network applications**](/cloudflare-one/applications/non-http/self-hosted-private-app/) do not have public DNS records, meaning they are not reachable from the public Internet. To connect using a private IP or private hostname, the user's traffic must route through Cloudflare Gateway. The preferred method is to install the WARP client on the user's device, but you could also forward device traffic from a [network location](/magic-wan/) or use an agentless option such as [PAC files](/cloudflare-one/connections/connect-devices/agentless/pac-files/) or [Clientless Web Isolation](/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation/).
24+
25+
- [**Cloudflare Dashboard SSO**](/cloudflare-one/applications/configure-apps/dash-sso-apps/) is a special type of SaaS application that manages SSO settings for the Cloudflare dashboard and has limited permissions for administrator edits.

src/content/docs/cloudflare-one/applications/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ pcx_content_type: navigation
33
title: Applications
44
sidebar:
55
order: 6
6-
76
---
87

9-
import { DirectoryListing } from "~/components"
8+
import { DirectoryListing, Render } from "~/components";
9+
10+
<Render file="survey" />
1011

1112
Cloudflare Zero Trust can secure self-hosted and SaaS applications with Zero Trust rules.
1213

src/content/docs/cloudflare-one/applications/non-http/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ sidebar:
55
order: 1
66
---
77

8+
import { Render } from "~/components";
9+
10+
<Render file="survey" />
11+
812
Cloudflare offers both client-based and clientless ways to grant secure access to non-HTTP applications.
913

1014
:::note

src/content/docs/cloudflare-one/changelog/access.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ head:
77
description: Review recent changes to Cloudflare Access.
88
---
99

10-
import { ProductChangelog } from "~/components";
10+
import { ProductChangelog, Render } from "~/components";
11+
12+
<Render file="survey" />
1113

1214
{/* <!-- All changelog entries live in src/content/changelogs/access/. */}
1315

src/content/docs/cloudflare-one/changelog/browser-isolation.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ head:
77
description: Review recent changes to Cloudflare Browser Isolation.
88
---
99

10-
import { ProductChangelog } from "~/components";
10+
import { ProductChangelog, Render } from "~/components";
11+
12+
<Render file="survey" />
1113

1214
{/* <!-- All changelog entries live in src/content/changelogs/browser-isolation/. */}
1315

src/content/docs/cloudflare-one/changelog/casb.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ head:
77
description: Review recent changes to Cloudflare CASB.
88
---
99

10-
import { ProductChangelog } from "~/components";
10+
import { ProductChangelog, Render } from "~/components";
11+
12+
<Render file="survey" />
1113

1214
{/* <!-- All changelog entries live in src/content/changelogs/casb/. */}
1315

src/content/docs/cloudflare-one/changelog/dex.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ head:
77
description: Review recent changes to Digital Experience Monitoring.
88
---
99

10-
import { ProductChangelog } from "~/components";
10+
import { ProductChangelog, Render } from "~/components";
11+
12+
<Render file="survey" />
1113

1214
{/* <!-- All changelog entries live in src/content/changelogs/dex/. */}
1315

0 commit comments

Comments
 (0)