Skip to content

Commit dd88b7f

Browse files
committed
Update connector-sql-server.md
1 parent f4e9e03 commit dd88b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To use Windows authentication, the following properties are supported:
9898
| Property | Description | Required |
9999
|:--- |:--- |:--- |
100100
| type | The type property must be set to **SqlServer**. | Yes |
101-
| connectionString | Specify **connectionString** information that's needed to connect to the SQL Server database by using Windows authentication. Refer to the following samples.<br/>You also can put a password in Azure Key Vault. For more information, see the JSON example following the table and [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md). |Yes |
101+
| connectionString | Specify **connectionString** information that's needed to connect to the SQL Server database. Refer to the following samples.
102102
| userName | Specify a user name. An example is **domainname\\username**. |Yes |
103103
| password | Specify a password for the user account you specified for the user name. Mark this field as **SecureString** to store it securely. Or, you can [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). |Yes |
104104
| alwaysEncryptedSettings | Specify **alwaysencryptedsettings** information that's needed to enable Always Encrypted to protect sensitive data stored in SQL server by using either managed identity or service principal. For more information, see the JSON example following the table and [Using Always Encrypted](#using-always-encrypted) section. If not specified, the default always encrypted setting is disabled. |No |
@@ -138,7 +138,7 @@ To use SQL authentication, the following properties are supported:
138138
|:--- |:--- |:--- |
139139
| type | The type property must be set to **SqlServer**. | Yes |
140140
| connectionString | Specify **connectionString** information that's needed to connect to the SQL Server database by using either SQL authentication. Specify a login name as your user name, and ensure the database that you want to connect is mapped to this login. Refer to the following samples. | Yes |
141-
| password | If you want to put a password in Azure Key Vault, pull the `password` configuration out of the connection string. For more information, see the JSON example following the table and [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md). |Yes |
141+
| password | If you want to put a password in Azure Key Vault, pull the `password` configuration out of the connection string. For more information, see the JSON example following the table and [Store credentials in Azure Key Vault](store-credentials-in-key-vault.md). |No |
142142
| alwaysEncryptedSettings | Specify **alwaysencryptedsettings** information that's needed to enable Always Encrypted to protect sensitive data stored in SQL server by using either managed identity or service principal. For more information, see the JSON example following the table and [Using Always Encrypted](#using-always-encrypted) section. If not specified, the default always encrypted setting is disabled. |No |
143143
| connectVia | This [integration runtime](concepts-integration-runtime.md) is used to connect to the data store. Learn more from [Prerequisites](#prerequisites) section. If not specified, the default Azure integration runtime is used. |No |
144144

0 commit comments

Comments
 (0)