Skip to content

Commit c815039

Browse files
authored
DOC-1168 Private Link for Azure in UI (#301)
* DOC-1168 Private Link for Azure in UI # Conflicts: # modules/get-started/pages/whats-new-cloud.adoc * coderabbit suggestions * rename file to include azure for better search * remove LA from Azure Private Link * update What's New * remove section to enable on existing cluster * edits from UI fix * incorporate review feedback * left-align screenshot in Access section
1 parent 2f6d68c commit c815039

File tree

9 files changed

+57
-10
lines changed

9 files changed

+57
-10
lines changed

modules/ROOT/nav.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
**** xref:networking:aws-privatelink.adoc[Configure PrivateLink with the Cloud API]
3434
**** xref:networking:byoc/aws/transit-gateway.adoc[Add a Transit Gateway]
3535
*** xref:networking:byoc/azure/index.adoc[Azure]
36+
**** xref:networking:azure-private-link-in-ui.adoc[]
3637
**** xref:networking:azure-private-link.adoc[]
3738
*** xref:networking:byoc/gcp/index.adoc[GCP]
3839
**** xref:networking:byoc/gcp/vpc-peering-gcp.adoc[Add a Peering Connection]
@@ -44,6 +45,7 @@
4445
**** xref:networking:configure-privatelink-in-cloud-ui.adoc[Configure PrivateLink in the Cloud UI]
4546
**** xref:networking:aws-privatelink.adoc[]
4647
*** xref:networking:dedicated/azure/index.adoc[Azure]
48+
**** xref:networking:azure-private-link-in-ui.adoc[]
4749
**** xref:networking:azure-private-link.adoc[]
4850
*** xref:networking:dedicated/gcp/index.adoc[GCP]
4951
**** xref:networking:dedicated/gcp/vpc-peering-gcp.adoc[Add a Peering Connection]

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ The following features are currently in limited availability in Redpanda Cloud:
266266
* Serverless
267267
* Dedicated and BYOC for Azure
268268
* BYOVPC for GCP
269-
* Azure Private Link
270269

271270
== Features in beta
272271

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

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

1010
== July 2025
1111

12+
=== Azure Private Link in the UI: GA
13+
14+
You can now xref:networking:azure-private-link-in-ui.adoc[configure Azure Private Link] for a new BYOC or Dedicated cluster using the Cloud UI. The Azure Private Link service is generally available (GA) in both the Cloud UI and the Cloud API.
15+
1216
=== Redpanda Connect in Redpanda Cloud: GA
1317

1418
xref:develop:connect/about.adoc[Redpanda Connect] is now generally available (GA) in all Redpanda Cloud clusters: BYOC (including BYOVPC/BYOVNet), Dedicated, and Serverless.
1519

1620
=== Redpanda Connect updates
1721

18-
The latest release of Redpanda Connect includes the following updates for Redpanda Cloud:
22+
Redpanda Connect includes the following updates for Redpanda Cloud:
1923

20-
* The xref:develop:connect/components/inputs/gcp_spanner_cdc.adoc[GCP Spanner CDC] component lets you capture changes from Google Cloud Spanner and stream them into Redpanda. You can use the GCP Spanner CDC input component to ingest data from GCP Spanner databases, enabling real-time data processing and analytics.
21-
* The xref:develop:connect/components/outputs/slack_reaction.adoc[Slack Reaction] component lets you send messages to a Slack channel in response to events in Redpanda. You can use the Slack Reaction output component to create alerts, notifications, or other automated responses based on data changes in Redpanda.
22-
* The xref:develop:connect/components/caches/redpanda.adoc[Redpanda Cache] component lets you cache data in Redpanda, improving performance and reducing latency for data access. You can use the Redpanda cache component to store frequently accessed data, such as configuration settings or user profiles, in Redpanda.
24+
* The xref:develop:connect/components/inputs/gcp_spanner_cdc.adoc[GCP Spanner CDC] component lets you capture changes from Google Cloud Spanner and stream them into Redpanda. You can use it to ingest data from GCP Spanner databases, enabling real-time data processing and analytics.
25+
* The xref:develop:connect/components/outputs/slack_reaction.adoc[Slack Reaction] component lets you send messages to a Slack channel in response to events in Redpanda. You can use it to create alerts, notifications, or other automated responses based on data changes in Redpanda.
26+
* The xref:develop:connect/components/caches/redpanda.adoc[Redpanda Cache] component lets you cache data in Redpanda, improving performance and reducing latency for data access. You can use it to store frequently accessed data, such as configuration settings or user profiles, in Redpanda.
2327

2428
For more detailed information about recent component updates, see xref:redpanda-connect:ROOT:whats_new_rpcn.adoc[What's New in Redpanda Connect].
2529

modules/networking/pages/aws-privatelink.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Configure AWS PrivateLink with the Cloud API
2-
:description: Set up AWS PrivateLink to securely access Redpanda Cloud.
2+
:description: Set up AWS PrivateLink with the Cloud API.
33
:page-aliases: deploy:deployment-option/cloud/aws-privatelink.adoc
44

55

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
= Configure Azure Private Link in the Cloud UI
2+
:description: Set up Azure Private Link in the Redpanda Cloud UI.
3+
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].
5+
6+
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.
7+
8+
Consider using the endpoint service if you have multiple VNets and could benefit from a more simplified approach to network management:
9+
10+
* Azure Private Link allows overlapping xref:networking:cidr-ranges.adoc[CIDR ranges].
11+
* You control which Azure subscriptions are allowed to connect to the endpoint service.
12+
13+
== Requirements
14+
15+
* Your Redpanda cluster and VNet must be in the same region.
16+
* Use the https://learn.microsoft.com/en-us/cli/azure/get-started-with-azure-cli?view=azure-cli-latest[Azure command-line interface (CLI)^] to create a new client VNet or modify an existing one to use the Private Link endpoint.
17+
18+
TIP: In Kafka clients, set `connections.max.idle.ms` to a value less than 350 seconds.
19+
20+
== Enable endpoint service for new clusters
21+
22+
. In the Redpanda Cloud UI, create a new cluster.
23+
. On the *Networking* page:
24+
.. For *Connection type*, select *Private*.
25+
.. For *Azure Private Link*, select *Enabled*.
26+
.. For *Allowed subscriptions*, click *Add subscription*, and enter the Azure subscription ID that can access the cluster. You can add multiple subscriptions.
27+
28+
29+
== Access Redpanda services through VNet endpoint
30+
31+
To access Redpanda services, follow the steps on the cluster's *Overview* page. In the *How to connect* section, click *Private Link*.
32+
33+
image::shared:private-link-tab.png[Private Link tab in Overview page,align="left"]
34+
35+
include::networking:partial$private-links-access-rp-services-through-vpc.adoc[]
36+
37+
== Test the connection
38+
39+
You can test the connection to the endpoint service from any VM or container in the consumer VNet. If configuring a client isn't possible right away, you can do these checks using `rpk` or cURL:
40+
41+
include::networking:partial$private-links-test-connection.adoc[]
42+

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Configure Azure Private Link with the Cloud API
2-
:description: Learn how to configure private networking for clusters on Azure.
2+
:description: Set up Azure Private Link with the Cloud API.
33

4-
include::shared:partial$feature-flag.adoc[]
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].
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
= Networking: BYOC
2-
:description: Learn how to create a VPC peering connection, how to configure AWS PrivateLink, and how to configure GCP Private Service Connect.
2+
:description: Learn how to create a VPC peering connection and how to configure private networking with AWS PrivateLink, Azure Private Link, and GCP Private Service Connect.
33
:page-layout: index
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
= Networking: Dedicated
2-
:description: Learn how to create a VPC peering connection, how to configure AWS PrivateLink, and how to configure GCP Private Service Connect.
2+
:description: Learn how to create a VPC peering connection and how to configure private networking with AWS PrivateLink, Azure Private Link, and GCP Private Service Connect.
33
:page-layout: index
31 KB
Loading

0 commit comments

Comments
 (0)