Description Usage Arguments Value
Uploads the blob speficied in source_file_path
to the destination_path
.
The file name is not changed.
1 2 3 4 5 6 7 | blob_upload(
storage_account,
container_name,
azure_access_key,
source_file_path,
destination_path = "/"
)
|
storage_account |
The name of the storage account |
container_name |
The name of the container |
azure_access_key |
Access key to the storage account |
source_file_path |
Path to the file to be uploaded |
destination_path |
Destination path for the blob |
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.