What is DevOps, CI/CD, Agile & Azure DevOps? | Free Azure DevOps Full Course for Beginners Day-1/16

What is DevOps, CI/CD, Agile & Azure DevOps? | Free Azure DevOps Full Course for Beginners Day-1/16

Introduction to Azure DevOps: Day One

Overview of the Series

  • The speaker introduces the Azure DevOps Zero to Hero series, emphasizing a direct approach to learning without wasting time.
  • The first day's focus is on introducing Azure DevOps and covering basic concepts like CI/CD, Agile, and the challenges of traditional software development.

Understanding Cloud Computing

  • The necessity for cloud computing is explained through a scenario where an IT firm needs resources for expansion, highlighting upfront costs (CapEx) versus recurring costs (OpEx).
  • Cloud computing is defined as accessing computer resources over the internet instead of managing physical hardware, which minimizes CapEx and OpEx.

Types of Cloud Services: IaaS, PaaS, SaaS

  • IaaS (Infrastructure as a Service) provides full control over infrastructure resources; users manage their own operating systems and applications.
  • PaaS (Platform as a Service) offers a runtime environment for application deployment without access to the underlying OS; it simplifies development tasks.
  • SaaS (Software as a Service) delivers applications hosted by cloud providers that users can consume directly without customization or deployment responsibilities.

Cost Models in Cloud Services

  • IaaS typically follows a pay-per-use model while PaaS services are service-based. SaaS models often operate on subscription bases.
  • Lift-and-shift migration refers to moving existing applications from on-premises to cloud infrastructure with minimal changes.

Shared Responsibility Model

  • The shared responsibility model outlines the division of responsibilities between customers and Microsoft regarding security and management in cloud environments.

Understanding Cloud Service Models

Differences Between IaaS, PaaS, and SaaS

  • In Infrastructure as a Service (IaaS), customers manage everything from physical data centers to applications. The responsibility lies entirely with the customer or a third-party organization.
  • In Platform as a Service (PaaS), Microsoft manages the physical infrastructure and operating system, allowing customers to focus on their applications and networking controls.
  • Software as a Service (SaaS) involves shared responsibilities where Microsoft handles both the physical aspects of infrastructure and the operating system, while customers manage their applications and network controls.
  • Customers are responsible for managing their information data, devices, accounts, and identities in SaaS environments.

Traditional Software Development Life Cycle Issues

  • The traditional software development life cycle often involved multiple teams such as developers, operations, quality assurance, and production support working sequentially.
  • Code is committed to a version control system; then an Ops team creates builds that are deployed to various environments for testing before going live.
  • This process follows a waterfall model starting with requirement gathering followed by design, coding, testing, deployment, and maintenance phases.

Limitations of the Waterfall Model

  • The waterfall model restricts movement between stages; once one step is completed you cannot return to previous steps.
  • It is time-consuming since it delivers entire applications at once leading to long delivery times for fixes.
  • Dependencies among teams create bottlenecks; for instance, testing cannot begin until all code is developed.

Challenges Faced in Traditional Workflows

  • Changes become costly due to rigid adherence to the lifecycle process which limits flexibility in making adjustments.
  • Lack of transparency leads to limited customer involvement resulting in management bottlenecks that hinder prioritization of tasks.

Transitioning Towards Agile Methodologies

  • To address issues with the waterfall model, advanced models like Rapid Application Development emerged; however, Agile has become one of the most successful methodologies today.
  • Agile focuses on continuous feedback through small iterations rather than delivering everything at once. This allows for quick adaptations based on changing requirements or new bugs.

DevOps Overview and Azure DevOps Introduction

Understanding DevOps and Its Lifecycle

  • DevOps addresses limitations of traditional software development life cycles by integrating operations with development, enhancing collaboration across teams.
  • The process begins with planning, followed by coding, building, packaging, testing (Continuous Integration - CI), and culminates in release and deployment (Continuous Deployment - CD).
  • Continuous monitoring is emphasized throughout the lifecycle to ensure ongoing feedback and improvement; this cyclical nature is represented as an infinity loop.
  • Collaboration extends beyond developers and operations to include security, QA/testing teams, ensuring comprehensive support for continuous testing and vulnerability scanning.
  • The integration of various teams fosters a non-siloed approach to achieving organizational goals effectively.

