az storage blob

Manage blob storage containers and objects in Azure.
Part of azure-cli.

=> More information.

az storage blob download --account-name {storage_account_name} --account-key {storage_account_key} -c {container_name} -n {path/to/blob} -f {path/to/local_file}
az storage blob download-batch --account-name {storage_account_name} --account-key {storage_account_key} -s {container_name} -d {path/to/remote} --pattern {filename_regex} --destination {path/to/destination}
az storage blob upload --account-name {storage_account_name} --account-key {storage_account_key} -c {container_name} -n {path/to/blob} -f {path/to/local_file}
az storage blob delete --account-name {storage_account_name} --account-key {storage_account_key} -c {container_name} -n {path/to/blob}
az storage blob generate-sas --account-name {storage_account_name} --account-key {storage_account_key} -c {container_name} -n {path/to/blob} --permissions {permission_set} --expiry {Y-m-d'T'H:M'Z'} --https-only
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/az-storage-blob.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
105.02983 milliseconds
Gemini-to-HTML Time
0.301849 milliseconds

This content has been proxied by September (ba2dc).