Skip to content

Commit 16d1009

Browse files
committed
Fix
1 parent 3e9fe93 commit 16d1009

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ These generic properties are supported for an Amazon RDS for SQL Server linked s
248248
|:--- |:--- |:--- |
249249
| type | The type property must be set to **AmazonRdsForSqlServer**. | Yes |
250250
| 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 |
251252
| 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 |
252253
| 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 |
253254

@@ -258,7 +259,11 @@ This Amazon RDS for SQL Server connector supports the following authentication t
258259

259260
#### SQL authentication for the legacy version
260261

261-
To use SQL authentication, specify the generic properties that are described in the preceding section.
262+
To use SQL authentication, in addition to the generic properties that are described in the preceding section, specify the following properties:
263+
264+
| Property | Description | Required |
265+
|:--- |:--- |:--- |
266+
| userName | The user name used to connect to the server. |Yes |
262267

263268
#### Windows authentication for the legacy version
264269

articles/data-factory/connector-azure-sql-data-warehouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ To use service principal authentication, in addition to the generic properties t
360360
| Property | Description | Required |
361361
|:--- |:--- |:--- |
362362
| servicePrincipalId | Specify the application's client ID. | Yes |
363-
| servicePrincipalKey | Specify the application's key. Mark this field as **SecureString** to store it securely or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | Yes |
363+
| servicePrincipalKey | Specify the application's key. Mark this field as a SecureString to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | Yes |
364364
| tenant | Specify the tenant information, like the domain name or tenant ID, under which your application resides. Retrieve it by hovering the mouse in the upper-right corner of the Azure portal.| Yes |
365365
| azureCloudType | For service principal authentication, specify the type of Azure cloud environment to which your Microsoft Entra application is registered. <br/> Allowed values are **AzurePublic**, **AzureChina**, **AzureUsGovernment**, and **AzureGermany**. By default, the data factory or Synapse pipeline's cloud environment is used. | No |
366366

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To use SQL authentication, in addition to the generic properties that are descri
115115
| Property | Description | Required |
116116
|:--- |:--- |:--- |
117117
| userName | The user name to be used when connecting to server. | Yes |
118-
| password | The password 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 |
118+
| 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 |
119119

120120
**Example: Use SQL authentication**
121121

0 commit comments

Comments
 (0)