Create an Azure Storage Account.
azureCreateStorageAccount(azureActiveContext, storageAccount,
location = "northeurope", resourceGroup, subscriptionID,
asynchronous = FALSE, verbose = FALSE)
A container used for caching variables used by AzureSMR
, created by createAzureContext()
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.
A string for the location to create 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
If TRUE, submits asynchronous request to Azure. Otherwise waits until storage account is created.
Print Tracing information (Default False)
Other Storage account functions: azureDeletestorageAccount
,
azureListSA
, azureSAGetKey