DevOps Classroomnotes 01/Feb/2023

Azure Repos

  • Create a Repository in Azure Repos
    Preview
  • Now for https url generate git credentials
    Preview
  • Lets use ssh
    Preview
    Preview
    Preview
    Preview

Azure Pipelines

  • This is service where we create CI/CD Pipelines
  • Basic CD pipeline
    Preview
  • Azure Pipelines can be created in two ways
    • Classic Editior:
      • This is a visual way to create Pipelines
      • History is not maintained
    • YAML (azure-pipelines.yaml):
      • This is pipeline as a code approach
      • Any change made into pipeline is maintained in git repository as commit/history
      • To have a different pipeline per branch

Manual Process for Building a Java Application

  • The applications is hosted at Refer Here
  • Clone the code
  • Ensure Java 8 is installed on the system
  • Ensure Maven is installed on the system
  • Execute the following command
cd game-of-life
mvn package

Ways of Working

  • Before creating a CI/CD pipeline, Ensure
    • you have all the manual steps
    • you have executed and verified if they are working
  • Generally pipelines are executed on servers, To create these servers we will be using AWS/Azure Virtual Machines

Cloud Accounts

Published
Categorized as Uncategorized Tagged

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 Wordpress Development 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