| name | cis-azure-foundations-2.1.11 |
| description | Ensure private endpoints are used to access Azure Databricks workspaces |
| category | cis-azure-foundations |
| version | 5.0.0 |
| author | cyberstrike-official |
| tags | ["cis","azure","databricks","analytics"] |
| cis_id | 2.1.11 |
| cis_benchmark | CIS Microsoft Azure Foundations Benchmark v5.0.0 |
| tech_stack | ["azure"] |
| cwe_ids | [] |
| chains_with | ["cis-azure-foundations-2.1.1","cis-azure-foundations-2.1.9","cis-azure-foundations-2.1.10"] |
| prerequisites | [] |
| severity_boost | {} |
Ensure private endpoints are used to access Azure Databricks workspaces
Description
Use private endpoints for Azure Databricks workspaces to allow clients and services to securely access data located over a network via an encrypted Private Link. To do this, the private endpoint uses an IP address from the VNet for each service. Network traffic between disparate services securely traverses encrypted over the VNet. This VNet can also link addressing space, extending your network and accessing resources on it. Similarly, it can be a tunnel through public networks to connect remote infrastructures together. This creates further security through segmenting network traffic and preventing outside sources from accessing it.
Rationale
Using private endpoints for Azure Databricks workspaces ensures that all communication between clients, services, and data sources occurs over a secure, private IP space within an Azure Virtual Network (VNet). This approach eliminates exposure to the public internet, significantly reducing the attack surface and aligning with Zero Trust principles. Additionally, integrating Databricks with a VNet enables network segmentation, fine-grained access control, and hybrid connectivity through VNet peering or VPN/ExpressRoute.
Impact
If an Azure Virtual Network is not implemented correctly, this may result in the loss of critical network traffic.
Private endpoints are charged per hour of use. Refer to https://azure.microsoft.com/en-us/pricing/details/private-link/ and https://azure.microsoft.com/en-us/pricing/calculator/ to estimate potential costs.
Before a private endpoint can be configured, Azure Databricks workspaces:
- Must be deployed in a customer-managed virtual network (VNet injection) -- refer to the recommendation
Ensure that Azure Databricks is deployed in a customer-managed virtual network (VNet).
- Must have secure cluster connectivity enabled -- refer to the recommendation
Ensure 'Enable No Public IP' is set to 'Yes'.
- Must be on the Premium pricing tier.
Ensure the requirements and concepts are considered carefully before applying this recommendation. Refer to https://learn.microsoft.com/en-us/azure/databricks/security/network/classic/private-link for more information.
Audit Procedure
Audit from Azure Portal
- Go to
Azure Databricks.
- Click the name of a workspace.
- Under
Settings, click Networking.