Forum Discussion
Mounting Azure Blob Storage Container using Fabric Notebook (PySpark)
As a test, I created two new containers within the same storage account and was able to mount both. I've tried mounting other, pre-existing containers but none have mounted successfully.
Both were empty containers. I then unmounted one of the containers, added an empty txt file to the container, tried mounting it again but got the error.
Next, I deleted the file, tried once more and it mounted successfully.
- Anonymous2 years agoNot applicable
Hi smoqt
Thanks for using Fabric Community.
Can you please provide the livy id/driver log or cluster id /session id for the above error?- Anonymous2 years agoNot applicable
Hi @egons11
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.
Thanks
- raaph2 years agoRegular Visitor
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.