azureGetTokenClientCredential: Get Azure token using client credentials

Description Usage Arguments Value Note References See Also

Description

Get Azure token using client credentials

Usage

1
2
azureGetTokenClientCredential(azureActiveContext, tenantID, clientID, authKey,
  resource, verbose = FALSE)

Arguments

azureActiveContext

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

tenantID

The tenant ID provided during creation of the Active Directory application / service principal

clientID

The client ID provided during creation of the Active Directory application / service principal

authKey

The authentication key provided during creation of the Active Directory application / service principal

resource

Specify the resource with which the toke is obtained

verbose

Print Tracing information (Default False)

Value

If successful, returns TRUE

Note

See https://azure.microsoft.com/en-us/documentation/articles/resource-group-create-service-principal-portal/ for instructions to set up an Active Directory application

References

https://azure.microsoft.com/en-us/documentation/articles/resource-group-create-service-principal-portal/

See Also

Other Azure resource functions: adlFileInputStreamCheck, adlFileOutputStreamCheck, azureAuthenticateOnAuthType, azureAuthenticate, azureCheckToken, azureGetTokenDeviceCodeFetch, azureGetTokenDeviceCode, azureGetTokenRefreshToken, showDeviceCodeMessageToUser


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