azure_client:get
azure_client:get¶
Azure Client to securely download block blobs from containers
Implementation of client libraries for Azure Blob Storage PyPi Azure-Storage-Blob
Supported authorization methods (add as organizational secret only):
Shared Keys (Connection String)
Blobs can be set as wildcard *
Container must exist and will add to the local path of blobs
Example:
{
"tool": "azure_client:get",
"parameters": {
"account_name": "account_name",
"account_access_key": "account_access_key",
"container": "container",
"blobs": [
"file.mxf"
]
}
}
Parameter | Properties | Default | Type | Choice | Description |
---|---|---|---|---|---|
blobs | required [list value] | List of blobs | |||
account_name | required | The Storage Account Name | |||
account_access_key | required | The Secret Access Key | |||
container | required | The Storage Container |