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/enable-aad-authentication-azure-ssis-ir.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ ms.author: douglasl
16
16
---
17
17
# Enable Azure Active Directory Authentication for the Azure-SSIS Integration Runtime
18
18
19
-
Azure Active Directory Authentication with the MSI for the Azure-SSIS integration runtime lets you use ADF MSI instead of SQL authentication to create an Azure-SSIS integration runtime.
19
+
This article shows you how to create an Azure-SSIS IR with Azure data factory service identity. Azure Active Directory Authentication with the MSI for the Azure-SSIS integration runtime lets you use ADF MSI instead of SQL authentication to create an Azure-SSIS integration runtime.
20
20
21
-
In this article, we show you how to create an Azure-SSIS IR with Azure data factory service identity. For more info about the ADF MSI, see [Azure Data Factory service identity](https://docs.microsoft.com/en-us/azure/data-factory/data-factory-service-identity).
21
+
For more info about the ADF MSI, see [Azure Data Factory service identity](https://docs.microsoft.com/en-us/azure/data-factory/data-factory-service-identity).
22
22
23
23
> [!NOTE]
24
24
> If you have already created an Azure-SSIS integration runtime with SQL authentication, you can't reconfigure the IR to use AAD authentication with PowerShell at this time.
@@ -35,7 +35,7 @@ You can use an existing Azure AD group, or create a new one using Azure AD Power
The output looks like the following, which also examines the value of the variable:
38
+
The output looks like the following example, which also examines the value of the variable:
39
39
40
40
```powershell
41
41
$Group
@@ -45,7 +45,7 @@ You can use an existing Azure AD group, or create a new one using Azure AD Power
45
45
6de75f3c-8b2f-4bf4-b9f8-78cc60a18050 SSISIr Group
46
46
```
47
47
48
-
3. Add the ADF MSI to the group. You can follow [Azure Data Factory service identity](https://docs.microsoft.com/en-us/azure/data-factory/data-factory-service-identity) to get the service identity id (for example, 765ad4ab-XXXX-XXXX-XXXX-51ed985819dc).
48
+
3. Add the ADF MSI to the group. You can follow [Azure Data Factory service identity](https://docs.microsoft.com/en-us/azure/data-factory/data-factory-service-identity) to get the service identity ID (for example, 765ad4ab-XXXX-XXXX-XXXX-51ed985819dc).
0 commit comments