October 2018
Intermediate to advanced
224 pages
5h 22m
English
When looking at migrating to Azure, sometimes, you need to look past moving the virtual machine to Azure, as you can just move the service itself. Because we are looking at migration and not wholesale code changes, let's pick on some low hanging fruit. In most organizations, you have web applications that usually have databases like SQL to support them. So, for this exercise, let's say that we have virtual machines we want to move—one has two websites and the other has two SQL databases. Instead of moving the two virtual machines, you could just move the websites and databases to Azure as instances. The websites would be deployed to App Services, which is Azure's "IIS" for hosting web applications. Databases would either ...