From 2b60b0c4cd2652a55a1a5e39c0f2aa9ef81bfaaa Mon Sep 17 00:00:00 2001 From: micheleRP Date: Tue, 22 Jul 2025 08:59:39 -0600 Subject: [PATCH] DOC-1519 BYOVNet replace for Azure --- modules/develop/pages/agents/create-support-agent.adoc | 2 +- .../pages/connect/configuration/resource-management.adoc | 2 +- .../pages/connect/configuration/secret-management.adoc | 2 +- modules/get-started/pages/whats-new-cloud.adoc | 4 ++-- modules/manage/pages/terraform-provider.adoc | 2 +- modules/security/partials/iam-policies.adoc | 2 +- modules/shared/partials/feature-flag-agents.adoc | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/develop/pages/agents/create-support-agent.adoc b/modules/develop/pages/agents/create-support-agent.adoc index 371eeb1f0..5ad75ebbc 100644 --- a/modules/develop/pages/agents/create-support-agent.adoc +++ b/modules/develop/pages/agents/create-support-agent.adoc @@ -14,7 +14,7 @@ The processing, storage, and retrieval of data is achieved using three preconfig == Prerequisites -- A running Dedicated or BYOC (not BYOVPC) cluster. +- A running Dedicated or BYOC (not BYOVPC/BYOVNet) cluster. - An OpenAI account (with a credit card) and https://platform.openai.com/settings/organization/api-keys[API secret key^]. - A PostgreSQL database with a vector extension installed. - The https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING[Data Source Name (DSN)^] for the PostgreSQL database. diff --git a/modules/develop/pages/connect/configuration/resource-management.adoc b/modules/develop/pages/connect/configuration/resource-management.adoc index 9f0d19218..caf66b2b7 100644 --- a/modules/develop/pages/connect/configuration/resource-management.adoc +++ b/modules/develop/pages/connect/configuration/resource-management.adoc @@ -6,7 +6,7 @@ == Prerequisites -- 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. +- 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. - 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]. === Understanding compute units diff --git a/modules/develop/pages/connect/configuration/secret-management.adoc b/modules/develop/pages/connect/configuration/secret-management.adoc index e48ce0972..fbca8e892 100644 --- a/modules/develop/pages/connect/configuration/secret-management.adoc +++ b/modules/develop/pages/connect/configuration/secret-management.adoc @@ -7,7 +7,7 @@ Secrets are stored in the secret management solution of your Cloud provider and == Prerequisites -* A running Serverless, Dedicated, or BYOC (not BYOVPC) cluster +* A running Serverless, Dedicated, or BYOC (not BYOVPC/BYOVNet) cluster * On BYOC clusters only, check that secrets management is enabled: .. Log in to https://cloud.redpanda.com[Redpanda Cloud^]. diff --git a/modules/get-started/pages/whats-new-cloud.adoc b/modules/get-started/pages/whats-new-cloud.adoc index 93fdfc3af..027ea39d2 100644 --- a/modules/get-started/pages/whats-new-cloud.adoc +++ b/modules/get-started/pages/whats-new-cloud.adoc @@ -57,9 +57,9 @@ The xref:develop:connect/components/inputs/gateway.adoc[`gateway`] component is == May 2025 -=== Redpanda Connect for BYOVPC on Azure: beta +=== Redpanda Connect for BYOVNet on Azure: beta -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]. +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]. === Secrets management for BYOVPC clusters on AWS and GCP diff --git a/modules/manage/pages/terraform-provider.adoc b/modules/manage/pages/terraform-provider.adoc index 3b631c336..24a7959cf 100644 --- a/modules/manage/pages/terraform-provider.adoc +++ b/modules/manage/pages/terraform-provider.adoc @@ -90,7 +90,7 @@ output "cluster_api_url" { The following functionality is supported in the Cloud API but not in the Redpanda Terraform provider: -* Creating or deleting BYOVPC clusters on Azure +* Creating or deleting BYOVNet clusters on Azure * Secrets * Kafka Connect * Redpanda Connect diff --git a/modules/security/partials/iam-policies.adoc b/modules/security/partials/iam-policies.adoc index db9c84ff1..fafb8f8e1 100644 --- a/modules/security/partials/iam-policies.adoc +++ b/modules/security/partials/iam-policies.adoc @@ -862,7 +862,7 @@ When you run `rpk cloud byoc azure apply` to create a BYOC cluster, you grant IA [NOTE] ==== -* 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]. +* 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]. * 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. ==== diff --git a/modules/shared/partials/feature-flag-agents.adoc b/modules/shared/partials/feature-flag-agents.adoc index 0a3e009cb..7b80f9e74 100644 --- a/modules/shared/partials/feature-flag-agents.adoc +++ b/modules/shared/partials/feature-flag-agents.adoc @@ -1,5 +1,5 @@ [IMPORTANT] ==== -- AI agents are not available on BYOVPC or Serverless clusters. +- AI agents are not available on BYOVPC/BYOVNet or Serverless clusters. - AI agents are currently in beta and not suitable for use in production. ====