generateCredentialsConfig: Creates a credentials file for rAzureBatch package...

Description Usage Arguments Value Examples

View source: R/cluster.R

Description

Creates a credentials file for rAzureBatch package authentication

Usage

1

Arguments

fileName

Credentials file name

...

Further named parameters

  • "batchAccount": Batch account name for Batch Service authentication.

  • "batchKey": Batch account key for signing REST signatures.

  • "batchUrl": Batch service url for account.

  • "storageAccount": Storage account for storing output results.

  • "storageKey": Storage account key for storage service authentication.

Value

The request to the Batch service was successful.

Examples

1
2
3
4
5
6
{
generateCredentialsConfig("test_config.json")
generateCredentialsConfig("test_config.json", batchAccount = "testbatchaccount",
   batchKey = "test_batch_account_key", batchUrl = "http://testbatchaccount.azure.com",
   storageAccount = "teststorageaccount", storageKey = "test_storage_account_key")
}

LuisFilipe236/doAzureParallel documentation built on May 28, 2019, 1:45 p.m.