Introduction to Azure DevOps

  • Users can start using Azure DevOps by signing up through a provided URL; upon registration, they are directed to dev.azure.com where their default organization is created.
  • Organizations in Azure DevOps are logically separated; resources from one organization cannot access another's unless explicitly permitted.
  • Different organizations can be created for distinct business lines within a parent company (e.g., retail banking vs. commercial banking).
  • Within each organization, multiple projects can be established based on team structures or application needs; this flexibility supports tailored resource management.
  • Organizational settings can be managed at both the organization level and project level; users can navigate these settings via the interface.

Creating Projects in Azure DevOps

  • New projects can be created easily within an organization; users have options for public or private visibility during project setup.
  • Project creation involves selecting version control types (Git or TFVC), which will be explained further in subsequent sessions.
  • Users must choose a work item process (Agile, Basic, CMMI, Scrum), which dictates the project management framework utilized throughout the project's lifecycle.
  • After verifying details during project setup, users can create their project similar to existing test projects while managing specific settings unique to that project.

Overview of Azure DevOps Features

Project Dashboard and Overview

  • The project dashboard serves as an overview page displaying project statistics and widgets, with the current user being the only member.
  • The Wiki feature allows collaboration similar to Confluence, enabling team members to create and share documents across the project.

Project Management Tools

  • Boards in Azure DevOps function like Jira, allowing users to create work items, track progress, and discuss updates during standups.
  • Repositories (repos) are Git-based storage for code where multiple repositories can be created for different projects.

CI/CD Pipelines

  • Two types of pipelines are available: Build Pipeline (Continuous Integration - CI) and Release Pipeline (Continuous Deployment - CD), which will be explored further in the course.

Testing and Artifacts

  • Test Plans provide a service for testing within Azure DevOps. Artifacts serve as a repository for compiled packages that can be stored and used in release pipelines.

Understanding Azure DevOps Hosting Solutions

Hosting Options

  • There are two hosting solutions: Azure DevOps Services (cloud offering currently being used) and Azure DevOps Server (on-premises implementation).

Pricing Structure

  • The basic plan allows five free users per organization; additional users cost $6 each per month. This is sufficient for course completion without incurring costs.
  • An upgraded license for test plans costs $52 per user per month but includes a 30-day free trial.

Service Limitations

  • Users have access to one free Microsoft-hosted CI/CD agent, one self-hosted agent, and 2 GB of artifact storage; additional storage incurs a fee of $2 per GB.

Visual Studio Subscription Benefits

Free Access through Visual Studio Subscription

  • Azure DevOps is included with Visual Studio subscriptions, allowing unlimited organization creation without counting against the five-user limit.

Conclusion on Basic Concepts

Summary of Key Concepts

  • The video concludes by summarizing essential concepts related to DevOps methodologies such as Agile practices, CI/CD processes, and an introduction to using Azure DevOps effectively. Further exploration into specific features like Azure Boards will occur in subsequent sessions.
Video description

