Delete Storage container in a specified Storage Account.
azureDeleteStorageContainer(azureActiveContext, container, storageAccount,
storageKey, resourceGroup, subscriptionID, verbose = FALSE)
A container used for caching variables used by AzureSMR
, created by createAzureContext()
Storage container name. See azureListStorageContainers()
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
Subscription ID. This is obtained automatically by azureAuthenticate()
when only a single subscriptionID is available via Active Directory
Print Tracing information (Default False)
Other Container functions: azureCreateStorageContainer
,
azureListStorageContainers