Changes between Version 50 and Version 51 of help/en/howto/azure
- Timestamp:
- Jun 23, 2019 7:46:30 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/azure
v50 v51 18 18 19 19 * [https://svn.cyberduck.io/trunk/profiles/Azure%20(Shared%20Access%20Signature%20Token).cyberduckprofile Download] the ''Azure (Shared Access Signature Token)'' profile 20 21 === Cyberduck CLI === 22 You can list all containers with [https://duck.sh Cyberduck CLI] using 23 24 {{{ 25 duck --username <storageaccount> --list azure://<storageaccount/blob.core.windows.net/` 26 }}} 27 28 For a storage account named `kahy9boj3eib` that would be `duck --username kahy9boj3eib --list azure://kahy9boj3eib.blob.core.windows.net/` 29 30 Refer to the [wiki:help/en/howto/cli Cyberduck CLI] documentation for more operations. 20 31 21 32 == Access Control (ACL) ==