<?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: While mounting Azure Data Lake Storage Account to Azure Databricks, I am facing issue. How to fix this? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/while-mounting-azure-data-lake-storage-account-to-azure/m-p/13212#M7926</link>
    <description>&lt;P&gt;thanks for this details issue it will help other users &lt;/P&gt;</description>
    <pubDate>Sat, 07 Jan 2023 16:02:13 GMT</pubDate>
    <dc:creator>Aviral-Bhardwaj</dc:creator>
    <dc:date>2023-01-07T16:02:13Z</dc:date>
    <item>
      <title>While mounting Azure Data Lake Storage Account to Azure Databricks, I am facing issue. How to fix this?</title>
      <link>https://community.databricks.com/t5/data-engineering/while-mounting-azure-data-lake-storage-account-to-azure/m-p/13209#M7923</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/890iE15AFC110FD8479A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/896i4AFEA7FC9A8328E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 01:22:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/while-mounting-azure-data-lake-storage-account-to-azure/m-p/13209#M7923</guid>
      <dc:creator>Akanksha533</dc:creator>
      <dc:date>2023-01-07T01:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: While mounting Azure Data Lake Storage Account to Azure Databricks, I am facing issue. How to fix this?</title>
      <link>https://community.databricks.com/t5/data-engineering/while-mounting-azure-data-lake-storage-account-to-azure/m-p/13210#M7924</link>
      <description>&lt;P&gt;Do you have the "configs" defined to include the appropriate credentials? Per the &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dbfs/mounts#--mount-adls-gen2-or-blob-storage-with-abfs" alt="https://learn.microsoft.com/en-us/azure/databricks/dbfs/mounts#--mount-adls-gen2-or-blob-storage-with-abfs" target="_blank"&gt;Microsoft documentation&lt;/A&gt;, their example shows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;configs = {"fs.azure.account.auth.type": "OAuth",
          "fs.azure.account.oauth.provider.type": "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider",
          "fs.azure.account.oauth2.client.id": "&amp;lt;application-id&amp;gt;",
          "fs.azure.account.oauth2.client.secret": dbutils.secrets.get(scope="&amp;lt;scope-name&amp;gt;",key="&amp;lt;service-credential-key-name&amp;gt;"),
          "fs.azure.account.oauth2.client.endpoint": "https://login.microsoftonline.com/&amp;lt;directory-id&amp;gt;/oauth2/token"}
&amp;nbsp;
# Optionally, you can add &amp;lt;directory-name&amp;gt; to the source URI of your mount point.
dbutils.fs.mount(
  source = "abfss://&amp;lt;container-name&amp;gt;@&amp;lt;storage-account-name&amp;gt;.dfs.core.windows.net/",
  mount_point = "/mnt/&amp;lt;mount-name&amp;gt;",
  extra_configs = configs)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 03:31:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/while-mounting-azure-data-lake-storage-account-to-azure/m-p/13210#M7924</guid>
      <dc:creator>BigMF</dc:creator>
      <dc:date>2023-01-07T03:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: While mounting Azure Data Lake Storage Account to Azure Databricks, I am facing issue. How to fix this?</title>
      <link>https://community.databricks.com/t5/data-engineering/while-mounting-azure-data-lake-storage-account-to-azure/m-p/13211#M7925</link>
      <description>&lt;P&gt;Please mount ADLS storage as described here:&lt;/P&gt;&lt;P&gt;&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;</description>
      <pubDate>Sat, 07 Jan 2023 12:14:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/while-mounting-azure-data-lake-storage-account-to-azure/m-p/13211#M7925</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2023-01-07T12:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: While mounting Azure Data Lake Storage Account to Azure Databricks, I am facing issue. How to fix this?</title>
      <link>https://community.databricks.com/t5/data-engineering/while-mounting-azure-data-lake-storage-account-to-azure/m-p/13212#M7926</link>
      <description>&lt;P&gt;thanks for this details issue it will help other users &lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 16:02:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/while-mounting-azure-data-lake-storage-account-to-azure/m-p/13212#M7926</guid>
      <dc:creator>Aviral-Bhardwaj</dc:creator>
      <dc:date>2023-01-07T16:02:13Z</dc:date>
    </item>
  </channel>
</rss>

