from mount_azure_blob import mount_storage
mount_storage(mount_path="blob-storage", config_file=None)
output:
Enter the credentials and click Mount Storage
button
from mount_azure_blob import mount_storage
mount_storage(mount_path="blob-storage", config_file="path-to-.env-file")
accountName ...
accountKey ...
containerName ...
output: