You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-amazon-rds-for-sql-server.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ To use SQL authentication, in addition to the generic properties that are descri
206
206
207
207
#### Windows authentication
208
208
209
-
To use Windows authentication when you apply **Recommended** version, in addition to the generic properties for **Recommended** version that are described in the preceding section, specify the following properties:
209
+
To use Windows authentication, in addition to the generic properties that are described in the preceding section, specify the following properties:
210
210
211
211
| Property | Description | Required |
212
212
|:--- |:--- |:--- |
@@ -247,8 +247,6 @@ These generic properties are supported for an Amazon RDS for SQL Server linked s
247
247
| Property | Description | Required |
248
248
|:--- |:--- |:--- |
249
249
| type | The type property must be set to **AmazonRdsForSqlServer**. | Yes |
250
-
| connectionString |Specify **connectionString** information that's needed to connect to the Amazon RDS for SQL Server database by using either SQL authentication or Windows authentication. Refer to the following samples.<br/>You also can put a password in Azure Key Vault. If it's SQL authentication, 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 |
251
-
| 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). |No |
252
250
| alwaysEncryptedSettings | Specify **alwaysencryptedsettings** information that's needed to enable Always Encrypted to protect sensitive data stored in Amazon RDS for 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 |
253
251
| 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 |
254
252
@@ -263,15 +261,19 @@ To use SQL authentication, in addition to the generic properties that are descri
263
261
264
262
| Property | Description | Required |
265
263
|:--- |:--- |:--- |
266
-
| userName | The user name used to connect to the server. |Yes |
264
+
| connectionString | Specify **connectionString** information that's needed to connect to the Amazon RDS for SQL Server database. Specify a login name as your user name, and ensure the database that you want to connect is mapped to this login. | Yes |
265
+
| 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 |
266
+
267
267
268
268
#### Windows authentication for the legacy version
269
269
270
270
To use Windows authentication, in addition to the generic properties that are described in the preceding section, specify the following properties:
271
271
272
272
| Property | Description | Required |
273
273
|:--- |:--- |:--- |
274
+
| connectionString | Specify **connectionString** information that's needed to connect to the the Amazon RDS for SQL Server database. ||
274
275
| userName | Specify a user name. An example is **domainname\\username**. |Yes |
276
+
| 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 |
Copy file name to clipboardExpand all lines: articles/data-factory/connector-sql-server.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ To use SQL authentication, in addition to the generic properties that are descri
211
211
212
212
#### Windows authentication
213
213
214
-
To use Windows authentication when you apply **Recommended** version, in addition to the generic properties for **Recommended** version that are described in the preceding section, specify the following properties:
214
+
To use Windows authentication, in addition to the generic properties that are described in the preceding section, specify the following properties:
215
215
216
216
| Property | Description | Required |
217
217
|:--- |:--- |:--- |
@@ -301,7 +301,7 @@ To use SQL authentication, in addition to the generic properties that are descri
301
301
302
302
| Property | Description | Required |
303
303
|:--- |:--- |:--- |
304
-
| connectionString | Specify **connectionString** information that's needed to connect to the SQL Server database. 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 |
304
+
| connectionString | Specify **connectionString** information that's needed to connect to the SQL Server database. Specify a login name as your user name, and ensure the database that you want to connect is mapped to this login. | Yes |
305
305
| 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 |
306
306
307
307
#### Windows authentication for the legacy version
@@ -310,7 +310,7 @@ To use Windows authentication, in addition to the generic properties that are de
310
310
311
311
| Property | Description | Required |
312
312
|:--- |:--- |:--- |
313
-
| connectionString | Specify **connectionString** information that's needed to connect to the SQL Server database. Refer to the following samples. ||
313
+
| connectionString | Specify **connectionString** information that's needed to connect to the SQL Server database. ||
314
314
| userName | Specify a user name. An example is **domainname\\username**. |Yes |
315
315
| 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 |
0 commit comments