Static IP for existing workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2025 08:25 AM - edited 05-20-2025 08:38 AM
Is there a way to have static IP addresses for Azure Databricks without creating new workspace?
We have worked a lot in 2 workspaces (dev and main), but now we need static IP addresses for both to work with some APIs. Do we really have to recreate the spaces to be able to use such a standard feature as static IP address?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 11:15 AM
I don't think so, at least not on Azure. What you need to do depends on how you set up your workspaces. In Azure, if you just use a default install, a NAT gateway is created and configured for you, so you probably already have a static IP.
If you used VNet Injection, you just need to configure a NAT gateway and the routing rules. See if Enable secure cluster connectivity - Azure Databricks | Microsoft Learn helps.