<?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: How to mount Azure Blob Storage with OAuth2? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-mount-azure-blob-storage-with-oauth2/m-p/14674#M9139</link>
    <description>&lt;P&gt;OAuth is not supported on blob. We have a feature request DB-I-3479 for the same.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2022 15:03:14 GMT</pubDate>
    <dc:creator>Prabakar</dc:creator>
    <dc:date>2022-07-05T15:03:14Z</dc:date>
    <item>
      <title>How to mount Azure Blob Storage with OAuth2?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-mount-azure-blob-storage-with-oauth2/m-p/14673#M9138</link>
      <description>&lt;P&gt;We already know that we can mount Azure Data Lake Gen2 with OAuth2 using this:&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": "",
          "fs.azure.account.oauth2.client.secret": dbutils.secrets.get(scope="",key=""),
          "fs.azure.account.oauth2.client.endpoint": "https://login.microsoftonline.com//oauth2/token"}
&amp;nbsp;
# Optionally, you can add  to the source URI of your mount point.
dbutils.fs.mount(
  source = "abfss://@.dfs.core.windows.net/",
  mount_point = "/mnt/",
  extra_configs = configs)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I used wasbs instead of abfss, it gives this error: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AzureException: shaded.databricks.org.apache.hadoop.fs.azure.AzureException: Unable to access container *** in account YYY.dfs.core.windows.net using anonymous credentials, and no credentials found for them  in the configuration.
Caused by: AzureException: Unable to access container *** in account YYY.dfs.core.windows.net using anonymous credentials, and no credentials found for them  in the configuration.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is it possible to mount Azure Blob Storage (not ADLS2) by OAuth2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 14:22:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-mount-azure-blob-storage-with-oauth2/m-p/14673#M9138</guid>
      <dc:creator>jwilliam</dc:creator>
      <dc:date>2022-07-05T14:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount Azure Blob Storage with OAuth2?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-mount-azure-blob-storage-with-oauth2/m-p/14674#M9139</link>
      <description>&lt;P&gt;OAuth is not supported on blob. We have a feature request DB-I-3479 for the same.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 15:03:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-mount-azure-blob-storage-with-oauth2/m-p/14674#M9139</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-07-05T15:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount Azure Blob Storage with OAuth2?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-mount-azure-blob-storage-with-oauth2/m-p/60209#M31616</link>
      <description>&lt;P&gt;Is there any update on this feature request? OAuth still seems not to be working with Azure Blob Storage... Configuration works fine for ADLS gen 2, but for Azure Blob Storage still only SAS and Account key seems to be working.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:16:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-mount-azure-blob-storage-with-oauth2/m-p/60209#M31616</guid>
      <dc:creator>mathijs-fish</dc:creator>
      <dc:date>2024-02-14T15:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to mount Azure Blob Storage with OAuth2?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-mount-azure-blob-storage-with-oauth2/m-p/76702#M35301</link>
      <description>&lt;P&gt;Try replacing wasbs with abfss and dfs with blob in the URI, should work!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 06:36:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-mount-azure-blob-storage-with-oauth2/m-p/76702#M35301</guid>
      <dc:creator>dssatpute</dc:creator>
      <dc:date>2024-07-04T06:36:10Z</dc:date>
    </item>
  </channel>
</rss>

