Azure¶
raidrivecli add azure --azure-storage-type <blob|file>
Als je opslag zonder opties toevoegt, vraagt de CLI om Account en Key.
raidrivecli add azure --azure-storage-type blob
Account: <account>
Key: ********
Je kunt Account of Key ook als optie opgeven.
raidrivecli add azure --azure-storage-type <blob|file> \
--azure-storage-account <account> \
--azure-key [key]
Waarschuwing
Shell-opdrachten worden in de geschiedenis vastgelegd. Geef de optie --azure-key daarom bij voorkeur niet met een waarde op.
Als je geen koppelmap opgeeft, wordt de opslag gekoppeld aan een map onder /mnt, zoals /mnt/azure. Gebruik de optie --mount-path om zelf een koppelmap op te geven.
raidrivecli add azure --azure-storage-type blob \
--mount-path /myservices/azure
Extra opties¶
--azure-storage-type <blob|file> blob, file
--azure-storage-account <account> account
--azure-key [key] key