Skip to content

Commit e12f4d7

Browse files
committed
Fix comments
1 parent 16d1009 commit e12f4d7

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ To use SQL authentication, in addition to the generic properties that are descri
206206

207207
#### Windows authentication
208208

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:
210210

211211
| Property | Description | Required |
212212
|:--- |:--- |:--- |
@@ -247,8 +247,6 @@ These generic properties are supported for an Amazon RDS for SQL Server linked s
247247
| Property | Description | Required |
248248
|:--- |:--- |:--- |
249249
| 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 |
252250
| 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 |
253251
| 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 |
254252

@@ -263,15 +261,19 @@ To use SQL authentication, in addition to the generic properties that are descri
263261

264262
| Property | Description | Required |
265263
|:--- |:--- |:--- |
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+
267267

268268
#### Windows authentication for the legacy version
269269

270270
To use Windows authentication, in addition to the generic properties that are described in the preceding section, specify the following properties:
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. | |
274275
| 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 |
275277

276278
## Dataset properties
277279

articles/data-factory/connector-azure-sql-managed-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The Azure SQL Managed Instance connector **Recommended** version supports TLS 1.
8383

8484
### Recommended version
8585

86-
These generic properties are supported for an SQL Managed Instance linked service when you apply **Recommended** version:
86+
These generic properties are supported for an Azure SQL Managed Instance linked service when you apply **Recommended** version:
8787

8888
| Property | Description | Required |
8989
|:--- |:--- |:--- |
@@ -382,7 +382,7 @@ You also need to follow the steps below:
382382
```
383383
### Legacy version
384384

385-
These generic properties are supported for an SQL Managed Instance linked service when you apply **Legacy** version:
385+
These generic properties are supported for an Azure SQL Managed Instance linked service when you apply **Legacy** version:
386386

387387
| Property | Description | Required |
388388
|:--- |:--- |:--- |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ To use SQL authentication, in addition to the generic properties that are descri
211211

212212
#### Windows authentication
213213

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:
215215

216216
| Property | Description | Required |
217217
|:--- |:--- |:--- |
@@ -301,7 +301,7 @@ To use SQL authentication, in addition to the generic properties that are descri
301301

302302
| Property | Description | Required |
303303
|:--- |:--- |:--- |
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 |
305305
| 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 |
306306

307307
#### Windows authentication for the legacy version
@@ -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. Refer to the following samples. | |
313+
| connectionString | Specify **connectionString** information that's needed to connect to the SQL Server database. | |
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)