Skip to content

Commit 31bf048

Browse files
committed
docs review comments
1 parent e719713 commit 31bf048

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

modules/develop/partials/availability-message.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
====
33
44
* Redpanda Connect is available in limited availability (LA) for BYOC and Dedicated clusters. Features in LA are production-ready and are covered by Redpanda Support for early adopters. To unlock Redpanda Connect for your account, contact https://support.redpanda.com/hc/en-us/requests/new[Redpanda Support^].
5-
* Redpanda Connect is in beta for BYOVPC clusters on AWS and GCP but not on Azure.
5+
* Redpanda Connect is in beta for BYOVPC clusters on AWS and GCP. It is not yet available for BYOVPC clusters on Azure.
66
* Redpanda Connect is available in beta for Serverless clusters. Features in beta are not covered by Redpanda Support and should not be used in production environments.
77
====

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Features in limited availability are production-ready and are covered by Redpand
264264

265265
The following features are currently in limited availability in Redpanda Cloud:
266266

267-
* Redpanda Connect for Dedicated and BYOC (not BYOVPC on Azure)
267+
* Redpanda Connect for Dedicated and BYOC (excluding BYOVPC on Azure)
268268
* Serverless
269269
* Dedicated and BYOC for Azure
270270
* BYOVPC for GCP

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can update the example configuration to customize your setup:
5858

5959
- Enable PrivateLink (`"enable_private_link": true`).
6060
- Preserve cluster data when deleting the cluster (`"force_destroy_cloud_storage": false`).
61-
- Use https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html[condition tags] to control resource modifications based on AWS tags. For example:
61+
- Use https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html[condition tags^] to control resource modifications based on AWS tags. For example:
6262
+
6363
```json
6464
"condition_tags": {
@@ -221,7 +221,7 @@ The Create Network request returns a `resource_id`. For example:
221221

222222
To create the Redpanda cluster:
223223

224-
. For all cluster information, including the version, tier, storage, security, and availability zones, create the following environment variables with values from Terraform. You can customize the cluster name, Repdanda version, thoughput tier, and AWS zones for your cluster using the environment variables.
224+
. For all cluster information, including the version, tier, storage, security, and availability zones, create the following environment variables with values from Terraform. You can customize the cluster name, Repdanda version, usage tier, and AWS zones for your cluster using the environment variables.
225225
+
226226
```bash
227227
export AWS_ZONES='["use2-az1", "use2-az2", "use2-az3"]'

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ Redpanda Cloud is starting to introduce beta versions of xref:develop:agents/abo
3939

4040
Redpanda Connect is now enabled when you create a BYOVPC cluster on xref:get-started:cluster-types/byoc/aws/vpc-byo-aws.adoc[AWS] or xref:get-started:cluster-types/byoc/gcp/vpc-byo-gcp.adoc[GCP]. You can also add Redpanda Connect to an xref:get-started:cluster-types/byoc/gcp/enable-rpcn-byovpc-gcp.adoc[existing BYOVPC GCP cluster].
4141

42-
To start using Redpanda Connect, xref:develop:connect/connect-quickstart.adoc[try this quickstart].
43-
4442
== March 2025
4543

4644
=== Serverless

modules/shared/partials/feature-flag-rpcn.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
====
33
44
* BYOVPC is an add-on feature that may require an additional purchase. To unlock this feature for your account, contact your Redpanda account team or https://www.redpanda.com/price-estimator[Redpanda Sales^].
5-
* Redpanda Connect is in beta for BYOVPC clusters on AWS and GCP.
5+
* Redpanda Connect is in beta for BYOVPC clusters on AWS and GCP. It is not yet available for BYOVPC clusters on Azure.
66
====

0 commit comments

Comments
 (0)