Přeskočit obsah

Azure

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

Pokud úložiště přidáte bez parametrů, zobrazí se výzva k zadání Account a Key.

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

Account nebo Key můžete zadat také jako parametry.

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

Upozornění

Příkazy shellu se ukládají do historie. Pokud je to možné, doporučujeme nezadávat hodnotu parametru --azure-key přímo v příkazu.

Pokud adresář pro připojení nezadáte, úložiště se připojí do adresáře pod /mnt, například /mnt/azure. Chcete-li adresář pro připojení určit, použijte parametr --mount-path.

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

Další parametry

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

Viz také