This function uploads the blob specified at the local_file param
1 | Upload_Blob(local_file, az_blob, account_name, container_name, sas_token)
|
local_file |
String. Path to the file that will be uploaded |
az_blob |
String. Path to the blob. |
account_name |
String. Storage account name. |
container_name |
String. Container name. |
sas_token |
String. SAS token with the requiered permissions to upload. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.