Skip to content

Commit 9aece2b

Browse files
authored
Merge pull request #111459 from swinarko/patch-57
Update self-hosted-integration-runtime-proxy-ssis.md
2 parents 60640b9 + 2955e37 commit 9aece2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: sawinark
1111
ms.reviewer: douglasl
1212
manager: mflasko
1313
ms.custom: seo-lt-2019
14-
ms.date: 03/27/2020
14+
ms.date: 04/15/2020
1515
---
1616

1717
# Configure a self-hosted IR as a proxy for an Azure-SSIS IR in Azure Data Factory
@@ -47,7 +47,7 @@ Finally, you download and install the latest version of the self-hosted IR, as w
4747

4848
If you haven't already done so, create an Azure Blob storage-linked service in the same data factory where your Azure-SSIS IR is set up. To do so, see [Create an Azure data factory-linked service](https://docs.microsoft.com/azure/data-factory/quickstart-create-data-factory-portal#create-a-linked-service). Be sure to do the following:
4949
- For **Data Store**, select **Azure Blob Storage**.
50-
- For **Connect via integration runtime**, select **AutoResolveIntegrationRuntime** (not your Azure-SSIS IR nor your self-hosted IR), because we use the default Azure IR to fetch access credentials for your Azure Blob Storage
50+
- For **Connect via integration runtime**, select **AutoResolveIntegrationRuntime** (not your Azure-SSIS IR nor your self-hosted IR), because we use the default Azure IR to fetch access credentials for your Azure Blob Storage.
5151
- For **Authentication method**, select **Account key**, **SAS URI**, or **Service Principal**.
5252

5353
>[!TIP]
@@ -166,7 +166,7 @@ If you need to use strong cryptography/more secure network protocol (TLS 1.2) an
166166

167167
## Current limitations
168168

169-
- Only data flow tasks with Open Database Connectivity (ODBC)/OLEDB/Flat File sources are currently supported.
169+
- Only data flow tasks with Open Database Connectivity (ODBC)/OLEDB/Flat File sources or OLEDB destination are currently supported.
170170
- Only Azure Blob storage-linked services that are configured with *Account key*, *Shared Access Signature (SAS) URI*, or *Service Principal* authentication are currently supported.
171171
- *ParameterMapping* in OLEDB Source is not supported yet. As a workaround, please use *SQL Command From Variable* as the *AccessMode* and use *Expression* to insert your variables/parameters in a SQL command. As an illustration, see the *ParameterMappingSample.dtsx* package that can be found in the *SelfHostedIRProxy/Limitations* folder of our public preview container. Using Azure Storage Explorer, you can connect to our public preview container by entering the above SAS URI.
172172

0 commit comments

Comments
 (0)