Administrator
- Administrator
- All Products
Property
| Description
|
---|---|
Connection Name
| Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
|
Description
| Description of the connection. Maximum length is 4000 characters.
|
Type
| The Microsoft Azure Synapse SQL connection type.
|
Runtime Environment
| The name of the runtime environment where you want to run the tasks.
Select a Secure Agent, Hosted Agent, or serverless runtime environment.
Hosted Agent is not applicable for mappings in advanced mode.
|
Azure DW JDBC URL
| The Microsoft Azure Synapse SQL JDBC connection string.
Enter the connection string in the following format for Microsoft SQL Server authentication:
jdbc:sqlserver://<Server>.database.windows.net:1433; database=<Database> Enter the connection string in the following format for Azure Active Directory (AAD) authentication:
Enter the connection string in the following format for Managed Identity authentication:
jdbc:sqlserver://<Server>.database.windows.net:1433; database=<Database>;Authentication=ActiveDirectoryMsi; When you connect to a serverless SQL pool, replace
<Server>.database.windows.net:1433 with
<Serverless SQL endpoint>:1433 in the connection string for all authentication types.
For example,
jdbc:sqlserver://<Serverless SQL endpoint>:1433; database=<Database>;authentication=ActiveDirectoryMsi; Default is Microsoft SQL Server authentication.
|
Azure DW JDBC Username
| User name to connect to the Microsoft Azure Synapse SQL account. Provide AAD user name for AAD authentication.
|
Azure DW JDBC Password
| Password to connect to the Microsoft Azure Synapse SQL account.
|
Azure DW Schema Name
| Name of the schema in Microsoft Azure Synapse SQL.
|
Azure DW Client ID
| Required if you want to use the user-assigned managed identity for Managed Identity Authentication to connect to Microsoft Azure Synapse SQL.
The client ID of the user-assigned managed identity.
If the managed identity is system-assigned, leave the field empty.
|
External Data Source
| The name of the external data source that is used to create the external table.
Ensure that the external data source exists in Microsoft Azure Synapse SQL and you have the permission to access the external data source.
Do not specify the external data source when you use the copy command method to load data from the staging location to Microsoft Azure Synapse SQL.
When you run a mapping in advanced mode, you must specify the container or file system used to create the external data source either in the connection properties or in the advanced properties.
|
Azure Storage Type
| Type of Azure storage to stage the files.
Select one of the following storage types:
Default is Azure Blob.
You cannot select Azure Blob storage type when you connect to a serverless SQL pool.
|
Authentication Type
| Authentication type to connect to Azure storage to stage the files.
Select one of the following options:
You cannot select shared key authentication type when you connect to a serverless SQL pool.
In a file ingestion task, if you select Microsoft Azure Synapse SQL with Managed Identity authentication type as the target, then you must select Microsoft Azure Data Lake Storage Gen2 as the source.
|
Azure Blob Account Name
| Applies to Shared Key Authentication for Microsoft Azure Blob Storage.
Name of the Microsoft Azure Blob Storage account to stage the files.
Doesn't apply to a serverless SQL pool.
|
Azure Blob Account Key
| Applies to Shared Key Authentication for Microsoft Azure Blob Storage.
The Microsoft Azure Blob Storage access key to stage the files.
Doesn't apply to a serverless SQL pool.
|
Container Name
| Applies to Microsoft Azure Blob Storage.
The name of the container in the Azure Blob Storage account.
Doesn't apply to a serverless SQL pool.
|
ADLS Gen2 Storage Account Name
| Applies to Shared Key Authentication and Service Principal Authentication for Microsoft Azure Data Lake Storage Gen2.
Name of the Microsoft Azure Data Lake Storage Gen2 account to stage the files.
|
ADLS Gen2 Account Key
| Applies to Shared Key Authentication for Microsoft Azure Data Lake Storage Gen2.
The Microsoft Azure Data Lake Storage Gen2 access key to stage the files.
Doesn't apply to a serverless SQL pool.
|
Client ID
| Applies to Service Principal Authentication
and Managed Identity Authentication
for Microsoft Azure Data Lake Storage Gen2.
The client ID of your application.
To use service principal authentication, enter the application ID or client ID for your application registered in the Azure Active Directory.
To use managed identity authentication, enter the client ID for the user-assigned managed identity. If the managed identity is system-assigned, leave the field empty.
|
Client Secret
| Applies to Service Principal Authentication for Microsoft Azure Data Lake Storage Gen2.
The client secret for your application.
|
Tenant ID
| Applies to Service Principal Authentication for Microsoft Azure Data Lake Storage Gen2.
The directory ID or tenant ID for your application.
|
File System Name
| Applies to Microsoft Azure Data Lake Storage Gen2.
The name of the file system in the Microsoft Azure Data Lake Storage Gen2 account.
|
Blob End-point
| Type of Microsoft Azure endpoints.
Select one of the following endpoints:
Default is core.windows.net.
|
VNet Rule
| Enable to connect to a Microsoft Azure Synapse SQL endpoint residing in a virtual network (VNet).
When you use a serverless runtime environment, you cannot connect to a Microsoft Azure Synapse SQL endpoint residing in a virtual network.
|