Skip to content

Commit 0e6d337

Browse files
committed
Add connectrionString required
1 parent e12f4d7 commit 0e6d337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/data-factory/connector-amazon-rds-for-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ To use Windows authentication, in addition to the generic properties that are de
271271

272272
| Property | Description | Required |
273273
|:--- |:--- |:--- |
274-
| connectionString | Specify **connectionString** information that's needed to connect to the the Amazon RDS for SQL Server database. | |
274+
| connectionString | Specify **connectionString** information that's needed to connect to the the Amazon RDS for SQL Server database. | Yes |
275275
| userName | Specify a user name. An example is **domainname\\username**. |Yes |
276276
| 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 |
277277

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ To use Windows authentication, in addition to the generic properties that are de
310310

311311
| Property | Description | Required |
312312
|:--- |:--- |:--- |
313-
| connectionString | Specify **connectionString** information that's needed to connect to the SQL Server database. | |
313+
| connectionString | Specify **connectionString** information that's needed to connect to the SQL Server database. | Yes |
314314
| userName | Specify a user name. An example is **domainname\\username**. |Yes |
315315
| 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 |
316316

0 commit comments

Comments
 (0)