Skip to content

Commit 93a8feb

Browse files
authored
DOC-1519 BYOVNet replace for Azure (#364)
1 parent cf2da91 commit 93a8feb

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

modules/develop/pages/agents/create-support-agent.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The processing, storage, and retrieval of data is achieved using three preconfig
1414

1515
== Prerequisites
1616

17-
- A running Dedicated or BYOC (not BYOVPC) cluster.
17+
- A running Dedicated or BYOC (not BYOVPC/BYOVNet) cluster.
1818
- An OpenAI account (with a credit card) and https://platform.openai.com/settings/organization/api-keys[API secret key^].
1919
- A PostgreSQL database with a vector extension installed.
2020
- The https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING[Data Source Name (DSN)^] for the PostgreSQL database.

modules/develop/pages/connect/configuration/resource-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
== Prerequisites
88

9-
- A running xref:get-started:cluster-types/byoc/index.adoc[BYOC] (not BYOVPC) or xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster.adoc[Dedicated] cluster.
9+
- A running xref:get-started:cluster-types/byoc/index.adoc[BYOC] (not BYOVPC/BYOVNet) or xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster.adoc[Dedicated] cluster.
1010
- An estimate of the throughput of your data pipeline. You can get some basic statistics by running your data pipeline locally using the xref:redpanda-connect:components:processors/benchmark.adoc[`benchmark` processor].
1111

1212
=== Understanding compute units

modules/develop/pages/connect/configuration/secret-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Secrets are stored in the secret management solution of your Cloud provider and
77

88
== Prerequisites
99

10-
* A running Serverless, Dedicated, or BYOC (not BYOVPC) cluster
10+
* A running Serverless, Dedicated, or BYOC (not BYOVPC/BYOVNet) cluster
1111
* On BYOC clusters only, check that secrets management is enabled:
1212

1313
.. Log in to https://cloud.redpanda.com[Redpanda Cloud^].

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ The xref:develop:connect/components/inputs/gateway.adoc[`gateway`] component is
5757

5858
== May 2025
5959

60-
=== Redpanda Connect for BYOVPC on Azure: beta
60+
=== Redpanda Connect for BYOVNet on Azure: beta
6161

62-
xref:develop:connect/about.adoc[Redpanda Connect] is now enabled when you create a BYOVPC cluster on xref:get-started:cluster-types/byoc/azure/vnet-azure.adoc[Azure].
62+
xref:develop:connect/about.adoc[Redpanda Connect] is now enabled when you create a BYOVNet cluster on xref:get-started:cluster-types/byoc/azure/vnet-azure.adoc[Azure].
6363

6464
=== Secrets management for BYOVPC clusters on AWS and GCP
6565

modules/manage/pages/terraform-provider.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ output "cluster_api_url" {
9090

9191
The following functionality is supported in the Cloud API but not in the Redpanda Terraform provider:
9292

93-
* Creating or deleting BYOVPC clusters on Azure
93+
* Creating or deleting BYOVNet clusters on Azure
9494
* Secrets
9595
* Kafka Connect
9696
* Redpanda Connect

modules/security/partials/iam-policies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ When you run `rpk cloud byoc azure apply` to create a BYOC cluster, you grant IA
862862

863863
[NOTE]
864864
====
865-
* This page lists the IAM permissions Redpanda needs to create xref:get-started:cluster-types/byoc/azure/create-byoc-cluster-azure.adoc[BYOC clusters]. This _does not_ pertain to xref:get-started:cluster-types/byoc/azure/vnet-azure.adoc[BYOVPC clusters].
865+
* This page lists the IAM permissions Redpanda needs to create xref:get-started:cluster-types/byoc/azure/create-byoc-cluster-azure.adoc[BYOC clusters]. This _does not_ pertain to xref:get-started:cluster-types/byoc/azure/vnet-azure.adoc[BYOVNet clusters].
866866
* No IAM permissions are required for Redpanda Cloud users. IAM policies do not grant user access to a cluster; rather, they grant the deployed Redpanda agent access, so that brokers can communicate with the BYOC clusters.
867867
====
868868

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[IMPORTANT]
22
====
3-
- AI agents are not available on BYOVPC or Serverless clusters.
3+
- AI agents are not available on BYOVPC/BYOVNet or Serverless clusters.
44
- AI agents are currently in beta and not suitable for use in production.
55
====

0 commit comments

Comments
 (0)