Member-only story
Unraveling the Secrets of Building Cloud-Native Applications
Microsoft offers free ebooks to help you smoothly move your apps to the cloud. In this post, we’ll discuss different ways to migrate to the cloud and discover how these strategies can maximize the benefits of cloud computing for you!
👉Cloud Infrastructure-Ready (Lift and shift)
Lift & Shift is a migration approach where you move your existing on-premises applications to a cloud infrastructure as a service (#IaaS) platform.
🎯 Applications deployed to VMs in Azure
🎯 SQL or any relational database on a VM
🟢 No rearchitecting, no new code
🟢 Least effort for quick migration
🟢 Basic availability guarantees
🟢 After moving to the cloud, it’s easier to modernize even more
🔴 Smaller cloud value
🔴 Little is managed
https://lnkd.in/gi5zmuJs
👉Cloud-Optimized (Modernize)
You can leverage modern cloud technologies, such as #containers and managed services, to enhance your application without major code changes.
🎯 Monolithic or N-Tier apps deployed to Azure App Service, Azure Container Instance, VMs with containers, or AKS
🎯 Azure SQL Database Managed Instance or…