Azure Classroom Series – 12/Nov/2019

Application Setups for Azure

  • Create two VM Images

Spring-pet Clinic

  • This application is based out of java spring framework
  • Prereqs:
    • Java 8 should be installed.
  • Download the Spring-petclinic.jar file file from here
  • once application is downloaded execute the following command in the terminal
java -jar <path to spring-petclinic.jar>

Manual Steps

  • Deploy Spring Pet Clinic which by default runs on 8080 port
sudo apt-get update
sudo apt-cache search jdk | less
sudo apt-get install openjdk-8-jdk -y
java -version
wget https://qt-s3-new-testing.s3-us-west-2.amazonaws.com/spring-petclinic.jar
java -jar spring-petclinic.jar

Student Courses Application

  • This is application written in Python Flask
  • Prereqs:
    • Python 3
    • pip-3
  • Steps
sudo apt-get update
sudo apt-get install python3 python3-pip git -y
git clone https://github.com/DevProjectsForDevOps/StudentCoursesRestAPI.git
cd StudentCoursesRestAPI
pip3 install -r requirements
python3 app.py

IIS Server

*Refer Here

Lamp Stack

  • Install Lamp Stack

VM Reserved Instances

  • Long term Commitments of using a VM. Reduces cost till 72%.

Pricing Calculator

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

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

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube