IP address configuration for databricks workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2025 05:54 AM
Hi All Im running the below code in notebook but always returns 400 error even though everything seems correct, Can you please help me how to see the current IP address list or enable the IP access list for the databricks workspace
your help will be appreciated. Also help me where to run the CLI commands from azure cloud instead of downloading the databricks CLi locally and then connecting to Azure databricks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2025 07:54 AM
Hi @Shiva4266 ,
You can view the IP access lists in the UI in the account console for account IP access control, if you go to the account console > Settings > Security and compliance > IP Access List.
A few other things to check:
- IP Access List control is only for Enterprise account, so make sure your account on the Enterprise tier if you are running into issue.
- The API can only be used by an account admin, so only be sure that you are.
You can run commands in the Azure shell at shell.azure.com. Just pip install the databricks cli with 'pip install databricks-cli' and then run as you would locally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 11:59 PM
HI @Shua42 - I tried installing the CLI and tried providing the necessary commands from the below documentation, but workspace commands are not working as workspace -conf is not working , can you help here
Link - Configure IP access lists for workspaces | Databricks Documentation