MCW Linux lift and shift
Перейти к файлу
Hope Rosen 7b38aac6a1
Update README.md
2019-07-01 10:59:47 -07:00
Hands-on lab moved to archive - closes #14 2019-01-30 16:32:40 -06:00
Whiteboard design session Update WDS trainer guide - Linux lift and shift.md 2019-01-29 14:06:59 -08:00
.gitignore Initial commit 2018-03-21 14:09:47 -07:00
CONTRIBUTING.md refactoring folders 2018-06-06 11:33:45 -05:00
HTMLLINKS.md Update HTMLLINKS.md 2019-01-29 14:14:27 -08:00
LICENSE updated license to MIT 2018-06-08 05:56:21 -05:00
README.md Update README.md 2019-07-01 10:59:47 -07:00

README.md

Linux lift and shift

This workshop is archived and is no longer being maintained. Content is read-only.

Fabrikam Global Manufacturing & Operations Corporation, based in Japan, provides product design, manufacturing, and repair services of domestic individual or industrial electronics, as well as global support for their customers.

To avoid any impact from restructured support operations, executives decided to migrate on-premises customer support systems into Microsoft Azure. The hope is that running Linux VMs on Azure should enable Fabrikam to lower costs while sustaining or even increasing availability of the application.

Target audience

  • Infrastructure Architect
  • Application Developer

Abstract

Workshop

In this workshop, you will learn how to migrate a Linux based application to the Azure Cloud. This will include the use of Azure IaaS Virtual Machines and Virtual Machine Scale Sets. Azure platform as a service (PaaS) will also be leveraged including Azure App Services (Web App), and Azure Database for MySQL.

By the end of this workshop, you will have learned to leverage Azure Resource Manager templates, the Linux custom script extension, GitHub and a Linux Docker Container in the App Service to lift and shift open source applications to Azure

Whiteboard design session

In this whiteboard design session, you will learn how to migrate an existing Linux based deployment into Microsoft Azure, and configure it for availability, connectivity, monitoring and general best practices using Azure Virtual Machines (VMs), Virtual Machine Scale Sets and Azure Web Apps with Linux.

By the end of the whiteboard design session, you will be better able to configure Linux VMs and VM Scale Sets in Azure for availability, storage, and connectivity. You will also be better prepared to migrate data from on-premises to Azure, establish connectivity between multiple regions and on-premises to Azure. You will also learn how to deploy and scale applications to Azure Web Apps on Linux.

Hands-on lab

In this hands-on lab, you will migrate an on-premises based help desk application called OsTicket, to Azure. This will be a two-phase project to lift-and-shift the application into Azure IaaS and then migrate it to Azure PaaS. The application is Linux based using Apache, PHP and MySQL (LAMP). During the process of these phases, you will ensure zero data loss.

By the end of the hands-on lab you will be better able to configure Linux VMs and VM Scale Sets in Azure for availability, storage, and connectivity. You will also be better prepared to migrate data from on-premises to Azure, establish connectivity between multiple regions and on-premises to Azure. You will also learn how to deploy and scale applications to Azure Web Apps on Linux.

  • Azure VMs
  • Azure Portal
  • Azure CLI
  • Azure App Services on Linux
  • Azure Database for MySQL
  • Azure Resource Manager Templates
  • MySQL Workbench