libraryDependencies += "com.slamdata" %% "quasar-destination-avalanche" % <version>The Avalanche destination uses Azure Blob Storage to stage files before loading. Its only means of authentication is Azure Active Directory. It has the following format:
{
"accountName": String,
"containerName": String,
"connectionUri": String,
"clusterPassword": String,
"credentials": Object
}accountNameis the Azure storage account name to use.containerNameis the name of the container that will be used to stage files before loading into AvalancheconnectionUriis the JDBC URI provided by ActianclusterPasswordis the password fordbusercredentialsspecifies the Azure Active Directory configuration
"credentials": {
"clientId": String,
"tenantId": String,
"clientSecret": String
}clientIdalso called "Application Id"tenantIdalso called "Directory Id"clientSecretprovided by Azure Active Directory