Forum Discussion
smoqt
2 years agoAdvocate I
Mounting Azure Blob Storage Container using Fabric Notebook (PySpark)
I'm attempting to mount an Azure Blob Storage Container within a Fabric Notebook as suggested here. I am setup as a Storage Blob Data Contributor on the container (which I have seen suggested). ...
smoqt
2 years agoAdvocate I
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.
raaph
2 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.