Description Usage Arguments Value
This function uploads all files located at the given local_path recursively and saves them in the directory specified by az_path.
1 2 3 4 5 6 7 | Upload_Batch(
az_path = "",
local_path = ".",
account_name,
container_name,
sas_token
)
|
az_path |
String. Path to the directory where files will be uploaded. If provided, it must end with "/". |
local_path |
String. Local directory where the files to upload are located. |
account_name |
String. Storage account name. |
container_name |
String. Container name. |
sas_token |
String. SAS token with the required permissions to upload the files. |
The output of the upload process.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.