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/dms/resource-network-topologies.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Network topologies for Azure SQL Database Managed Instance migrations using Azure Database Migration Service | Microsoft Docs
3
3
description: Learn the source and target configurations for Azure Database Migration Service.
4
4
services: database-migration
5
-
author: pochiraju
5
+
author: HJToland3
6
6
ms.author: jtoland
7
7
manager: craigg
8
8
ms.reviewer: craigg
@@ -14,9 +14,11 @@ ms.date: 06/07/2019
14
14
---
15
15
16
16
# Network topologies for Azure SQL DB Managed Instance migrations using Azure Database Migration Service
17
+
17
18
This article discusses various network topologies that Azure Database Migration Service can work with to provide a comprehensive migration experience from on-premises SQL Servers to Azure SQL Database Managed Instance.
18
19
19
20
## Azure SQL Database Managed Instance configured for Hybrid workloads
21
+
20
22
Use this topology if your Azure SQL Database Managed Instance is connected to your on-premises network. This approach provides the most simplified network routing and yields maximum data throughput during the migration.
21
23
22
24

@@ -27,7 +29,9 @@ Use this topology if your Azure SQL Database Managed Instance is connected to yo
27
29
- The VNet used in this scenario is also connected to the on-premises network by using either [ExpressRoute](https://docs.microsoft.com/azure/expressroute/expressroute-introduction) or [VPN](https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-about-vpngateways).
28
30
29
31
## Azure SQL Database Managed Instance isolated from the on-premises network
32
+
30
33
Use this network topology if your environment requires one or more of the following scenarios:
34
+
31
35
- The Azure SQL Database managed instance is isolated from on-premises connectivity, but your Azure Database Migration Service instance is connected to the on-premises network.
32
36
- If Role Based Access Control (RBAC) policies are in place and you need to limit the users to accessing the same subscription that is hosting the Azure SQL Database managed instance.
33
37
- The VNets used for the Azure SQL Database Managed Instance and Azure Database Migration Service are in different subscriptions.
@@ -61,7 +65,7 @@ Use this network topology if your environment requires one or more of the follow
61
65
62
66
**Requirements**
63
67
64
-
- Set up [VNet network peering](https://docs.microsoft.com/azure/virtual-network/virtual-network-peering-overview) between the VNET used for Azure SQL Database managed instance and Azure Database Migration Service.
68
+
- Set up [VNet network peering](https://docs.microsoft.com/azure/virtual-network/virtual-network-peering-overview) between the VNet used for Azure SQL Database managed instance and Azure Database Migration Service.
0 commit comments