Learn R Programming

AzureSMR (version 0.2.6)

azureAuthenticate: Authenticates against Azure Active directory application.

Description

Authenticates against Azure Active directory application.

Usage

azureAuthenticate(azureActiveContext, tenantID, clientID, authKey,
  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

verbose

Print Tracing information (Default False)

Value

If successful, returns TRUE

References

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

See Also

Other Azure resource functions: azureCheckToken