Skip to content

Commit 2b26543

Browse files
committed
[ADF] [SEO Work] Short metadata titles (<=99 >=90)
1 parent df02d8c commit 2b26543

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

articles/data-factory/connector-amazon-marketplace-web-service.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
---
2-
title: Copy data from Amazon Marketplace Web Service using Azure Data Factory
2+
title: Copy data from Amazon Marketplace Web Service
33
description: Learn how to copy data from Amazon Marketplace Web Service to supported sink data stores by using a copy activity in an Azure Data Factory pipeline.
44
services: data-factory
5-
documentationcenter: ''
6-
author: linda33wj
7-
manager: craigg
8-
ms.reviewer: douglasl
9-
105
ms.service: data-factory
116
ms.workload: data-services
12-
ms.tgt_pltfrm: na
13-
147
ms.topic: conceptual
15-
ms.date: 08/01/2018
168
ms.author: jingwang
17-
9+
author: linda33wj
10+
manager: shwang
11+
ms.reviewer: douglasl
12+
ms.date: 08/01/2018
1813
---
14+
1915
# Copy data from Amazon Marketplace Web Service using Azure Data Factory
2016

2117
This article outlines how to use the Copy Activity in Azure Data Factory to copy data from Amazon Marketplace Web Service. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.

articles/data-factory/enable-aad-authentication-azure-ssis-ir.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Enable Azure Active Directory authentication for Azure-SSIS Integration Runtime
2+
title: Enable Azure Active Directory for Azure-SSIS Integration Runtime
33
description: This article describes how to enable Azure Active Directory authentication with the managed identity for Azure Data Factory to create Azure-SSIS Integration Runtime.
44
services: data-factory
5-
documentationcenter: ''
65
ms.service: data-factory
76
ms.workload: data-services
87
ms.tgt_pltfrm:
98
ms.devlang: powershell
109
ms.topic: conceptual
11-
ms.date: 5/14/2019
1210
author: swinarko
1311
ms.author: sawinark
14-
manager: craigg
12+
manager: mflasko
13+
ms.date: 5/14/2019
1514
---
15+
1616
# Enable Azure Active Directory authentication for Azure-SSIS Integration Runtime
1717

1818
This article shows you how to enable Azure Active Directory (Azure AD) authentication with the managed identity for your Azure Data Factory (ADF) and use it instead of conventional authentication methods (like SQL authentication) to:

articles/data-factory/self-hosted-integration-runtime-proxy-ssis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Please create an Azure Blob Storage linked service under the same ADF where your
4444
## Configure Azure-SSIS IR with Self-Hosted IR as a proxy
4545
Having prepared your Self-Hosted IR and Azure Blob Storage linked service for staging, you can now configure your new/existing Azure-SSIS IR with Self-Hosted IR as a proxy on ADF portal/app. If your existing Azure-SSIS IR is running, please stop it before you do this and then restart it afterwards.
4646

47-
On the **Advanced Settings** page, please check the **Set up Self-Hosted Integration Runtime as a proxy for your Azure-SSIS Integration Runtime** checkbox, select your Self-Hosted IR and Azure Blob Storage linked service for staging, and specify a blob container name for **Staging Path** if you want.
47+
On the **Advanced Settings** page, please check the **Set-up Self-Hosted Integration Runtime as a proxy for your Azure-SSIS Integration Runtime** checkbox, select your Self-Hosted IR and Azure Blob Storage linked service for staging, and specify a blob container name for **Staging Path** if you want.
4848

4949
![Configure Azure-SSIS IR with Self-Hosted IR as a proxy](media/self-hosted-integration-runtime-proxy-ssis/shir-advanced-settings-ssisir.png)
5050

@@ -55,7 +55,7 @@ When designing new packages containing Data Flow Tasks with OLEDB/Flat File Sour
5555

5656
![Enable ConnectByProxy property](media/self-hosted-integration-runtime-proxy-ssis/shir-connection-manager-properties.png)
5757

58-
You can also enable this property when running existing packages without having to manually change them one by one. There are 2 options:
58+
You can also enable this property when running existing packages without having to manually change them one by one. There are two options:
5959
- Opening, rebuilding, and redeploying the project containing those packages with the latest SSDT to run on your Azure-SSIS IR: The property can then be enabled by setting it to **True** for the relevant connection managers that appear on the **Connection Managers** tab of Execute Package pop-up window when running packages from SSMS.
6060

6161
![Enable ConnectByProxy property2](media/self-hosted-integration-runtime-proxy-ssis/shir-connection-managers-tab-ssms.png)

0 commit comments

Comments
 (0)