Organizational Scenario
- Lets try to understand a simple 3 tier architecture of an application (lt-payroll) developed by a ficticious company Learning Thoughts.

- Now when we want to use Azure to run this application we need to understand Cloud Service Models
- Infrastructure as a Service (IaaS)
- Platform as a Service (PaaS)
- Software as a Service

- To run your application on Azure

- To run your databases on Azure

- Virtual Machines => We choose OS & VM Configuration=> IaaS
- Azure App Service => We choose runtime => PaaS
- Azure SQL Database => We dont install sql server here we just create and use => PaaS
- Azure Database for MySQL => PaaS
- Refer Here for the PaaS demonstration by Microsoft
Exploring
- create a Windows VM
- create a sample App Service
- note: view the classroom recording for the basic steps
