Description Usage Arguments Value
Downloads the blob speficied in resource_path
.
1 2 3 4 5 6 7 | blob_download(
storage_account,
container_name,
azure_access_key,
resource_path,
dest_file = character(0)
)
|
storage_account |
The name of the storage account |
container_name |
The name of the container |
azure_access_key |
Access key to the storage account |
resource_path |
Path to the blob |
dest_file |
The name of the destination file. If empty, extracts the
file name from |
The result of the request is returned invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.