azureCreateStorageAccount: Create an Azure Storage Account.

Description Usage Arguments See Also

View source: R/AzureStorageAccount.R

Description

Create an Azure Storage Account.

Usage

1
2
3
4
5
6
7
8
9
azureCreateStorageAccount(
  azureActiveContext,
  storageAccount,
  location = "northeurope",
  resourceGroup,
  subscriptionID,
  asynchronous = FALSE,
  verbose = FALSE
)

Arguments

azureActiveContext

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

storageAccount

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.

location

A string for the location to create storage 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 storage account is created.

verbose

If TRUE, prints verbose messages

See Also

Other Storage account functions: azureDeletestorageAccount(), azureGetStorageAccount(), azureListSA(), azureSAGetKey()


CharlesCara/AzureSMRLite documentation built on March 10, 2020, 11:52 p.m.