انتقل إلى المحتوى

Azure

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

إذا أضفت وحدة التخزين دون أي خيارات، فسيُطلب منك إدخال Account وKey.

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

يمكنك أيضًا تحديد Account أو Key كخيارات.

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

تحذير

تُحفَظ أوامر الصدفة (shell) في سجل الأوامر (history). إن أمكن، لا تكتب قيمة للخيار --azure-key مباشرةً في الأمر.

إذا لم تحدد مجلد التوصيل، فسيُوصَل في مجلد داخل /mnt مثل /mnt/azure. لتحديد مجلد التوصيل، استخدم الخيار --mount-path.

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

خيارات إضافية

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

راجع أيضًا