Skip to content

Commit 5f7e548

Browse files
committed
Adding changes to tut per Mirek
1 parent b324449 commit 5f7e548

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/sql-database/tutorial-managed-instance-azure-active-directory-migration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: tutorial
88
author: GitHubMirek
99
ms.author: mireks
1010
ms.reviewer: vanto
11-
ms.date: 10/22/2019
11+
ms.date: 10/30/2019
1212
---
1313

1414
# Tutorial: Migrate SQL Server on-premises Windows users and groups to Azure SQL Database managed instance using T-SQL DDL syntax
@@ -36,6 +36,8 @@ To complete this tutorial, the following prerequisites apply:
3636
- Access to Active Directory to create users/groups.
3737
- An existing SQL Server in your on-premises environment.
3838
- An existing managed instance. See [Quickstart: Create an Azure SQL Database managed instance](sql-database-managed-instance-get-started.md).
39+
- A `sysadmin` in the managed instance must be used to create Azure AD logins.
40+
- [Create an Azure AD admin for managed instance](sql-database-aad-authentication-configure.md#provision-an-azure-active-directory-administrator-for-your-managed-instance).
3941
- You can connect to your managed instance within your network. See the following articles for additional information:
4042
- [Connect your application to Azure SQL Database managed instance](sql-database-managed-instance-connect-app.md)
4143
- [Quickstart: Configure a point-to-site connection to an Azure SQL Database Managed Instance from on-premises](sql-database-managed-instance-configure-p2s.md)
@@ -209,7 +211,7 @@ Follow our [Quickstart: Restore a database to a managed instance](sql-database-m
209211

210212
Execute the ALTER USER command to complete the migration process on managed instance.
211213

212-
1. Sign into your managed instance using the SQL Admin account for managed instance. Then create your Azure AD login in the managed instance using the following syntax:
214+
1. Sign into your managed instance using the SQL Admin account for managed instance. Then create your Azure AD login in the managed instance using the following syntax. For more information, see [Tutorial: Managed instance security in Azure SQL Database using Azure AD server principals (logins)](sql-database-managed-instance-aad-security-tutorial.md).
213215

214216
```sql
215217
use master

0 commit comments

Comments
 (0)