Description Usage Arguments Using blob store functions without authentication See Also
Write contents to a specifed storage blob.
| 1 2 | azurePutBlob(azureActiveContext, blob, contents = "", file = "", directory,
  storageAccount, storageKey, container, resourceGroup, verbose = FALSE)
 | 
| azureActiveContext | Either an  | 
| blob | Blob name | 
| contents | 
 | 
| file | 
 | 
| directory | Blob store directory to list for content | 
| storageAccount | Name of the azure storage account. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. | 
| storageKey | Storage key associated with storage account | 
| container | Storage container name. See  | 
| resourceGroup | Name of the resource group | 
| verbose | If TRUE, prints verbose messages | 
The blob store functions support two modes of connecting to the Azure API:authenticate using Active Directory or providing your own storage key. If this value is 'NULL', you must provide the 'storageKey' .
Other Blob store functions: azureBlobCD,
azureBlobFind, azureBlobLS,
azureDeleteBlob,
azureGetBlob,
azureListStorageBlobs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.