Skip to content

Commit f4b10a8

Browse files
micheleRPclaudefrenchfrywpepperFeediver1
authored
DOC-1743 Document feature Private Networking Phase 1 (#453)
* DOC-1743 Document feature Private Networking Phase 1 # Conflicts: # modules/get-started/pages/cluster-types/serverless.adoc * set up nav * fix nav * fix: rename AWS directory to lowercase aws for case-sensitive builds Linux build servers are case-sensitive, so the xref paths in nav.adoc need to match the actual file paths exactly. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * add GA to what's new # Conflicts: # modules/get-started/pages/whats-new-cloud.adoc * fix unsupported feature list * add networking in UI/API * Update modules/networking/pages/serverless/aws/privatelink-ui.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-ui.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-ui.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-ui.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-ui.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-ui.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * incorporate review comments * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * incorporate review comments * cleanup & rendering edits * minor edits * minor edits * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/partials/private-links-access-rp-service-serverless.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Update modules/networking/pages/serverless/aws/privatelink-ui.adoc Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> * Resolve PR review comments for serverless privatelink-api.adoc Add PrivateLink resource creation API example, improve JSON formatting, add rpk cluster select documentation, and clean up whitespace. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * update create private link in api * add prereq to create PL on Networking if necessary * minor edit * minor edit * edit for Create button * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> * Update modules/networking/pages/serverless/aws/privatelink-api.adoc Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> * incorporate doc review comments * incorporate Towfiqa's feedback * incorporate review feedback --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Sarah Haskins <sarahhaskins@gmail.com> Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
1 parent 5dc8991 commit f4b10a8

24 files changed

+564
-58
lines changed

modules/ROOT/nav.adoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@
329329
*** xref:develop:connect/guides/sync_responses.adoc[]
330330
*** xref:develop:connect/guides/migrate-unified-redpanda-migrator.adoc[]
331331
332-
333332
** xref:develop:connect/cookbooks/index.adoc[]
334333
*** xref:develop:connect/cookbooks/enrichments.adoc[]
335334
*** xref:develop:connect/cookbooks/filtering.adoc[]
@@ -437,31 +436,35 @@
437436
* xref:networking:index.adoc[Networking]
438437
** xref:networking:cloud-security-network.adoc[]
439438
** xref:networking:cidr-ranges.adoc[]
439+
** xref:networking:serverless/index.adoc[Serverless]
440+
*** xref:networking:serverless/aws/index.adoc[AWS]
441+
**** xref:networking:serverless/aws/privatelink-ui.adoc[Configure PrivateLink in the Cloud Console]
442+
**** xref:networking:serverless/aws/privatelink-api.adoc[Configure PrivateLink with the Cloud API]
440443
** xref:networking:byoc/index.adoc[BYOC]
441444
*** xref:networking:byoc/aws/index.adoc[AWS]
442445
**** xref:networking:byoc/aws/vpc-peering-aws.adoc[Add a Peering Connection]
443-
**** xref:networking:configure-privatelink-in-cloud-ui.adoc[Configure PrivateLink in the Cloud UI]
446+
**** xref:networking:configure-privatelink-in-cloud-ui.adoc[Configure PrivateLink in the Cloud Console]
444447
**** xref:networking:aws-privatelink.adoc[Configure PrivateLink with the Cloud API]
445448
**** xref:networking:byoc/aws/transit-gateway.adoc[Add a Transit Gateway]
446449
*** xref:networking:byoc/azure/index.adoc[Azure]
447450
**** xref:networking:azure-private-link-in-ui.adoc[]
448451
**** xref:networking:azure-private-link.adoc[]
449452
*** xref:networking:byoc/gcp/index.adoc[GCP]
450453
**** xref:networking:byoc/gcp/vpc-peering-gcp.adoc[Add a Peering Connection]
451-
**** xref:networking:configure-private-service-connect-in-cloud-ui.adoc[Configure Private Service Connect in the Cloud UI]
454+
**** xref:networking:configure-private-service-connect-in-cloud-ui.adoc[Configure Private Service Connect in the Cloud Console]
452455
**** xref:networking:gcp-private-service-connect.adoc[Configure Private Service Connect with the Cloud API]
453456
**** xref:networking:byoc/gcp/enable-global-access.adoc[Enable Global Access]
454457
** xref:networking:dedicated/index.adoc[Dedicated]
455458
*** xref:networking:dedicated/aws/index.adoc[AWS]
456459
**** xref:networking:dedicated/aws/vpc-peering.adoc[Add a Peering Connection]
457-
**** xref:networking:configure-privatelink-in-cloud-ui.adoc[Configure PrivateLink in the Cloud UI]
460+
**** xref:networking:configure-privatelink-in-cloud-ui.adoc[Configure PrivateLink in the Cloud Console]
458461
**** xref:networking:aws-privatelink.adoc[]
459462
*** xref:networking:dedicated/azure/index.adoc[Azure]
460-
**** xref:networking:azure-private-link-in-ui.adoc[]
463+
**** xref:networking:azure-private-link-in-ui.adoc[Configure Private Link in the Cloud Console]
461464
**** xref:networking:azure-private-link.adoc[]
462465
*** xref:networking:dedicated/gcp/index.adoc[GCP]
463466
**** xref:networking:dedicated/gcp/vpc-peering-gcp.adoc[Add a Peering Connection]
464-
**** xref:networking:dedicated/gcp/configure-psc-in-ui.adoc[Configure Private Service Connect in the Cloud UI]
467+
**** xref:networking:dedicated/gcp/configure-psc-in-ui.adoc[Configure Private Service Connect in the Cloud Console]
465468
**** xref:networking:dedicated/gcp/configure-psc-in-api.adoc[Configure Private Service Connect with the Cloud API]
466469

467470
* xref:security:index.adoc[Security]

modules/get-started/pages/cloud-overview.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Redpanda Cloud offers three fully-managed cloud deployment options, each designe
5959
| 20 (default), 32 (max)
6060

6161
| *Private networking*
62-
|
62+
|
6363
| ✓
6464
| ✓
6565

@@ -118,7 +118,6 @@ Serverless is the fastest and easiest way to start data streaming. With Serverle
118118

119119
[NOTE]
120120
====
121-
* Serverless on AWS is currently in a glossterm:LA[,limited availability (LA)] release.
122121
* Serverless on GCP is currently in a glossterm:beta[] release.
123122
====
124123

@@ -177,7 +176,6 @@ Serverless clusters are a good fit for the following use cases:
177176

178177
Consider BYOC or Dedicated if you need more control over the deployment or if you have workloads with consistently-high throughput. BYOC and Dedicated clusters offer the following features:
179178

180-
* Private networking
181179
* Multiple availability zones (AZs). A multi-AZ cluster provides higher resiliency in the event of a failure in one of the zones.
182180
* Role-based access control (RBAC) in the data plane
183181
* Kafka Connect
@@ -382,7 +380,6 @@ Features in limited availability are production-ready and are covered by Redpand
382380

383381
The following features are currently in limited availability in Redpanda Cloud:
384382

385-
* Serverless
386383
* Dedicated for Azure
387384

388385
== Features in beta

modules/get-started/pages/cluster-types/byoc/aws/create-byoc-cluster-aws.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To verify access, you should be able to successfully run `aws sts get-caller-ide
2525
== Create a BYOC cluster
2626

2727
. Log in to https://cloud.redpanda.com[Redpanda Cloud^].
28-
. On the Clusters page, click *Create cluster*, then click *Create BYOC cluster*.
28+
. On the Clusters page, click *Create cluster*, then click *Create* for BYOC.
2929
. Enter a cluster name, then select the resource group, provider (AWS), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability, and Redpanda version.
3030
+
3131
[NOTE]

modules/get-started/pages/cluster-types/byoc/azure/create-byoc-cluster-azure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ If you see restrictions, https://learn.microsoft.com/en-us/troubleshoot/azure/ge
149149
To create a Redpanda cluster in your Azure VNet, follow the <<prerequisites,prerequisites>> then follow the instructions in the Redpanda Cloud UI. The UI contains the parameters necessary to successfully run `rpk cloud byoc apply`.
150150

151151
. Log in to https://cloud.redpanda.com[Redpanda Cloud^].
152-
. On the Clusters page, click *Create cluster*, then click *Create BYOC cluster*.
152+
. On the Clusters page, click *Create cluster*, then click *Create* for BYOC.
153153
. Enter a cluster name, then select the resource group, provider (Azure), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability, and Redpanda version.
154154
+
155155
[NOTE]

modules/get-started/pages/cluster-types/byoc/gcp/create-byoc-cluster-gcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include::partial$gpq-quotas.adoc[]
1515
== Create a BYOC cluster
1616

1717
. Log in to https://cloud.redpanda.com[Redpanda Cloud^].
18-
. On the Clusters page, click *Create cluster*, then click *Create BYOC cluster*.
18+
. On the Clusters page, click *Create cluster*, then click *Create* for BYOC.
1919
+
2020
Enter a cluster name, then select the resource group, provider (GCP), xref:reference:tiers/byoc-tiers.adoc[region, tier], availability, and Redpanda version.
2121
+

modules/get-started/pages/cluster-types/create-dedicated-cloud-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ After you log in to https://cloud.redpanda.com[Redpanda Cloud^], you land on the
66

77
== Create a Dedicated cluster
88

9-
. On the Clusters page, click *Create cluster*, then click *Create Dedicated cluster*.
9+
. On the Clusters page, click *Create cluster*, then click *Create* for Dedicated.
1010
+
1111
Enter a cluster name, then select the resource group, cloud provider (AWS, GCP, or Azure), xref:reference:tiers/dedicated-tiers.adoc[region, tier], availability, and Redpanda version.
1212
+

modules/get-started/pages/cluster-types/serverless.adoc

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Serverless is the fastest and easiest way to start data streaming. With Serverle
77

88
[NOTE]
99
====
10-
* Serverless on AWS is currently in a glossterm:LA[,limited availability (LA)] release.
11-
* Serverless on GCP is currently in a glossterm:beta[] release.
10+
Serverless on GCP is currently in a glossterm:beta[] release.
1211
1312
====
1413

@@ -44,15 +43,26 @@ include::get-started:partial$get-started-serverless.adoc[]
4443

4544
To create a Serverless cluster:
4645

47-
. In the https://cloud.redpanda.com[Redpanda Cloud UI^], on the **Clusters** page, click **Create cluster**, then click **Create Serverless cluster**.
46+
. In the https://cloud.redpanda.com[Redpanda Cloud Console^], on the **Clusters** page, click **Create cluster**, then click **Create** for Serverless.
4847

49-
. Enter a cluster name, then select the resource group. If you don't have an existing resource group, you can create one. Refresh the page to see newly-created resource groups.
48+
. Enter a cluster name, then select the resource group.
49+
+
50+
If you don't have an existing resource group, you can create one. Refresh the page to see newly-created resource groups.
5051

5152
. Select a cloud provider and xref:reference:tiers/serverless-regions.adoc[region]. For best performance, select the region closest to your applications. Redpanda expects your applications to be deployed in the same cloud provider and region as your Serverless cluster.
5253
+
53-
Serverless clusters are not guaranteed to be pinned to a particular availability zone within the selected region.
54+
Clusters on AWS can enable private access between their VPC and Redpanda, so data does not traverse the public internet. Private connectivity is implemented using AWS PrivateLink for secure traffic.
55+
+
56+
** When you enable both public access and private access on the cluster, you can choose between the public address or the private address. When the public address is used the data flows over the public internet.
57+
** You can either create a new PrivateLink or use an existing one from the same resource group.
58+
** You can enable or disable private access at any time on the cluster's *Settings* page.
59+
** Enabling private access incurs additional charges.
60+
+
61+
NOTE: After private access is disabled, attempts to reach the private endpoints will fail. However, the PrivateLink endpoint in your AWS account and the PrivateLink resource in Redpanda Cloud both remain provisioned and continue to incur charges until you explicitly delete them.
62+
63+
. Click **Create cluster**.
5464

55-
. Add team members and grant them access with glossterm:ACL[,access control lists (ACLs)] on the *Security* page.
65+
. To start working with your cluster, go to the *Topics* page to create a topic and produce messages to it. Add team members and grant them access with ACLs on the *Security* page.
5666

5767
== Interact with your cluster
5868

@@ -62,7 +72,7 @@ The *Overview* page lists your bootstrap server URL and security settings in the
6272

6373
Or, Redpanda can generate a sample application to interact with your cluster. Run xref:reference:rpk/rpk-generate/rpk-generate-app.adoc[`rpk generate app`], and select Go as the language. Follow the commands in the terminal to run the application, create a demo topic, produce to the topic, and consume the data back.
6474

65-
Follow the steps in the UI to use `rpk` to interact with your cluster from the command line. Here are some helpful commands:
75+
Follow the steps in the Console to use `rpk` to interact with your cluster from the command line. Here are some helpful commands:
6676

6777
* xref:reference:rpk/rpk-cloud/rpk-cloud-login.adoc[`rpk cloud login`]: Use this to log in to Redpanda Cloud or to refresh the session.
6878
* xref:reference:rpk/rpk-topic.adoc[`rpk topic`]: Use this to manage topics, produce data, and consume data.
@@ -71,31 +81,23 @@ Follow the steps in the UI to use `rpk` to interact with your cluster from the c
7181

7282
NOTE: Redpanda Serverless is opinionated about Kafka configurations. For example, automatic topic creation is disabled. Some systems expect the Kafka service to automatically create topics when a message is produced to a topic that doesn't exist. Create topics on the *Topics* page or with `rpk topic create`.
7383

74-
The *How to connect - Kafka API* tab lists your bootstrap server URL and security settings. This area includes code examples for creating a Kafka client to interact with your cluster. Or, Redpanda can generate a sample application to interact with your cluster. Run xref:reference:rpk/rpk-generate/rpk-generate-app.adoc[`rpk generate app`], and select your preferred programming language. Follow the commands in the terminal to run the application, create a demo topic, produce to the topic, and consume the data back.
75-
76-
Explore the rest of the UI:
77-
78-
* Go to the *Topics* page to create new topics for data streams.
79-
* Under the *Actions* dropdown, produce messages to topics.
80-
* Add team members with permissions on the *Security* page.
81-
8284
== Supported features
8385

8486
* Redpanda Serverless supports the Kafka API. Serverless clusters work with all Kafka clients. See xref:develop:kafka-clients.adoc[].
85-
* Serverless clusters support all major Apache Kafka messages for managing topics, producing/consuming data (including transactions), managing groups, managing offsets, and managing ACLs. (User management is available in the Redpanda Cloud UI or with `rpk security acl`.)
87+
* Serverless clusters support all major Apache Kafka messages for managing topics, producing/consuming data (including transactions), managing groups, managing offsets, and managing ACLs. (User management is available in the https://cloud.redpanda.com[Redpanda Cloud Console^] or with `rpk security acl`.)
8688

8789
=== Unsupported features
8890

8991
Not all features included in BYOC clusters are available in Serverless. For example, the following features are not supported:
9092

9193
* HTTP Proxy API
92-
* Private networking (VPC peering or AWS PrivateLink)
9394
* Multiple availability zones (AZs)
9495
* RBAC in the data plane and mTLS authentication for Kafka API clients
9596
* Kafka Connect
9697

9798
== Next steps
9899

100+
* xref:networking:serverless/aws/index.adoc[Set up private access for Serverless clusters]
99101
* xref:get-started:cloud-overview.adoc[Learn more about Redpanda Cloud]
100102
* xref:get-started:config-topics.adoc[Manage topics]
101103
* xref:billing:billing.adoc[Learn about billing]

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
This page lists new features added to Redpanda Cloud.
88

9+
== February 2026
10+
11+
=== Serverless on AWS: GA
12+
13+
xref:get-started:cluster-types/serverless.adoc[Serverless] on AWS is now generally available (GA). This release includes private networking with AWS PrivateLink and the ability to export metrics to third-party monitoring systems. Serverless is the easiest and fastest way to begin streaming data with Redpanda. Start small and iterate on a budget, with confidence that your cluster can scale to production.
14+
915
== January 2026
1016

1117
=== Redpanda Connect updates
@@ -21,6 +27,7 @@ This page lists new features added to Redpanda Cloud.
2127

2228
The xref:manage:terraform-provider.adoc[Redpanda Terraform provider] now supports managing roles and Redpanda Connect pipelines. Use the provider to create and manage role-based access control and data pipelines in Redpanda Cloud.
2329

30+
2431
== December 2025
2532

2633
=== Remote MCP: GA

modules/get-started/partials/get-started-serverless.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Free trial::
55
--
66
A https://www.redpanda.com/try-redpanda[free trial on AWS^] is the fastest way to get started with Serverless. Each free-trial customer qualifies for $100 (USD) in credits to spend in the first 14 days. This should be enough to run Redpanda with reasonable throughput. No credit card is required. To continue using Serverless after your trial expires, you can enter a credit card and pay as you go. Any remaining credit balance is used before you are charged.
77
8-
When either the credits expire or the days in the trial expire, the clusters move into a suspended state, and you won't be able to access your data in either the Redpanda Cloud UI or with the Kafka API. There is a seven-day grace period following the end of the trial. After that, the data is permanently deleted. For questions about the trial, use the *#serverless* https://redpandacommunity.slack.com/[Community Slack^] channel.
8+
When either the credits expire or the days in the trial expire, the clusters move into a suspended state, and you won't be able to access your data in either the Redpanda Cloud Console or with the Kafka API. There is a seven-day grace period following the end of the trial when you can add your credit card and restore service. After that, the data is permanently deleted. For questions about the trial, use the *#serverless* https://redpandacommunity.slack.com/[Community Slack^] channel.
99
1010
After you start a trial, Redpanda instantly prepares an account for you. Your account includes a `welcome` cluster with a `hello-world` demo topic you can explore. It includes sample data so you can see how real-time messaging works before sending your own data.
1111
12-
xref:get-started:cluster-types/serverless.adoc#interact-with-your-cluster[Get started] by following the wizard to create a Redpanda Connect glossterm:pipeline[], or by following the steps in the UI to use `rpk` to interact with your cluster from the command line:
12+
xref:get-started:cluster-types/serverless.adoc#interact-with-your-cluster[Get started] by following the wizard to create a Redpanda Connect glossterm:pipeline[], or by following the steps in the Console to use `rpk` to interact with your cluster from the command line:
1313
1414
. Log in with `rpk cloud login`.
1515
. Consume from the `hello-world` topic with `rpk topic consume hello-world`.
16-
. In the https://cloud.redpanda.com[Redpanda Cloud UI^], navigate to the *Topics* page and open the `hello-world` topic to see the included messages.
16+
. In the https://cloud.redpanda.com[Redpanda Cloud Console^], navigate to the *Topics* page and open the `hello-world` topic to see the included messages.
1717
1818
--
1919
Redpanda Sales::

modules/networking/pages/azure-private-link-in-ui.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
= Configure Azure Private Link in the Cloud UI
2-
:description: Set up Azure Private Link in the Redpanda Cloud UI.
1+
= Configure Azure Private Link in the Cloud Console
2+
:description: Set up Azure Private Link in the Redpanda Cloud Console.
33

4-
NOTE: This guide is for configuring new clusters with Azure Private Link using the Redpanda Cloud UI. To configure and manage Private Link on an existing cluster, you must use the xref:networking:azure-private-link.adoc[Cloud API].
4+
NOTE: This guide is for configuring new clusters with Azure Private Link using the Redpanda Cloud Console. To configure and manage Private Link on an existing cluster, you must use the xref:networking:azure-private-link.adoc[Cloud API].
55

66
The Redpanda Azure Private Link service provides secure access to Redpanda Cloud from your own VNet. Traffic over Private Link does not go through the public internet because these connections are treated as their own private Azure service. While your VNet has access to the Redpanda virtual network, Redpanda cannot access your VNet.
77

@@ -19,7 +19,7 @@ TIP: In Kafka clients, set `connections.max.idle.ms` to a value less than 350 se
1919

2020
== Enable endpoint service for new clusters
2121

22-
. In the Redpanda Cloud UI, create a new cluster.
22+
. In the Redpanda Cloud Console, create a new cluster.
2323
. On the *Networking* page:
2424
.. For *Connection type*, select *Private*.
2525
.. For *Azure Private Link*, select *Enabled*.

0 commit comments

Comments
 (0)