Platform as a Service – Azure Web Apps
- Azure App Service is a Platform as a Service offering in Azure which enables to run applications Refer Here
- Lets create an App Service






- Now Navigate to the url

- Refer Here for sample app



- Make changes and push the changes


App Service Plans
- Broadly are divided into
- Basic/Shared
- Standard/Premium
- Isolated
- Basic/Shared are plans recommended for dev/test environments. The Basic plan will support only manual scaling and share (F1) doesnot support scaling
- Refer Here for hosting plans
- Refer Here for pricing plans
- Refer Here
