Skip to content

test-access-azure-blob-storage

Test connection to Azure blob storage.

Syntax:

shell
sfiler-cli [options] test-access-azure-blob-storage [command options]
Command optionsRequired / OptionalDescription
-csRequiredThe Azure Blob storage connection string.
-cnRequiredThe Azure Blob storage container name.

Example:

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" test-access-azure-blob-storage -cs "DefaultEndpointsProtocol=https;AccountName=your_account_name;AccountKey=your_account_key;EndpointSuffix=core.windows.net" -cn "your_container_name"