Azure blob change current directory.
azureBlobCD(azureActiveContext, directory, container, file, storageAccount,
storageKey, resourceGroup, verbose = FALSE)
Either an azureActiveContext
object or NULL
. 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
.
Blob store directory to list for content
Storage container name. See azureListStorageContainers()
Local filename to store in Azure blob
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.
Storage key associated with storage account
Name of the resource group
Print Tracing information (Default False)
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: azureBlobFind
,
azureBlobLS
, azureDeleteBlob
,
azureGetBlob
,
azureListStorageBlobs
,
azurePutBlob