Skip to content

Commit 98f0a63

Browse files
authored
updated ir sharing limitations
Line 184 --> AzureRM.DataFactoryV2 is not Classic vs Resource Manager reference. In reality, it is called AzureRM.DataFactoryV2 and is Resource Manager API.
1 parent 13d602b commit 98f0a63

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/data-factory/create-self-hosted-integration-runtime.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,19 @@ In the Data Factory to which the permissions were granted,
169169

170170
1. Default number of linked IR that can be created under single self-hosted IR is **20**. If you require more then contact Support.
171171

172-
2. The data factory in which linked IR is to be created must have an MSI (managed service identity). By default, the data factories created in Ibiza portal or PowerShell cmdlets will have MSI
172+
2. The data factory in which linked IR is to be created must have an MSI ([managed service identity](https://docs.microsoft.com/azure/active-directory/managed-service-identity/overview)). By default, the data factories created in Ibiza portal or PowerShell cmdlets will have MSI
173173
created implicitly. However, in some cases when data factory is created using an Azure Resorce Manager template or SDK, the “**Identity****property must be set** explicitly to ensure Azure Resorce Manager creates a data factory containing an MSI.
174174

175-
3. The self-hosted IR version must be equal or greater than 3.8.
175+
3. The self-hosted IR version must be equal or greater than 3.8.xxxx.xx. Please [download the latest version](https://www.microsoft.com/download/details.aspx?id=39717) of self-hosted IR
176+
177+
4. The data factory in which linked IR is to be created must have an MSI ([managed service identity](https://docs.microsoft.com/azure/active-directory/managed-service-identity/overview)). By default,
178+
the data factories created in Ibiza portal or PowerShell cmdlets will have MSI ([managed service identity](https://docs.microsoft.com/azure/active-directory/managed-service-identity/overview)).
179+
created implicitly, however, data factories created with Azure Resource Manager (ARM) template or SDK requires “Identity” property to be set to ensure an MSI is created.
180+
181+
5. The ADF .Net SDK which support this feature is version >= 1.1.0
182+
183+
6. The Azure PowerShell which support this feature is version >= 6.6.0
184+
(AzureRM.DataFactoryV2 >= 0.5.7)
176185

177186
> [!NOTE]
178187
> This feature is only available in Azure Data Factory version 2

0 commit comments

Comments
 (0)