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/self-hosted-integration-runtime-proxy-ssis.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
@@ -11,7 +11,7 @@ ms.author: sawinark
11
11
ms.reviewer: douglasl
12
12
manager: mflasko
13
13
ms.custom: seo-lt-2019
14
-
ms.date: 03/27/2020
14
+
ms.date: 04/15/2020
15
15
---
16
16
17
17
# 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
47
47
48
48
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:
49
49
- 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.
51
51
- For **Authentication method**, select **Account key**, **SAS URI**, or **Service Principal**.
52
52
53
53
>[!TIP]
@@ -166,7 +166,7 @@ If you need to use strong cryptography/more secure network protocol (TLS 1.2) an
166
166
167
167
## Current limitations
168
168
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.
170
170
- Only Azure Blob storage-linked services that are configured with *Account key*, *Shared Access Signature (SAS) URI*, or *Service Principal* authentication are currently supported.
171
171
-*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.
0 commit comments