Skip to content

Commit 607936c

Browse files
authored
Merge pull request #50245 from rayne-wiselman/rayne-august28
updating rehost vm article
2 parents d9ac318 + f3b8dc9 commit 607936c

File tree

2 files changed

+95
-62
lines changed

2 files changed

+95
-62
lines changed

articles/migrate/contoso-migration-rehost-linux-vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: site-recovery
55
author: rayne-wiselman
66
ms.service: site-recovery
77
ms.topic: conceptual
8-
ms.date: 07/12/2018
8+
ms.date: 08/28/2018
99
ms.author: raynew
1010

1111
---
@@ -67,7 +67,7 @@ After pinning down goals and requirements, Contoso designs and review a deployme
6767
- The VMware environment is managed by vCenter Server 6.5 (**vcenter.contoso.com**), running on a VM.
6868
- Contoso has an on-premises datacenter (**contoso-datacenter**), with an on-premises domain controller (**contosodc1**)
6969

70-
## Proposed architecture
70+
### Proposed architecture
7171

7272
- Since the app is a production workload, the VMs in Azure will reside in the production resource group **ContosoRG**.
7373
- The VMs will be migrated to the primary region (East US 2) and placed in the production network (VNET-PROD-EUS2):
@@ -83,7 +83,7 @@ Contoso evaluates the proposed design by putting together a pros and cons list.
8383

8484
**Consideration** | **Details**
8585
--- | ---
86-
**Pros** | Both the app VMs will be moved to Azure without changes, making the migration simple.<br/><br/> Since Contoso is using lift-and-shift for both app VMs, no special configuration or migration tools are needed for the app database.<br/><br/> Contoso will retain full control of the app VMs in Azure. <br/><br/> SQL Database has built-in fault tolerance that Contoso doesn't need to set up. This ensures that the data tier is no longer a single point of failover.</br>/br> The app VMs are running Ubuntu 16.04-TLS, which is a endorsed Linux distribution. [Learn more](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
86+
**Pros** | Both the app VMs will be moved to Azure without changes, making the migration simple.<br/><br/> Since Contoso is using lift-and-shift for both app VMs, no special configuration or migration tools are needed for the app database.<br/><br/> Contoso will retain full control of the app VMs in Azure. </br>/br> The app VMs are running Ubuntu 16.04-TLS, which is a endorsed Linux distribution. [Learn more](https://docs.microsoft.com/azure/virtual-machines/linux/endorsed-distros).
8787
**Cons** | The web and data tier of the app will remain a single point of failover. <br/><br/> Contoso will need to continue supporting the app as Azure VMs rather than moving to a managed service such as Azure App Service and Azure Database for MySQL.<br/><br/> Contoso is aware that by keeping things simple with a lift-and-shift VM migration, they're not taking full advantage of the features provided by [Azure Database for MySQL](https://docs.microsoft.com/azure/mysql/overview) (built-in high availability, predictable performance, simple scaling, automatic backups and built-in security).
8888

8989
### Migration process

0 commit comments

Comments
 (0)