This function downloads the blob specified at the az_blob param
1 2 3 4 5 6 7 | Download_Blob(
az_blob,
local_file = "./az_download.file",
account_name,
container_name,
sas_token
)
|
az_blob |
String. Path to the blob. |
local_file |
String. Path to the file where the blob will be downloded. |
account_name |
String. Storage account name. |
container_name |
String. Container name. |
sas_token |
String. SAS token with the requiered permissions to download. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.