A function to upload a file to a Blob container, inside the container the file will keep the same name
1 | azureUploadBlob(sa, container, key, file, verbose = FALSE)
|
sa |
"Azure Storage Account" |
container |
"Name of the container" |
key |
"SAS ket to access the blob" |
file |
"File to upload" |
verbose(optional) |
"set to TRUE to get full information about the REST call" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.