Property | Description |
---|---|
Name | Name of the connection that you are creating to Microsoft Azure. |
Description | Optional description for the connection. |
Type | Connection type. Select Azure DW. |
Runtime environment | Name of the Secure Agent group that will be used to access the Microsoft Azure data warehouse. |
Azure DW JDBC URL | Microsoft Azure Data Warehouse JDBC connection string. For example: jdbc:sqlserver://<server>.database.windows.net:1433;database=<database> |
Azure DW JDBC username | User name to connect to the Microsoft Azure SQL Data Warehouse account. |
Azure DW JDBC password | Password to connect to the Microsoft Azure SQL Data Warehouse account. |
Azure DW schema name | Name of the schema in the Microsoft Azure SQL Data Warehouse. |
Azure blob account name | Name of the Microsoft Azure Blob Storage account to stage the files. |
Azure blob account key | Microsoft Azure Blob Storage access key to stage the files. |
Property | Description |
---|---|
Name | Name of the connection that you are creating to Microsoft Azure. |
Description | Optional description for the connection. |
Type | Connection type. Select Microsoft Azure SQL Data Warehouse V3. |
Runtime environment | Name of the Secure Agent group that will be used to access the Microsoft Azure data warehouse. |
Azure DW JDBC URL | Microsoft Azure Data Warehouse JDBC connection string. For example, for Microsoft SQL Server authentication: jdbc:sqlserver://<server>.database.windows.net:1433;database=<database> For example, 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; The default authentication is Microsoft SQL Server authentication. |
Azure DW JDBC username | User name to connect to the Microsoft Azure SQL Data Warehouse account. Provide the AAD user name for AAD authentication. |
Azure DW JDBC password | Password to connect to the Microsoft Azure SQL Data Warehouse account. |
Azure DW schema name | Name of the schema in the Microsoft Azure SQL Data Warehouse. |
Azure blob account name | Name of the Microsoft Azure Blob Storage account to stage the files. |
Azure blob account key | Microsoft Azure Blob Storage access key to stage the files. |
Blob end-point | Type of Microsoft Azure endpoint. Select one of the following endpoint types:
|
VNet rule | Enable to connect to a Microsoft Azure SQL Data Warehouse endpoint residing in a virtual network (VNet). |