Welcome to Day 1 of the Azure DevOps Zero to Hero full course. In this video, we’ll start with the fundamentals, covering essential topics like Cloud Computing, Agile Methodology, DevOps principles, CI/CD pipelines, and a complete walkthrough of Azure DevOps. This session is perfect for beginners looking to understand not just what DevOps is, but why it matters in modern software development. We’ll break down concepts like IaaS vs PaaS vs SaaS, the Shared Responsibility Model, Waterfall vs Agile, and show how Azure DevOps fits into the CI/CD lifecycle. You'll also see how to create an Azure DevOps organization and project, explore hosting options, and understand the pricing model. In this course, we’ll walk through hands-on projects, real-time examples, and share all the course material with you. 📂 GitHub Repository for the full course: https://github.com/piyushsachdeva/AzureDevOps-Zero-to-Hero/ 📁 Day 1 notes & diagrams: https://github.com/piyushsachdeva/AzureDevOps-Zero-to-Hero/tree/main/Day1 If you’re serious about learning Azure DevOps, this is the best place to begin. Subscribe to stay updated and keep learning every day for the next 16 days! ----------------------------------------------------------------------------------------------------------------------- 𝗖𝗛𝗔𝗣𝗧𝗘𝗥𝗦 : 00:00 – Intro 01:05 – Cloud Computing 02:05 – IaaS vs PaaS vs SaaS 06:47 – Shared Responsibility Model 09:34 – Traditional Workflow Issues 13:35 – Agile Model 14:41 – DevOps, CI & CD 17:37 – What is Azure DevOps 24:45 – Azure DevOps Services 26:58 – Outro ----------------------------------------------------------------------------------------------------------------------- OTHER FREE & 𝗖𝗢𝗠𝗣𝗟𝗘𝗧𝗘 𝗧𝗨𝗧𝗢𝗥𝗜𝗔𝗟 𝗦𝗘𝗥𝗜𝗘𝗦 #10WeeksOfCloudOps https://www.youtube.com/playlist?list=PLl4APkPHzsUUc8HOEIwfB3Z2uxRv2SKOG Azure900WithPiyush https://www.youtube.com/playlist?list=PLl4APkPHzsUUOCWcjaXcH-WBVxCccZ4uO Namaste Google Cloud | GCP Tutorial for beginners, a complete playlist for the Associate Cloud Engineer Certification Exam: https://www.youtube.com/playlist?list=PLl4APkPHzsUXvkDFARdrH2LMESVqeuH8W DevOps Tutorial for Beginners https://www.youtube.com/playlist?list=PLl4APkPHzsUX2loJZOo3XtITGtc9UQabd AWS tutorial for beginners https://www.youtube.com/playlist?list=PLl4APkPHzsUUYlYFk5bgOU0Xhq_9c-9pQ Azure Data Fundamentals DP 900 full course https://www.youtube.com/playlist?list=PLl4APkPHzsUUd4rzzHEpHMsyD5PbVWz1I Jenkins Tutorial for Beginners https://www.youtube.com/playlist?list=PLl4APkPHzsUV3pz6zRpFJe3A4wTM2Pjvv DevOps and Cloud Podcasts: https://www.youtube.com/playlist?list=PLl4APkPHzsUWr7SI4Kym5dr80DovuSbL2 ----------------------------------------------------------------------------------------------------------------------- Connect with me here:👇👇 🔥YouTube ▶ https://www.youtube.com/TechTutorialswithPiyush ⛳LinkedIn ▶ https://www.linkedin.com/in/piyush-sachdeva/ 🚀Instagram ▶ https://www.instagram.com/techtutorialswithpiyush/ 🌍Twitter ▶ https://twitter.com/techie_piyush 👨‍💻 Github ▶ https://github.com/piyushsachdeva ✍ Medium.com ▶ https://medium.com/@piyush.sachdeva055 📚 dev.to: ▶ https://dev.to/piyushsachdeva ✨Discord ▶ https://discord.gg/TNCs4BRzq8 ----------------------------------------------------------------------------------------------------------------------- Tags: what is azure devops, what is devops, what is cicd, what is agile, azure devops tutorial for beginners, azure devops tutorial, azure devops zero to hero, azure devops full course, azure devops pipeline, azure devops ci cd, azure devops ci cd pipeline step by step, azure devops for beginners, azure devops complete tutorial for beginners, azure devops end to end project, azure devops realtime projects, azure devops projects, azure devops course, azure, devops tutorial for beginners, devops for beginners, cloud computing tutorial, devops fundamentals, agile vs waterfall ----------------------------------------------------------------------------------------------------------------------- Hashtags: #devops #azure #cloudcomputing