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: docs/integration-services/connection-manager/ado-net-connection-manager.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ To use managed identity authentication for Azure SQL Managed Instance, follow th
104
104
105
105
1. [Provision an Azure Active Directory administrator](/azure/sql-database/sql-database-aad-authentication-configure#provision-an-azure-active-directory-administrator-for-your-managed-instance) for your managed instance on the Azure portal, if you haven't already done so. The Azure AD administrator can be an Azure AD user or Azure AD group. If you grant the group with managed identity an admin role, skip step 2-4. The administrator will have full access to the database.
106
106
107
-
1. [Create logins](../../t-sql/statements/create-login-transact-sql.md?view=azuresqldb-mi-current) for the data factory managed identity. In SQL Server Management Studio (SSMS), connect to your Managed Instance using a SQL Server account that is a **sysadmin**. In**master** database, run the following T-SQL:
107
+
1. [Create logins](../../t-sql/statements/create-login-transact-sql.mdview=azuresqldb-mi-current&preserve-view=true) for the data factory managed identity. In SQL Server Management Studio (SSMS), connect to your Managed Instance using a SQL Server account that is a **sysadmin**. In**master** database, run the following T-SQL:
108
108
109
109
```sql
110
110
CREATE LOGIN [your data factory name] FROM EXTERNAL PROVIDER;
@@ -116,7 +116,7 @@ To use managed identity authentication for Azure SQL Managed Instance, follow th
116
116
CREATE USER [your data factory name] FROM EXTERNAL PROVIDER;
117
117
```
118
118
119
-
1. Grant the data factory managed identity needed permissions as you normally do for SQL users and others. Run the following code. For more options, see [this document](../../t-sql/statements/alter-role-transact-sql.md?view=azuresqldb-mi-current).
119
+
1. Grant the data factory managed identity needed permissions as you normally do for SQL users and others. Run the following code. For more options, see [this document](../../t-sql/statements/alter-role-transact-sql.mdview=azuresqldb-mi-current&preserve-view=true).
120
120
121
121
```sql
122
122
ALTER ROLE [role name e.g., db_owner] ADD MEMBER [your data factory name];
Copy file name to clipboardExpand all lines: docs/integration-services/connection-manager/ole-db-connection-manager.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ To use managed identity authentication for Azure SQL Managed Instance, follow th
106
106
107
107
1. [Provision an Azure Active Directory administrator](/azure/sql-database/sql-database-aad-authentication-configure#provision-an-azure-active-directory-administrator-for-your-managed-instance) for your managed instance on the Azure portal, if you haven't already done so. The Azure AD administrator can be an Azure AD user or Azure AD group. If you grant the group with managed identity an admin role, skip step 2-4. The administrator will have full access to the database.
108
108
109
-
1. [Create logins](../../t-sql/statements/create-login-transact-sql.md?view=azuresqldb-mi-current) for the data factory managed identity. In SQL Server Management Studio (SSMS), connect to your Managed Instance using a SQL Server account that is a **sysadmin**. In**master** database, run the following T-SQL:
109
+
1. [Create logins](../../t-sql/statements/create-login-transact-sql.mdview=azuresqldb-mi-current&preserve-view=true) for the data factory managed identity. In SQL Server Management Studio (SSMS), connect to your Managed Instance using a SQL Server account that is a **sysadmin**. In**master** database, run the following T-SQL:
110
110
111
111
```sql
112
112
CREATE LOGIN [your data factory name] FROM EXTERNAL PROVIDER;
@@ -118,7 +118,7 @@ To use managed identity authentication for Azure SQL Managed Instance, follow th
118
118
CREATE USER [your data factory name] FROM EXTERNAL PROVIDER;
119
119
```
120
120
121
-
1. Grant the data factory managed identity needed permissions as you normally do for SQL users and others. Run the following code. For more options, see [this document](../../t-sql/statements/alter-role-transact-sql.md?view=azuresqldb-mi-current).
121
+
1. Grant the data factory managed identity needed permissions as you normally do for SQL users and others. Run the following code. For more options, see [this document](../../t-sql/statements/alter-role-transact-sql.mdview=azuresqldb-mi-current&preserve-view=true).
122
122
123
123
```sql
124
124
ALTER ROLE [role name e.g., db_owner] ADD MEMBER [your data factory name];
Requires INSERT and ADMINISTER BULK OPERATIONS permissions. In [!INCLUDE[ssSDW](../../includes/sssdwfull-md.md)], INSERT, and ADMINISTER DATABASE BULK OPERATIONS permissions are required.
0 commit comments