Create an azure batch account.
azureCreateBatchAccount(azureActiveContext, batchAccount,
location = "northeurope", resourceGroup, subscriptionID,
asynchronous = FALSE, verbose = FALSE)
A container used for caching variables used by AzureSMR
, created by createAzureContext()
A string for the location to create batch 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 batch account is created.
Print Tracing information (Default False)
https://docs.microsoft.com/en-us/rest/api/batchmanagement/batchaccount
Other Batch account functions: azureBatchGetKey
,
azureDeleteBatchAccount
,
azureListBatchAccounts