Options for Hosting Web Applications
- Self Hosted Applications on on-premise data centers
- Virtual Machines from Cloud Service Providers => IaaS (Infrastructure as a Service):
- Platforms from Cloud Service Providers => (Platform as a Service):
-
IAAS vs PAAS vs SAAS
For Installing Applications
- To realize IAAS
- We have create a Azure VM with some os
- Installed necessary softwares
- Created some html pages
- To realize PAAS
- We have create Aure app service and choosen platform (.,net)
- Deploy code
For Database
- IAAS:
- Create VM
- Install Database
- Configure Database
- PAAS:
- Create Azure SQL with Database Platform selected
- Use Database
Next Steps
- Lets deploy app service from code
- Lets create a database with some entries
Activites
- Refer Here
- Azure Free Tier Account:
- Create an outlook mail id Refer Here
- Use this for creating Azure free tier account.
- Create free tier account Refer Here
- Ensure you have
- GitHub Account: Refer Here
