Azure App Services
- Azure Web Apps is platform as a service
- Azure Web Apps allows us to run
- .net
- python
- nodejs
- java
- static webapps
- Docker
- etc..
- Azure Webapps allow us to choose OS
- Windows
- Linux
- Refer Here for Azure Web Apps/Azure App Service docs
- Lets create a sample azure app service (Webapp)
- Refer Here for the deployment
- Lets setup deployment
- As we have observed, we can make changes and deploy them directly to azure app services for
- .net
- java
- python
- php
- Go
- Ruby
- If we need to run unsupported versions, we can use Docker here