Skip to content

michalmar/azure-databricks-vnet-exfiltration

Repository files navigation

azure-databricks-vnet-exfiltration

Tailored to West Europe Azure region due to hardcoded IPs/FQDNs for various Databrick resources. If you want to port to different region use this url

Note: currently templates are deployed through portal (create own deployment template)

Steps

  1. deploy Databricks inside VNET

databricks-DBX-VNET-TAG-RT.json

  1. deploy FW

databricks-FW-IP-rules-westeurope.json

  1. asign route table to both VNET subnets (dataplame, controlplane) - rename if needed
az network vnet subnet update -g YOUR_RESOURCE_GROUP -n dataplane-subnet --vnet-name databricks-vnet --route-table dbx-route
az network vnet subnet update -g YOUR_RESOURCE_GROUP -n controlplane-subnet --vnet-name databricks-vnet --route-table dbx-route
  1. create Storage with Private link

  2. deny internet from Databricks NSG

  3. add FW rules for python/r packages *pypi.org,*pythonhosted.org,cran.r-project.org,*maven.org, ports: Https:443,Http:80,Http:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages