Tuesday, January 21, 2020

Cloud Migration Strategies


  1. Rehost
  2. Refactor
  3. Re-architect

Rehost - This is the fastest way to move to cloud. Move all your workload to VM. Also known as "lift and shift". IaaS.


Refactor - Make few changes in the application and host it on Azure. This is through PaaS. (Example: Azure App Service or Azure SQL)


Re-architect - Breakdown large application into smaller micro-services. Or through SaaS offering

No comments: