azureCreateBatchAccount: Create an azure batch account.

Description Usage Arguments References See Also

Description

Create an azure batch account.

Usage

1
2
3
azureCreateBatchAccount(azureActiveContext, batchAccount,
  location = "northeurope", resourceGroup, subscriptionID,
  asynchronous = FALSE, verbose = FALSE)

Arguments

azureActiveContext

A container used for caching variables used by AzureSMR, created by createAzureContext()

batchAccount

storage account used by Azure Batch

location

A string for the location to create batch account

resourceGroup

Name of the resource group

subscriptionID

Subscription ID. This is obtained automatically by azureAuthenticate() when only a single subscriptionID is available via Active Directory

asynchronous

If TRUE, submits asynchronous request to Azure. Otherwise waits until batch account is created.

verbose

If TRUE, prints verbose messages

References

https://docs.microsoft.com/en-us/rest/api/batchmanagement/batchaccount

See Also

Other Batch account functions: azureBatchGetKey, azureDeleteBatchAccount, azureGetBatchAccount, azureListBatchAccounts


Microsoft/AzureSMR documentation built on July 7, 2019, 11:25 p.m.