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-azure-database-for-mysql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This connector is specialized for
26
26
27
27
This quickstart requires the following resources and configuration mentioned below as a starting point:
28
28
29
-
- An existing Azure database for MySQL Single server or MySQL Flexible Server with public access or private endpoint.
29
+
- An existing Azure Database for MySQL Single Server or MySQL Flexible Server with public access or private endpoint.
30
30
- Enable **Allow public access from any Azure service within Azure to this server** in networking page of the MySQL server . This will allow you to use Data factory studio.
Copy file name to clipboardExpand all lines: articles/data-factory/connector-sftp.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
@@ -90,7 +90,7 @@ To use basic authentication, set the *authenticationType* property to *Basic*, a
90
90
| Property | Description | Required |
91
91
|:--- |:--- |:--- |
92
92
| userName | The user who has access to the SFTP server. |Yes |
93
-
| password | The password for the user (userName). Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure key vault](store-credentials-in-key-vault.md). | Yes |
93
+
| password | The password for the user (userName). Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure Key Vault](store-credentials-in-key-vault.md). | Yes |
94
94
95
95
**Example:**
96
96
@@ -127,8 +127,8 @@ To use SSH public key authentication, set "authenticationType" property as **Ssh
127
127
|:--- |:--- |:--- |
128
128
| userName | The user who has access to the SFTP server. |Yes |
129
129
| privateKeyPath | Specify the absolute path to the private key file that the integration runtime can access. This applies only when the self-hosted type of integration runtime is specified in "connectVia." | Specify either `privateKeyPath` or `privateKeyContent`. |
130
-
| privateKeyContent | Base64 encoded SSH private key content. SSH private key should be OpenSSH format. Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure key vault](store-credentials-in-key-vault.md). | Specify either `privateKeyPath` or `privateKeyContent`. |
131
-
| passPhrase | Specify the pass phrase or password to decrypt the private key if the key file or the key content is protected by a pass phrase. Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure key vault](store-credentials-in-key-vault.md). | Yes, if the private key file or the key content is protected by a pass phrase. |
130
+
| privateKeyContent | Base64 encoded SSH private key content. SSH private key should be OpenSSH format. Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure Key Vault](store-credentials-in-key-vault.md). | Specify either `privateKeyPath` or `privateKeyContent`. |
131
+
| passPhrase | Specify the pass phrase or password to decrypt the private key if the key file or the key content is protected by a pass phrase. Mark this field as a SecureString to store it securely, or [reference a secret stored in an Azure Key Vault](store-credentials-in-key-vault.md). | Yes, if the private key file or the key content is protected by a pass phrase. |
132
132
133
133
> [!NOTE]
134
134
> The SFTP connector supports an RSA/DSA OpenSSH key. Make sure that your key file content starts with "-----BEGIN [RSA/DSA] PRIVATE KEY-----". If the private key file is a PPK-format file, use the PuTTY tool to convert from PPK to OpenSSH format.
0 commit comments