Learn R Programming

AzureSMR (version 0.2.6)

azureSAGetKey: Get the Storage Keys for Specified Storage Account.

Description

Get the Storage Keys for Specified Storage Account.

Usage

azureSAGetKey(azureActiveContext, storageAccount, resourceGroup, subscriptionID,
  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.

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

verbose

Print Tracing information (Default False)

See Also

Other Storage account functions: azureCreateStorageAccount, azureDeletestorageAccount, azureListSA