Azure
raidrivecli add azure --azure-storage-type <blob|file>
If you add storage without any options, you will be prompted to enter a Storage Account and Key.
raidrivecli add azure --azure-storage-type blob
Storage Account: <key>
Key: ********
Alternatively, a Storage 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