Skip to content

Azure

raidrivecli add azure --azure-storage-type <blob|file>

If you add storage without any options, you will be prompted to enter a Account and Key.

raidrivecli add azure --azure-storage-type blob
Account: <account>
Key: ********

Alternatively, a Account or Key can be specified as options.

raidrivecli add azure --azure-storage-type <blob|file> \
                      --azure-storage-account <account> \
                      --azure-key [key]

Warning

Shell commands are logged in history. If possible, we recommend not specifying the --azure-key option with a value.

If a mount directory is not specified, it will be mounted to a directory such as /mnt/azure under /mnt. To specify the mount directory, use the --mount-path option.

raidrivecli add azure --azure-storage-type blob \
                      --mount-path /myservices/azure

Additional options

--azure-storage-type <blob|file>        blob, file
--azure-storage-account <account>       account
--azure-key [key]                       key

See also