Connections > Microsoft Azure SQL Data Warehouse - Database Ingestion connection properties
  

Microsoft Azure SQL Data Warehouse - Database Ingestion connection properties

When you define a Microsoft Azure SQL Data Warehouse Database Ingestion connection, you must configure connection properties. You can use this connection type in database ingestion tasks, which you configure in the Mass Ingestion service.
Note: Some properties are for Microsoft Azure Data Lake Storage Gen1. Mass Ingestion Databases uses Microsoft Azure Data Lake Storage Gen1 to stage data in files before sending the data to the Microsoft Azure SQL Database Warehouse target tables.
The following table describes the connection properties:
Property
Description
Connection Name
A name for the connection. This name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -
Spaces at the beginning or end of the name are trimmed and are not saved as part of the name. Maximum length is 100 characters. Connection names are not case sensitive.
Description
An optional description for the connection. Maximum length is 255 characters.
Type
The type of connection. Ensure that you select the type for Microsoft Azure SQL Data Warehouse - Database Ingestion.
Runtime Environment
The name of the runtime environment where you want to run database ingestion tasks. You define runtime environments in Administrator.
Azure DW JDBC URL
The Microsoft Azure SQL Data Warehouse JDBC connection string.
Example connection string for Microsoft SQL Server authentication:
jdbc:sqlserver://server.database.windows.net:1433;database=database
Example connection string for Azure Active Directory (AAD) authentication:
jdbc:sqlserver://server.database.windows.net:1433;
database=database;encrypt=true;trustServerCertificate=false;
hostNameInCertificate=*.database.windows.net;loginTimeout=30;
Authentication=ActiveDirectoryPassword;
Note: The default authentication type is Microsoft SQL Server authentication.
Azure DW JDBC Username
The user name to use for connecting to the Microsoft Azure SQL Data Warehouse account. Provide the AAD user name for AAD authentication.
Azure DW JDBC Password
The password to use for connecting to the Microsoft Azure SQL Data Warehouse account.
Azure DW Schema Name
The name of the schema in the Microsoft Azure SQL Data Warehouse target.
ADLS Account Name
The name of the Microsoft Azure Data Lake Storage Gen1 account.
Client Id
The ID of your client application for completing the OAuth Authentication in the Active Directory.
Client Secret
The client secret key for completing the OAuth Authentication in the Active Directory.
Directory
A Microsoft Azure Data Lake Storage Gen1 directory that Mass Ingestion Databases uses to stage data in files. The default is the root directory.
AuthEndpoint
The OAuth 2.0 token endpoint from where authentication based on the client ID and Client secret is completed.