Description Usage Arguments Value Note References See Also
Authenticates against Azure Active directory application.
| 1 2 3 | azureAuthenticate(azureActiveContext, tenantID, clientID, authKey,
  authType = "ClientCredential", resource = "https://management.azure.com/",
  verbose = FALSE)
 | 
| azureActiveContext | A container used for caching variables used by  | 
| 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 | 
| authType | Auth type for getting token: "ClientCredential", "DeviceCode" | 
| resource | URL of azure management portal | 
| verbose | If TRUE, prints verbose messages | 
If successful, returns TRUE
See https://azure.microsoft.com/en-us/documentation/articles/resource-group-create-service-principal-portal/ for instructions to set up an Active Directory application
Other Azure resource functions: adlFileInputStreamCheck,
adlFileOutputStreamCheck,
azureAuthenticateOnAuthType,
azureCheckToken,
azureGetTokenClientCredential,
azureGetTokenDeviceCodeFetch,
azureGetTokenDeviceCode,
azureGetTokenRefreshToken,
showDeviceCodeMessageToUser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.