Azure Private Endpoint Connection
- Capella Analytics
- how-to
Add an Azure Private Link connection that peers your Azure network with a Capella Analytics cluster using Azure as its cloud provider.
This connection can reduce latency and egress costs for applications hosted in the same region.
Prerequisites
To use Azure Private Link with Capella Analytics, you need:
-
One of the following Capella roles:
-
Organization Owner
-
Project Owner
-
-
A Capella Analytics cluster on Azure in your project.
-
Access to the Azure portal and information about your Azure network, including:
-
Azure Resource Group Name
-
Virtual Network and Subnet (in the format
<virtual-network-name>/<subnet-name>)
-
-
The Azure Command Line Interface (CLI) installed and configured.
Set Up the Private Endpoint
| Enabling private endpoints bills your account hourly for Azure Private Link until you disable this option. |
To add a connection using Azure Private Link, you use both the Capella UI and the Azure CLI.
-
In the Capella UI, select the Capella Analytics tab and then select a cluster.
-
Select .
-
Click Enable Private Endpoints.
A warning modal explains that enabling this service is billed hourly. Confirm to proceed.
It can take several minutes for Capella to enable private endpoints. When private endpoints are available, the page shows all the controls you need to manage private endpoints.
-
Click Add Private Endpoint.
-
In the Provide Private Endpoint Details section, complete the following fields:
- Resource Group Name
-
Enter your Azure resource group name.
- Virtual Network/Subnet
-
Enter your Azure virtual network and subnet in the following format:
<virtual-network-name>/<subnet-name>For example:
example-virtual-network/default-subnet
-
Click Next.
-
Download the connection shell script provided by Capella:
-
In the Run the following script area, click Download Script.
-
With the Azure CLI installed and signed in, run the downloaded script in your terminal.
This script contains commands to create the private endpoint and related resources in your chosen Azure resource group. The script can take a few minutes to complete. When successful, the provisioning details are output to the terminal.
-
-
In the Capella UI, the new private endpoint appears with a Pending Acceptance status. Click Accept.
Next Steps
Returning to the Private Endpoints page in Capella Analytics, the new private endpoint shows a Linked status once the connection is accepted. This status change can take several minutes after completing the configuration procedure.
Disable Private Endpoints
To disable private endpoints, navigate to . The Disable Private Endpoints option appears only after private endpoints have been enabled.
| Disabling private endpoints removes the Private Link Service from the Capella Analytics cluster and stops hourly billing for Azure Private Link. |