<?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: Access azure storage account from databricks notebook using pyspark or SQL in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23744#M16448</link>
    <description>&lt;P&gt;@Ambiga D​&amp;nbsp;, How to mount Azure Data Lake Storage - &lt;A href="https://community.databricks.com/s/feed/0D53f00001eQGOHCA4" alt="https://community.databricks.com/s/feed/0D53f00001eQGOHCA4" target="_blank"&gt;https://community.databricks.com/s/feed/0D53f00001eQGOHCA4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to mount blob storage (remember to allow network access to storage from your databricks workspace):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configs = {"fs.azure.account.key.YOUR_STORAGE.blob.core.windows.net" : "YOUR_KEY"}
&amp;nbsp;
dbutils.fs.mount(
  source = "wasbs://YOUR_CONTAINER@YOUR_STORAGE.blob.core.windows.net",
  mount_point = "/mnt/YOUR_FOLDER",
  extra_configs = configs)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2022 16:46:32 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2022-04-04T16:46:32Z</dc:date>
    <item>
      <title>Access azure storage account from databricks notebook using pyspark or SQL</title>
      <link>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23743#M16447</link>
      <description>&lt;P&gt;I have a storage account - Azure BLOB Storage&lt;/P&gt;&lt;P&gt;There I had container. Inside the container we had a CSV file. Couldn't read the file using the access Key and Storage account name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to read file using PySpark/SQL? Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 16:34:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23743#M16447</guid>
      <dc:creator>Ambi</dc:creator>
      <dc:date>2022-04-04T16:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Access azure storage account from databricks notebook using pyspark or SQL</title>
      <link>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23744#M16448</link>
      <description>&lt;P&gt;@Ambiga D​&amp;nbsp;, How to mount Azure Data Lake Storage - &lt;A href="https://community.databricks.com/s/feed/0D53f00001eQGOHCA4" alt="https://community.databricks.com/s/feed/0D53f00001eQGOHCA4" target="_blank"&gt;https://community.databricks.com/s/feed/0D53f00001eQGOHCA4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to mount blob storage (remember to allow network access to storage from your databricks workspace):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configs = {"fs.azure.account.key.YOUR_STORAGE.blob.core.windows.net" : "YOUR_KEY"}
&amp;nbsp;
dbutils.fs.mount(
  source = "wasbs://YOUR_CONTAINER@YOUR_STORAGE.blob.core.windows.net",
  mount_point = "/mnt/YOUR_FOLDER",
  extra_configs = configs)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 16:46:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23744#M16448</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-04-04T16:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access azure storage account from databricks notebook using pyspark or SQL</title>
      <link>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23745#M16449</link>
      <description>&lt;P&gt;@Hubert Dudek​&amp;nbsp;, Thank you for the the solution. Couldn't create the private endpoint in the network access. We will work on this and update you. &lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 12:40:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23745#M16449</guid>
      <dc:creator>Ambi</dc:creator>
      <dc:date>2022-04-05T12:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Access azure storage account from databricks notebook using pyspark or SQL</title>
      <link>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23746#M16450</link>
      <description>&lt;P&gt;Hi, have you managed to mount?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 09:40:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23746#M16450</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-04-18T09:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Access azure storage account from databricks notebook using pyspark or SQL</title>
      <link>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23748#M16452</link>
      <description>&lt;P&gt;@Ambiga D​&amp;nbsp;you need to mount the storage &lt;A href="https://docs.databricks.com/data/data-sources/azure/azure-storage.html#mount-azure-blob-storage-containers-to-dbfs" target="test_blank"&gt;https://docs.databricks.com/data/data-sources/azure/azure-storage.html#mount-azure-blob-storage-containers-to-dbfs&lt;/A&gt; you can follow this,thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 05:47:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23748#M16452</guid>
      <dc:creator>Atanu</dc:creator>
      <dc:date>2022-05-13T05:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Access azure storage account from databricks notebook using pyspark or SQL</title>
      <link>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23749#M16453</link>
      <description>&lt;P&gt;Hi @Ambiga D​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a friendly follow-up. Did any of our previous replies help you to resolved this issue? Please let us know if you still need help&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 18:15:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/access-azure-storage-account-from-databricks-notebook-using/m-p/23749#M16453</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2022-06-07T18:15:36Z</dc:date>
    </item>
  </channel>
</rss>

