<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IP address configuration for databricks workspace in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/ip-address-configuration-for-databricks-workspace/m-p/119935#M45997</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/154481"&gt;@Shua42&lt;/a&gt;&amp;nbsp; - 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&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link -&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/security/network/front-end/ip-access-list-workspace" target="_blank"&gt;Configure IP access lists for workspaces | Databricks Documentation&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 May 2025 06:59:57 GMT</pubDate>
    <dc:creator>Shiva4266</dc:creator>
    <dc:date>2025-05-22T06:59:57Z</dc:date>
    <item>
      <title>IP address configuration for databricks workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/ip-address-configuration-for-databricks-workspace/m-p/119736#M45962</link>
      <description>&lt;P&gt;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&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; requests&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;workspace_url &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"https:/databricksworkspaceid.azuredatabricks.net"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;token &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"PAT Token"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;#&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# API endpoint&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;url &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;workspace_url&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;/api/2.0/ip-access-lists"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# Authorization headers&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;headers &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Authorization"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"Bearer &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;token&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(url)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;response &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; requests.&lt;/SPAN&gt;&lt;SPAN&gt;get&lt;/SPAN&gt;&lt;SPAN&gt;(url, &lt;/SPAN&gt;&lt;SPAN&gt;headers&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;headers)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(response)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 May 2025 12:54:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ip-address-configuration-for-databricks-workspace/m-p/119736#M45962</guid>
      <dc:creator>Shiva4266</dc:creator>
      <dc:date>2025-05-20T12:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: IP address configuration for databricks workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/ip-address-configuration-for-databricks-workspace/m-p/119781#M45970</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/165185"&gt;@Shiva4266&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;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 &amp;gt; Settings &amp;gt; Security and compliance &amp;gt; IP Access List.&lt;/P&gt;
&lt;P&gt;A few other things to check:&lt;/P&gt;
&lt;P&gt;- IP Access List control is only for Enterprise account, so make sure your account on the Enterprise tier if you are running into issue.&lt;/P&gt;
&lt;P&gt;- The API can only be used by an account admin, so only be sure that you are.&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 14:54:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ip-address-configuration-for-databricks-workspace/m-p/119781#M45970</guid>
      <dc:creator>Shua42</dc:creator>
      <dc:date>2025-05-20T14:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: IP address configuration for databricks workspace</title>
      <link>https://community.databricks.com/t5/data-engineering/ip-address-configuration-for-databricks-workspace/m-p/119935#M45997</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/154481"&gt;@Shua42&lt;/a&gt;&amp;nbsp; - 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&amp;nbsp;&lt;/P&gt;&lt;P&gt;Link -&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/security/network/front-end/ip-access-list-workspace" target="_blank"&gt;Configure IP access lists for workspaces | Databricks Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 06:59:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ip-address-configuration-for-databricks-workspace/m-p/119935#M45997</guid>
      <dc:creator>Shiva4266</dc:creator>
      <dc:date>2025-05-22T06:59:57Z</dc:date>
    </item>
  </channel>
</rss>

