Ana içeriğe geç

Azure

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

Depolamayı hiçbir seçenek belirtmeden eklerseniz Account ve Key değerlerini girmeniz istenir.

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

Account veya Key değerini seçenek olarak da belirtebilirsiniz.

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

Uyarı

Kabuk komutları geçmişe kaydedilir. Mümkünse --azure-key seçeneğine değer vermemenizi öneririz.

Bağlama dizini belirtilmezse depolama, /mnt altındaki /mnt/azure gibi bir dizine bağlanır. Bağlama dizinini belirtmek için --mount-path seçeneğini kullanın.

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

Ek seçenekler

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

Ayrıca bakın