Skip to content

Commit 1ab60ba

Browse files
authored
DOC-136 Document feature Azure Implementation for Cloud GA (#353)
* DOC-136 Document feature Azure Implementation for Cloud GA * update admonition * minor edits for consistency * add missing beta features * remove beta from BYOVPC on AWS, consistency updates * update text for What's New * BYOVNet back to beta, Dedicated back to LA * move BYOVPC on AWS back to beta * typo * revert back feature flag partial * minor edits, just reverting back to original text * minor edits * add Iceberg GA to What's New * remove beta admonition for Iceberg
1 parent eb339ac commit 1ab60ba

File tree

11 files changed

+20
-26
lines changed

11 files changed

+20
-26
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@ Features in limited availability are production-ready and are covered by Redpand
264264
The following features are currently in limited availability in Redpanda Cloud:
265265

266266
* Serverless
267-
* Dedicated and BYOC for Azure
268-
* BYOVPC for GCP
267+
* Dedicated for Azure
269268

270269
== Features in beta
271270

@@ -275,8 +274,11 @@ The following features are currently in beta in Redpanda Cloud:
275274

276275
* BYOVPC for AWS
277276
* BYOVNet for Azure
277+
* Secrets Management for BYOVPC on GCP and AWS
278278
* Integration with Apache Iceberg
279279
* Remote Read Replicas for AWS and GCP
280+
* AI agents
281+
* Several Redpanda Connect components
280282

281283
== Next steps
282284
* xref:manage:maintenance.adoc[Learn about upgrades and maintenance]

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66

77
include::shared:partial$feature-flag-rpcn.adoc[]
88

9-
This topic explains how to create a Bring Your Own Virtual Private Cloud (BYOVPC) cluster. This setup allows you to deploy the Redpanda glossterm:data plane[] into your existing VPC and take full control of managing the networking lifecycle. See also: xref:get-started:byoc-arch.adoc[BYOC architecture].
9+
A Bring Your Own Virtual Private Cloud (BYOVPC) cluster allows you to deploy the Redpanda glossterm:data plane[] into your existing VPC and manage the networking lifecycle. Compared to a standard Bring Your Own Cloud (BYOC) setup, where Redpanda manages the networking lifecycle for you, BYOVPC provides more control. See also: xref:get-started:byoc-arch.adoc[BYOC architecture].
1010

11-
Compared to a standard Bring Your Own Cloud (BYOC) setup, where Redpanda manages the networking lifecycle for you, BYOVPC provides more security.
12-
13-
When you create a BYOCVPC cluster, you specify your VPC and service account. The Redpanda Cloud agent doesn't create any new resources or alter any settings in your account. With BYOVPC:
11+
When you create a BYOVPC cluster, you specify your VPC and the IAM role (instance profile) that the Redpanda agent will assume. The Redpanda Cloud agent doesn't create any new resources or alter any settings in your account. With BYOVPC:
1412

1513
* You provide your own VPC in your AWS account.
1614
* You maintain more control over your account, because Redpanda requires fewer permissions than standard BYOC clusters.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
:description: Use the Redpanda Cloud UI to create a BYOC cluster on Azure.
33
:page-aliases: deploy:deployment-option/cloud/create-byoc-cluster-azure.adoc, get-started:cluster-types/byoc/create-byoc-cluster-azure.adoc
44

5-
include::shared:partial$feature-flag.adoc[]
65

76
To create a Redpanda cluster in your virtual network (VNet), follow the instructions in the Redpanda Cloud UI. The UI contains the parameters necessary to successfully run `rpk cloud byoc apply`. See also: xref:get-started:byoc-arch.adoc[BYOC architecture].
87

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
= BYOC: Azure
2-
:description: Learn how to create a BYOC or BYOVPC cluster on Azure.
2+
:description: Learn how to create a BYOC or BYOVNet cluster on Azure.
33
:page-layout: index

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
include::shared:partial$feature-flag-rpcn.adoc[]
66

7-
This topic explains how to create a Bring Your Own Virtual Network (BYOVNet) cluster. This setup allows you to deploy the Redpanda glossterm:data plane[] into your existing VNet and take full control of managing the networking lifecycle. See also: xref:get-started:byoc-arch.adoc[BYOC architecture].
8-
9-
Compared to a standard Bring Your Own Cloud (BYOC) setup, where Redpanda manages the networking lifecycle for you, BYOVNet provides more security.
7+
A Bring Your Own Virtual Network (BYOVNet) cluster allows you to deploy the Redpanda glossterm:data plane[] into your existing VNet and manage the networking lifecycle. Compared to a standard Bring Your Own Cloud (BYOC) setup, where Redpanda manages the networking lifecycle for you, BYOVNet provides more control. See also: xref:get-started:byoc-arch.adoc[BYOC architecture].
108

119
When you create a BYOVNet cluster, you specify your VNet and managed identities. The Redpanda Cloud agent doesn't create any new resources or alter any settings in your account. With a customer-managed VNet:
1210

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
include::shared:partial$feature-flag-rpcn.adoc[]
66

7-
This topic explains how to create a Bring Your Own Virtual Private Cloud (BYOVPC) cluster. This setup allows you to deploy the Redpanda glossterm:data plane[] into your existing VPC and take full control of managing the networking lifecycle. See also: xref:get-started:byoc-arch.adoc[BYOC architecture].
8-
9-
Compared to a standard Bring Your Own Cloud (BYOC) setup, where Redpanda manages the networking lifecycle for you, BYOVPC provides more security.
7+
A Bring Your Own Virtual Private Cloud (BYOVPC) cluster allows you to deploy the Redpanda glossterm:data plane[] into your existing VPC and manage the networking lifecycle. Compared to a standard Bring Your Own Cloud (BYOC) setup, where Redpanda manages the networking lifecycle for you, BYOVPC provides more control. See also: xref:get-started:byoc-arch.adoc[BYOC architecture].
108

119
When you create a BYOVPC cluster, you specify your VPC and service account. The Redpanda Cloud agent doesn't create any new resources or alter any settings in your account. With BYOVPC:
1210

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ After you log in to https://cloud.redpanda.com[Redpanda Cloud^], you land on the
99
. On the Clusters page, click *Create cluster*, then click *Create Dedicated cluster*.
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.
12-
1312
+
1413
[NOTE]
1514
====
1615
* If you plan to create a private network in your own VPC, select the region where your VPC is located.
1716
* Three availability zones provide two backups in case one availability zone goes down.
1817
====
19-
+
20-
[IMPORTANT]
21-
====
22-
To unlock this feature for Azure, contact https://support.redpanda.com/hc/en-us/requests/new[Redpanda support^].
23-
====
2418

2519
. Click *Next*.
2620
. On the Network page, enter the connection type: *Public* or *Private*. For private networks:
@@ -30,7 +24,7 @@ To unlock this feature for Azure, contact https://support.redpanda.com/hc/en-us/
3024
Private networks require either a VPC peering connection or a private connectivity service, such as xref:networking:configure-privatelink-in-cloud-ui.adoc[AWS PrivateLink], xref:networking:configure-private-service-connect-in-cloud-ui.adoc[GCP Private Service Connect], or xref:networking:azure-private-link.adoc[Azure Private Link].
3125

3226
. Click *Create*.
33-
27+
+
3428
After the cluster is created, you can select the cluster on the *Clusters* page to see the overview for it.
3529

3630
include::shared:partial$kafka-connect.adoc[]

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This page lists new features added to Redpanda Cloud.
99

1010
== July 2025
1111

12+
=== Iceberg topics in Redpanda Cloud: GA
13+
14+
xref:manage:iceberg/about-iceberg-topics.adoc[Iceberg topics] are now generally available (GA) in Redpanda Cloud.
15+
16+
=== BYOC on Azure: GA
17+
18+
xref:get-started:cluster-types/byoc/azure/create-byoc-cluster-azure.adoc[BYOC for Azure] is now generally available (GA).
19+
1220
=== mTLS and SASL authentication for Kafka API on AWS
1321

1422
You can now enable mTLS and SASL authentication simultaneously for the Kafka API on AWS clusters. If you enable both mTLS and SASL on AWS clusters, Redpanda creates two distinct listeners: an mTLS listener operating on one port and a SASL listener operating on a different port.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
= About Iceberg Topics
22
:description: Learn how Redpanda can integrate topics with Apache Iceberg.
33

4-
NOTE: The Iceberg integration for Redpanda Cloud is a beta feature. It is not supported for production deployments.
5-
64
include::ROOT:manage:partial$iceberg/about-iceberg-topics.adoc[]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Configure Azure Private Link with the Cloud API
22
:description: Set up Azure Private Link with the Cloud API.
33

4-
NOTE: For UI-based configuration of Azure Private Link, see xref:networking:azure-private-link-in-ui.adoc[Configure Azure Private Link in the Cloud UI].
4+
NOTE: For UI-based configuration of Azure Private Link on new clusters, see xref:networking:azure-private-link-in-ui.adoc[Configure Azure Private Link in the Cloud UI].
55

66
The Redpanda Azure Private Link service provides secure access to Redpanda Cloud from your own virtual network. Traffic over Azure Private Link does not go through the public internet, but instead through Microsoft's backbone network. While clients can initiate connections against the Redpanda Cloud cluster endpoints, Redpanda Cloud services cannot access your virtual networks directly.
77

0 commit comments

Comments
 (0)