Forum Discussion

KimTutein's avatar
KimTutein
Advocate III
1 year ago
Solved

Using notebookutils.fs to copy data from blob storage using private endpoints

Hi community   Has anyone tried using notebookutils.fs to copy data from a Azure blob storage gen2 using private endpoint. I have made a notebook that will backup my lakehouse data to a container i...
  • g3kuser's avatar
    1 year ago

    You can create shortcut for private storage account. In the storage account you will have to whitelist the Fabric workspace under the resource type section in network/firewall settings and allow Azure service traffic. I am not sure if you can have it set to root. 

    The other thing you can try is to mount the storage container through notebookutils library and see if that goes through.