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/sql-database/tutorial-managed-instance-azure-active-directory-migration.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
@@ -11,7 +11,7 @@ ms.reviewer: vanto
11
11
ms.date: 10/22/2019
12
12
---
13
13
14
-
# Tutorial: Migrating SQL Server on-premises Windows users and groups to Azure SQL Database managed instance using T-SQL DDL syntax
14
+
# Tutorial: Migrate SQL Server on-premises Windows users and groups to Azure SQL Database managed instance using T-SQL DDL syntax
15
15
16
16
> [!NOTE]
17
17
> The syntax used to migrate users and groups to managed instance in this article is in **public preview**.
@@ -308,7 +308,7 @@ Test authenticating to managed instance using the user previously mapped to the
308
308
1. Log into the federated VM using your MI subscription as`aadsqlmi\testUser1`
309
309
1. Using SQL Server Management Studio (SSMS), sign into your managed instance using **Active Directory Integrated** authentication, connecting
310
310
to the database `migration`.
311
-
1. You can also sign in using the testUser1@aadsqlmi.net credentials with the SSMS option **Active Directory – Universal with MFA support**. However, in this case, you can't use the Single Sign On mechanism and you must type a password. You won't need to use a federated VM to log into your managed instance.
311
+
1. You can also sign in using the testUser1@aadsqlmi.net credentials with the SSMS option **Active Directory – Universal with MFA support**. However, in this case, you can't use the Single Sign On mechanism and you must type a password. You won't need to use a federated VM to log in to your managed instance.
312
312
1. As part of the role member **SELECT**, you can selectfrom the `test` table
313
313
314
314
```sql
@@ -330,9 +330,9 @@ Test authenticating to a managed instance using a member of a Windows group `mig
330
330
331
331
> [!NOTE]
332
332
> Due to a known design issue for Azure SQL DB, a create a table statement executed as a member of a group will fail with the following error: </br></br>
333
-
`Msg 2760, Level 16, State 1, Line 4
333
+
>`Msg 2760, Level 16, State 1, Line 4
334
334
The specified schema name "[email protected]" either does not exist or you do not have permission to use it.`</br></br>
335
-
The current workaround is to create a table with an existing schema in the case above <dbo.new>
335
+
>The current workaround is to create a table with an existing schema in the case above <dbo.new>
0 commit comments