π‘οΈ Azure Databricks Workspace Allow Public Network Access is not disabledπ’
- Contextual name: π‘οΈ Databricks Workspace Allow Public Network Access is not disabledπ’
- ID:
/ce/ca/azure/databricks/public-network-access - Tags:
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Statsβ
not available
Logicβ
- π§ prod.logic.yamlπ’
Similar Policiesβ
- Internal:
dec-x-78146505
Similar Internal Rulesβ
| Rule | Policies | Flags |
|---|---|---|
| βοΈ dec-x-78146505 | 1 |
Descriptionβ
Descriptionβ
Disable public network access to prevent exposure to the internet and reduce the risk of unauthorized access. Use private endpoints to securely manage access within trusted networks.
Rationaleβ
Disabling public network access improves security by ensuring that Azure Databricks workspaces are not exposed on the public internet.
Impactβ
Note: Before disabling public network access, it is strongly recommended that, for each workspace, either:
- virtual network integration is completed as described in "Ensure that Azure Databricks is deployed in a customer-managed virtual network (VNet)"
OR
- private endpoints or links are set up as described in "Ensure private endpoints are used to access Azure Databricks workspaces."
Disabling public network access restricts access to the service. This enhances security but requires the configuration of a virtual network and/or private endpoints for any services or users needing access within trusted networks.
Before public network access can be disabled, 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), and ensurerequiredNsgRulesis set to a value other thanAllRules.... see more
Remediationβ
Remediationβ
From Azure Portalβ
- Go to
Azure Databricks.- Click the name of a workspace.
- Under
Settings, clickNetworking.- Under
Network access, next toAllow Public Network Access, click the radio button next toDisabled.- Click
Save.- Repeat steps 1-5 for each workspace requiring remediation.
From Azure CLIβ
For each workspace requiring remediation, run the following command to set
publicNetworkAccesstoDisabled:az databricks workspace update \
--resource-group {{resource-group-name}} \
--name {{workspace-name}} \
--public-network-access DisabledFrom PowerShellβ
For each workspace requiring remediation, run the following command to set
PublicNetworkAccesstoDisabled:Update-AzDatabricksWorkspace `
-ResourceGroupName {{resource-group-name}} `
-Name {{workspace-name}} `
-PublicNetworkAccess Disabled