<?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: Unsupported Azure Scheme: abfss in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9681#M5008</link>
    <description>&lt;P&gt;it is not activated by default.&lt;/P&gt;&lt;P&gt;I still believe it has something to do with your config as I can mount and unmount without any issues on 12.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you pass all the necessary configuration as explained in the help?&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;SP id&amp;gt;,
           "fs.azure.account.oauth2.client.secret": dbutils.secrets.get(scope = &amp;lt;SCOPE&amp;gt; , key = &amp;lt;KEY&amp;gt;),
           "fs.azure.account.oauth2.client.endpoint": "https://login.microsoftonline.com/&amp;lt;TENANT&amp;gt;/oauth2/token"}
  
dbutils.fs.mount(
  source = "abfss://container@storage.dfs.core.windows.net",
  mount_point = "/mnt/mount",
  extra_configs = configs)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I use databricks secrets to fetch a secret from Azure Key Vault.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2023 13:51:29 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2023-02-09T13:51:29Z</dc:date>
    <item>
      <title>Unsupported Azure Scheme: abfss</title>
      <link>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9676#M5003</link>
      <description>&lt;P&gt;Using Databricks Runtime 12.0, when attempting to mount an Azure blob storage container, I'm getting the following exception:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;`IllegalArgumentException: Unsupported Azure Scheme: abfss` &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;dbutils.fs.mount(
    source="abfss://container@my-storage-account.dfs.core.windows.net/",
    mount_point="/mnt/my-mount-point"
  )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I can succesfully list files using `&lt;A href="https://dbutils.fs.ls" alt="https://dbutils.fs.ls" target="_blank"&gt;dbutils.fs.ls&lt;/A&gt;`, it's just the mounting that does not work.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 12:45:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9676#M5003</guid>
      <dc:creator>vroste</dc:creator>
      <dc:date>2023-02-09T12:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported Azure Scheme: abfss</title>
      <link>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9677#M5004</link>
      <description>&lt;P&gt;don't you have to pass some config like fs.azure.account.auth.type etc?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 13:25:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9677#M5004</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-02-09T13:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported Azure Scheme: abfss</title>
      <link>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9678#M5005</link>
      <description>&lt;P&gt;I have done that, following &lt;A href="https://docs.databricks.com/dbfs/mounts.html#mount-adls-gen2-or-blob-storage-with-abfs" target="test_blank"&gt;https://docs.databricks.com/dbfs/mounts.html#mount-adls-gen2-or-blob-storage-with-abfs&lt;/A&gt;. Without credentials configs I get other errors.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 13:30:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9678#M5005</guid>
      <dc:creator>vroste</dc:creator>
      <dc:date>2023-02-09T13:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported Azure Scheme: abfss</title>
      <link>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9679#M5006</link>
      <description>&lt;P&gt;you did not activate Unity by any chance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 13:37:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9679#M5006</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-02-09T13:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported Azure Scheme: abfss</title>
      <link>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9680#M5007</link>
      <description>&lt;P&gt;Not as far as I can tell, unless it's activated by default or something&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 13:39:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9680#M5007</guid>
      <dc:creator>vroste</dc:creator>
      <dc:date>2023-02-09T13:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported Azure Scheme: abfss</title>
      <link>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9681#M5008</link>
      <description>&lt;P&gt;it is not activated by default.&lt;/P&gt;&lt;P&gt;I still believe it has something to do with your config as I can mount and unmount without any issues on 12.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you pass all the necessary configuration as explained in the help?&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;SP id&amp;gt;,
           "fs.azure.account.oauth2.client.secret": dbutils.secrets.get(scope = &amp;lt;SCOPE&amp;gt; , key = &amp;lt;KEY&amp;gt;),
           "fs.azure.account.oauth2.client.endpoint": "https://login.microsoftonline.com/&amp;lt;TENANT&amp;gt;/oauth2/token"}
  
dbutils.fs.mount(
  source = "abfss://container@storage.dfs.core.windows.net",
  mount_point = "/mnt/mount",
  extra_configs = configs)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I use databricks secrets to fetch a secret from Azure Key Vault.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 13:51:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9681#M5008</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-02-09T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported Azure Scheme: abfss</title>
      <link>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9682#M5009</link>
      <description>&lt;P&gt;You are right! I tweaked some configs and it works now. The exception message was confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 14:26:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9682#M5009</guid>
      <dc:creator>vroste</dc:creator>
      <dc:date>2023-02-09T14:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported Azure Scheme: abfss</title>
      <link>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9683#M5010</link>
      <description>&lt;P&gt;What configs did you tweak, having same issue?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 16:17:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/9683#M5010</guid>
      <dc:creator>AdamRink</dc:creator>
      <dc:date>2023-03-13T16:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unsupported Azure Scheme: abfss</title>
      <link>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/56396#M30542</link>
      <description>&lt;P&gt;In my case, I copied the same parameters used to access ADLS using a service principal, so client_id, client_secret and client_endpoint had ".&amp;lt;&lt;SPAN&gt;storage-account&amp;gt;.dfs.core.windows.net" in it. When removed, the code worked properly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 02:09:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unsupported-azure-scheme-abfss/m-p/56396#M30542</guid>
      <dc:creator>acardosolima</dc:creator>
      <dc:date>2024-01-04T02:09:21Z</dc:date>
    </item>
  </channel>
</rss>

