Skip to content

lkarjun/mount-azure-blob-storage

Repository files navigation

Mount Azure Blob Storage in Colab

How to use

Approch 1

from mount_azure_blob import mount_storage
mount_storage(mount_path="blob-storage", config_file=None)

output: image Enter the credentials and click Mount Storage button

Approch 2

from mount_azure_blob import mount_storage
mount_storage(mount_path="blob-storage", config_file="path-to-.env-file")

sample config_file / .env

accountName ...
accountKey ...
containerName ...

output:

image

After mount

image

Reference

Blobfusev1 official document