Updates the value of an azureActiveContext
object, created by createAzureContext()
setAzureContext(azureActiveContext, tenantID, clientID, authKey, subscriptionID,
resourceGroup, storageKey, storageAccount, container, blob, vmName, hdiAdmin,
hdiPassword, clustername, kind, sessionID)
A container used for caching variables used by AzureSMR
, created by createAzureContext()
The tenant ID provided during creation of the Active Directory application / service principal
The client ID provided during creation of the Active Directory application / service principal
The authentication key provided during creation of the Active Directory application / service principal
Subscription ID. This is obtained automatically by azureAuthenticate()
when only a single subscriptionID is available via Active Directory
Name of the resource group
Storage key associated with storage account
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.
Storage container name. See azureListStorageContainers()
Blob name
Name of the virtual machine
HDInsight admin username. See azureCreateHDI()
HDInsight admin password. See azureCreateHDI()
Cluster name, used for HDI and Spark clusters. See azureCreateHDI()
HDinsight kind: "hadoop","spark" or "rserver". See azureCreateHDI()
Spark sessionID. See azureSparkCMD()
A container used for caching variables used by AzureSMR
, created by createAzureContext()
The tenant ID provided during creation of the Active Directory application / service principal
The client ID provided during creation of the Active Directory application / service principal
The authentication key provided during creation of the Active Directory application / service principal
Subscription ID. This is obtained automatically by azureAuthenticate()
when only a single subscriptionID is available via Active Directory
Name of the resource group
Storage key associated with storage account
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.
Storage container name. See azureListStorageContainers()
Blob name
Name of the virtual machine
HDInsight admin username. See azureCreateHDI()
HDInsight admin password. See azureCreateHDI()
Cluster name, used for HDI and Spark clusters. See azureCreateHDI()
HDinsight kind: "hadoop","spark" or "rserver". See azureCreateHDI()
Spark sessionID. See azureSparkCMD()
Other azureActiveContext functions: createAzureContext