Skip to main content

Mount Azure blob storage in google colab.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mount_azure_blob-0.0.7.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

mount_azure_blob-0.0.7-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page