Azure Classroom Series – 11/Jun/2020

Possible Compute hosting options in Azure

  1. Virtual Machines
  2. Azure Batch
  3. App Service
  4. Azure Functions
  5. Container Instances
  6. Service Fabric
  7. Azure Kuberenetes Services

Choosing a right service for application

Preview

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 Preview Preview Preview Preview Preview Preview Preview Preview Preview Preview

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About learningthoughtsadmin