<?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: Mounting Azure Blob Storage Container using Fabric Notebook (PySpark) in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/3732377#M446</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/697957"&gt;@smoqt&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&amp;nbsp;&lt;BR /&gt;Can you please provide&amp;nbsp;&lt;SPAN&gt;the&amp;nbsp;livy id/driver log or cluster id /session id for the above error?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 05:31:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-02-29T05:31:11Z</dc:date>
    <item>
      <title>Mounting Azure Blob Storage Container using Fabric Notebook (PySpark)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/3731358#M444</link>
      <description>&lt;P&gt;I'm attempting to mount an Azure Blob Storage Container within a Fabric Notebook as suggested &lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/microsoft-spark-utilities#how-to-mount-an-adls-gen2-account" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am setup as a&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;Storage Blob Data Contributor on the container (which I have seen suggested).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from notebookutils import mssparkutils  

accountKey = mssparkutils.credentials.getSecret("&amp;lt;vaultURI&amp;gt;", "&amp;lt;secretName&amp;gt;")
mssparkutils.fs.mount(  
    "abfss://&amp;lt;mycontainer&amp;gt;@&amp;lt;accountname&amp;gt;.dfs.core.windows.net",  
    "/test",  
    {"accountKey":accountKey}
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get an error: "&lt;SPAN&gt;Mount failed with operationId &amp;lt;operationId&amp;gt;, get detail from&amp;nbsp;/var/log/blobfuse/blobfusev2.log"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When checking the log, I notice the following sequence:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#800000"&gt;&lt;SPAN&gt;|2024-02-28T17:44:15.982905+00:00 vm-65b06715 blobfusev2[2878]: Testing authetication to /&amp;lt;some-guid&amp;gt;/test/ ... &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#800000"&gt;&lt;SPAN&gt;|2024-02-28T17:44:16.036071+00:00 vm-65b06715 blobfusev2[2878]: Unknown failure: [json.exception.type_error.302] type must be string, but is number&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#800000"&gt;&lt;SPAN&gt;|2024-02-28T17:44:16.036174+00:00 vm-65b06715 blobfusev2[2878]: Failed to connect to the storage container. There might be something wrong about the storage config, please double check the storage account name, account key/sas token/OAuth access token and container name. errno=1600&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Naturally, I have double-checked the accountname and key as well as tried other methods like using a sas token.&amp;nbsp; So far, I'm have no success mounting anything (I also tried mounting a lakehouse but it just times out with no errors in the log).&amp;nbsp; Am I missing something?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 20:48:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/3731358#M444</guid>
      <dc:creator>smoqt</dc:creator>
      <dc:date>2024-02-28T20:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Azure Blob Storage Container using Fabric Notebook (PySpark)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/3731677#M445</link>
      <description>&lt;P&gt;As a test, I created two new containers within the same storage account and was able to mount both.&amp;nbsp; I've tried mounting other, pre-existing containers but none have mounted successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both were empty containers.&amp;nbsp; I then unmounted one of the containers, added an empty txt file to the container, tried mounting it again but got the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, I deleted the file, tried once more and it mounted successfully.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 00:00:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/3731677#M445</guid>
      <dc:creator>smoqt</dc:creator>
      <dc:date>2024-02-29T00:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Azure Blob Storage Container using Fabric Notebook (PySpark)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/3732377#M446</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/697957"&gt;@smoqt&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for using Fabric Community.&amp;nbsp;&lt;BR /&gt;Can you please provide&amp;nbsp;&lt;SPAN&gt;the&amp;nbsp;livy id/driver log or cluster id /session id for the above error?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 05:31:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/3732377#M446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-29T05:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Azure Blob Storage Container using Fabric Notebook (PySpark)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/3736892#M447</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/695291" target="_blank"&gt;@egons11&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you can provide the details asked above. We will definitely try to help.&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 18:14:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/3736892#M447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-01T18:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting Azure Blob Storage Container using Fabric Notebook (PySpark)</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/4050667#M3153</link>
      <description>&lt;P&gt;I have the same issue: In a notebook in Synapse I can not mount a container that has files inside, but it works if the container is empty. I mount it with 'linkedService' and not 'accountKey' like smoqt.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 12:08:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Mounting-Azure-Blob-Storage-Container-using-Fabric-Notebook/m-p/4050667#M3153</guid>
      <dc:creator>raaph</dc:creator>
      <dc:date>2024-07-19T12:08:02Z</dc:date>
    </item>
  </channel>
</rss>

