Skip to content

Commit d7ca4da

Browse files
Merge pull request #296283 from whhender/public-prs
Public Prs - Week of 3/10
2 parents 07e8c90 + 98675a0 commit d7ca4da

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/data-factory/connector-azure-database-for-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This connector is specialized for
2626

2727
This quickstart requires the following resources and configuration mentioned below as a starting point:
2828

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.
3030
- 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.
3131

3232
## Supported capabilities

articles/data-factory/connector-sftp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To use basic authentication, set the *authenticationType* property to *Basic*, a
9090
| Property | Description | Required |
9191
|:--- |:--- |:--- |
9292
| 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 |
9494

9595
**Example:**
9696

@@ -127,8 +127,8 @@ To use SSH public key authentication, set "authenticationType" property as **Ssh
127127
|:--- |:--- |:--- |
128128
| userName | The user who has access to the SFTP server. |Yes |
129129
| 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. |
132132

133133
> [!NOTE]
134134
> 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.

articles/data-factory/connector-troubleshoot-ftp-sftp-http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This article provides suggestions to troubleshoot common problems with the FTP,
5858

5959
- **Message**: `Invalid SFTP credential provided for '%type;' authentication type.`
6060

61-
- **Cause**: Private key content is fetched from the Azure key vault or SDK, but it's not encoded correctly.
61+
- **Cause**: Private key content is fetched from the Azure Key Vault or SDK, but it's not encoded correctly.
6262

6363
- **Recommendation**:
6464

articles/data-factory/store-credentials-in-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Store credentials in Azure Key Vault
3-
description: Learn how to store credentials for data stores used in an Azure key vault that Azure Data Factory can automatically retrieve at runtime.
3+
description: Learn how to store credentials for data stores used in an Azure Key Vault that Azure Data Factory can automatically retrieve at runtime.
44
author: nabhishek
55
ms.subservice: security
66
ms.topic: conceptual

0 commit comments

Comments
 (0)