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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Enable Azure Active Directory Authentication for the Azure-SSIS Integration Runtime | Microsoft Docs
3
-
description: This article describes how to configure the Azure-SSIS Integration Runtime to enable connections that use Azure Active Directory Authentication.
2
+
title: Enable Azure Active Directory Authentication for the Azure-SSIS integration runtime | Microsoft Docs
3
+
description: This article describes how to configure the Azure-SSIS integration runtime to enable connections that use Azure Active Directory authentication.
4
4
services: data-factory
5
5
documentationcenter: ''
6
6
author: douglaslMS
@@ -14,16 +14,16 @@ ms.topic: conceptual
14
14
ms.date: 05/31/2018
15
15
ms.author: douglasl
16
16
---
17
-
# Enable Azure Active Directory Authentication for the Azure-SSIS Integration Runtime
17
+
# Enable Azure Active Directory authentication for the Azure-SSIS integration runtime
18
18
19
-
This article shows you how to create an Azure-SSIS IR with Azure data factory service identity. Azure Active Directory Authentication with the Managed Service Identity (MSI) for the Azure-SSIS integration runtime lets you use the 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 (Azure AD) authentication with the Managed Service Identity (MSI) for the Azure-SSIS integration runtime lets you use the Data Factory MSI instead of SQL authentication to create an Azure-SSIS integration runtime.
20
20
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).
21
+
For more info about the Data Factory 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
-
> 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.
24
+
> If you have already created an Azure-SSIS integration runtime with SQL authentication, you can't reconfigure the IR to use Azure AD authentication with PowerShell at this time.
25
25
26
-
## Create a group in Azure AD and make the ADF MSI a member of the group
26
+
## Create a group in Azure AD and make the Data Factory MSI a member of the group
27
27
28
28
You can use an existing Azure AD group, or create a new one using Azure AD PowerShell.
29
29
@@ -48,7 +48,7 @@ You can use an existing Azure AD group, or create a new one using Azure AD Power
48
48
6de75f3c-8b2f-4bf4-b9f8-78cc60a18050 SSISIr Group
49
49
```
50
50
51
-
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).
51
+
3. Add the Data Factory 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).
@@ -62,7 +62,7 @@ You can use an existing Azure AD group, or create a new one using Azure AD Power
62
62
63
63
## Enable Azure AD on Azure SQL Database
64
64
65
-
Azure SQL Database supports creating a database with an Azure AD user. As a result, you can set an Azure AD user as the Active Directory admin, and then log in to SSMS using the Azure AD user. Then you can create a contained user for the Azure AD group to enable the IR to create the SSIS catalog on the server.
65
+
Azure SQL Database supports creating a database with an Azure AD user. As a result, you can set an Azure AD user as the Active Directory admin, and then log in to SSMS using the Azure AD user. Then you can create a contained user for the Azure AD group to enable the IR to create the SQL Server Integration Services (SSIS) catalog on the server.
66
66
67
67
### Enable Azure AD authentication for the Azure SQL Database
68
68
@@ -90,7 +90,7 @@ For this next step, you need [Microsoft SQL Server Management Studio](https://d
90
90
2. In the **Connect to Server** dialog, enter your SQL server name in
91
91
the **Server name** field.
92
92
93
-
3. In the **Authentication** field, select **Active Directory - Universal with MFA support**. (You can also use other two Active Directory authentications. See [Configure and manage Azure Active Directory authentication with SQL Database, Managed Instance](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication-configure).)
93
+
3. In the **Authentication** field, select **Active Directory - Universal with MFA support**. (You can also use other two Active Directory authentication types. See [Configure and manage Azure Active Directory authentication with SQL Database, Managed Instance](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication-configure).)
94
94
95
95
4. In the **User name** field, enter the name of the Azure AD account that you set as the server administrator - for example, [email protected].
96
96
@@ -118,7 +118,7 @@ For this next step, you need [Microsoft SQL Server Management Studio](https://d
118
118
119
119
## Enable Azure AD on Azure SQL Database Managed Instance
120
120
121
-
Azure SQL Database Managed Instance doesn't support creating a database with any AAD user other than AD admin. As a result, you have to set the Azure AD Group as the Active Directory admin. You don't need to create the contained user.
121
+
Azure SQL Database Managed Instance doesn't support creating a database with any Azure AD user other than AD admin. As a result, you have to set the Azure AD Group as the Active Directory admin. You don't need to create the contained user.
122
122
123
123
You can [configure Azure AD authentication for the SQL Database Managed Instance server](https://docs.microsoft.com/en-us/azure/sql-database/sql-database-aad-authentication-configure) using the following steps:
0 commit comments