cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Getting a Databricks static IP

iarregui
New Contributor

Hello. I want to connect from my Databricks workspace to an external API to extract some data. The owner of the API asks for an IP to provide the token necessary for the extraction of data. Therefore I would need to set a static IP in Databricks that does not change over time. Which options do I have? What is the best way of handling the situation?

2 REPLIES 2

171499
New Contributor III

Did you find a solution to this? Have the same issue.

Wojciech_BUK
Contributor III

Hello, 

the easiest way (in Azure) is to deploy Workspace in VNET Injection mode and attach NAT Gateway to you VNET. NAT GW require Public IP. 
This IP will be your static egress IP for all Cluster in for this Workspace.

Note: both NAT GW and IP Address comes with additional infrastructure cost.

There are alternatives like 

- routing your outbound communication using UDR to Firewall and outbound from Firewall IP (if you don't have existing FW it will be costly)
- use Azure Load Balancer with Public IP (but it is harder to manage)