Possible Compute hosting options in Azure
- Virtual Machines
- Azure Batch
- App Service
- Azure Functions
- Container Instances
- Service Fabric
- Azure Kuberenetes Services
Choosing a right service for application
Running an app in Azure VM
- Lets try to run some java application in azure vm
- Ensure your laptop has necessary softwares installed Watch Here
- Login into the linux machine
sudo apt-get update
sudo apt-get install apache2 -y
sudo apt-get install openjdk-8-jdk -y
wget https://referenceappkhaja.s3-us-west-2.amazonaws.com/spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar
java -jar spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar
Azure App Service
- Create a basic app service