<?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: Connect to Blob storage &amp;quot;no credentials found for them  in the configuration&amp;quot; in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28501#M20295</link>
    <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Happened to me as well and I discovered that the storage and the databricks cluster were in different region, so I moved the storage. This fixed the issue and now it works! &lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2019 16:15:06 GMT</pubDate>
    <dc:creator>adipolak</dc:creator>
    <dc:date>2019-03-19T16:15:06Z</dc:date>
    <item>
      <title>Connect to Blob storage "no credentials found for them  in the configuration"</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28499#M20293</link>
      <description>&lt;P&gt;I'm working with Databricks notebook backed by spark cluster. Having trouble trying to connect to the Azure blob storage. I used this link and tried the section Access Azure Blob Storage Directly - Set up an account access key. I get no errors here:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;spark.conf.set(  "fs.azure.account.key.&amp;lt;your-storage-account-name&amp;gt;.blob.core.windows.net",  "&amp;lt;your-storage-account-access-key&amp;gt;")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But receive errors when I try and do an 'ls' on the directory:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;dbutils.fs.ls("wasbs://&amp;lt;your-container-name&amp;gt;@&amp;lt;your-storage-account-name&amp;gt;.blob.core.windows.net/&amp;lt;your-directory-name&amp;gt;")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;shaded.databricks.org.apache.hadoop.fs.azure.AzureException: shaded.databricks.org.apache.hadoop.fs.azure.AzureException: Unable to access container &amp;lt;container name&amp;gt; in account &amp;lt;storage account name&amp;gt;&lt;A href="http://core.windows.net" alt="http://core.windows.net" target="_blank"&gt;core.windows.net&lt;/A&gt; using anonymous credentials, and no credentials found for them in the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 16:56:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28499#M20293</guid>
      <dc:creator>winston12</dc:creator>
      <dc:date>2018-09-13T16:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Blob storage "no credentials found for them  in the configuration"</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28500#M20294</link>
      <description>&lt;P&gt;I get the same error when trying to follow &lt;A href="https://" alt="https://" target="_blank"&gt;this DataBricks example&lt;/A&gt;. It doesn't seem to be using the access credentials correctly, but I don't know how to fix this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 18:10:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28500#M20294</guid>
      <dc:creator>statueofmike</dc:creator>
      <dc:date>2018-11-12T18:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Blob storage "no credentials found for them  in the configuration"</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28501#M20295</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Happened to me as well and I discovered that the storage and the databricks cluster were in different region, so I moved the storage. This fixed the issue and now it works! &lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 16:15:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28501#M20295</guid>
      <dc:creator>adipolak</dc:creator>
      <dc:date>2019-03-19T16:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Blob storage "no credentials found for them  in the configuration"</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28502#M20296</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I had the same problem, but was connecting via RDD API (I was using my own java adaptor to azure blobs). The &lt;A href="https://docs.databricks.com/spark/latest/data-sources/azure/azure-storage.html" target="test_blank"&gt;https://docs.databricks.com/spark/latest/data-sources/azure/azure-storage.html&lt;/A&gt; page states at the bottom that you should create your cluster with hadoop config containing the credentials - either access key or SAS token.&lt;/P&gt;
&lt;P&gt;I tried with the access key (I'm just experimenting) and that started to work just fine.&lt;/P&gt;
&lt;P&gt;@annashetty you might want to try the same.&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2019 10:43:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28502#M20296</guid>
      <dc:creator>DonaldLeckie</dc:creator>
      <dc:date>2019-07-26T10:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Blob storage "no credentials found for them  in the configuration"</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28503#M20297</link>
      <description>&lt;P&gt;I had this problem bc I copy-pasted the header key and did not replace the one &amp;lt;storage-account-name&amp;gt; to the other. That's my fault but... it is a very long header key name if your storage account name is kinda generic.&lt;/P&gt;&lt;P&gt;fs.azure.account.key.&amp;lt;STORAGE-ACCOUNT-NAME&amp;gt;.&lt;A href="http://blob.core.windows.net" alt="http://blob.core.windows.net" target="_blank"&gt;blob.core.windows.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 05:09:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28503#M20297</guid>
      <dc:creator>MarkMcLaughlin</dc:creator>
      <dc:date>2021-02-04T05:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Blob storage "no credentials found for them  in the configuration"</title>
      <link>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28504#M20298</link>
      <description>&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have been facing the same problem over and over. Now trying to follow what's written here (https://docs.databricks.com/data/data-sources/azure/azure-storage.html#access-azure-blob-storage-directly), but always getting "shaded.databricks.org.apache.hadoop.fs.azure.AzureException: shaded.databricks.org.apache.hadoop.fs.azure.AzureException: Container containerfede in account storageaccountfede.blob.core.windows.net not found, and we can't create it using anoynomous credentials, and no credentials found for them in the configuration". Both my cluster and blob storage are located in the same place, so I am assuming that it must be the cluster's configuration.&lt;/P&gt; 
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 14:25:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connect-to-blob-storage-quot-no-credentials-found-for-them-in/m-p/28504#M20298</guid>
      <dc:creator>Feder</dc:creator>
      <dc:date>2021-04-27T14:25:36Z</dc:date>
    </item>
  </channel>
</rss>

