Azure DevOps Training
Mastering Modern DevOps with
Microsoft Azure
Presented by: [Your Name] | [Date]
Agenda
• 1. Introduction to Azure DevOps
• 2. Azure DevOps Project Setup
• 3. Azure Boards (Work Tracking)
• 4. Azure Scrum Sprint Management
• 5. Azure Repos (Git-based Version Control)
• 6. Azure Pipelines (CI/CD Basics)
• 7. Azure Test Plans (Optional)
• 8. Azure Artifacts (Optional)
• 9. Q&A
Introduction to Azure DevOps
• Microsoft’s end-to-end DevOps solution
• Supports the full SDLC
• Integrated tools for planning, development,
testing, and delivery
• Cloud-hosted or on-prem (Azure DevOps
Server)
Key Services in Azure DevOps
• Azure Boards: Plan, track, and discuss work
• Azure Repos: Git-based source control
• Azure Pipelines: Build, test, and deploy
automation
• Azure Test Plans: Manual and exploratory
testing (optional)
• Azure Artifacts: Package management
(optional)
Azure DevOps Project Setup
• Steps:
• - Create or use organization
• - Start new project (name, visibility, desc.)
• - Choose Agile, Scrum, or CMMI
• - Set team permissions and structure
Azure Boards – Work Tracking
• Work Items: Epics, Features, Stories, Tasks,
Bugs
• Backlog for planning
• Kanban Boards for execution
• Queries and dashboards for tracking
Azure Scrum Sprint Management
• Sprint planning & grooming
• Assigning work to sprints
• Burndown charts & velocity
• Iteration setup in project settings
Azure Repos – Git-Based Version
Control
• Git repositories for versioning
• Branching: Feature, Dev, Main
• Pull Requests and Reviews
• Commit history and traceability
Azure Pipelines – CI/CD Basics
• CI: Auto build & test
• CD: Deliver code to environments
• YAML or classic editor
• Integrates with GitHub, Bitbucket, etc.
Sample CI/CD Pipeline Flow
• 1. Push code to Azure Repo
• 2. Trigger build pipeline
• 3. Run automated tests
• 4. Create artifacts
• 5. Deploy via release pipeline
Azure Test Plans (Optional)
• Manual & exploratory test management
• Capture: screenshots, video, notes
• Manage test suites, plans, and runs
Azure Artifacts (Optional)
• Manage packages: NuGet, npm, Maven,
Python
• Version control & access
• Integrates with Pipelines
Summary
• Azure DevOps streamlines delivery
• Unified platform for code, tracking,
deployment
• Scalable for all team sizes
• Supports Agile, Scrum, DevOps
Q&A
• Thank you!
• Questions and Discussion

Azure_DevOps_Training_PPT BASIC Slides.pptx

  • 1.
    Azure DevOps Training MasteringModern DevOps with Microsoft Azure Presented by: [Your Name] | [Date]
  • 2.
    Agenda • 1. Introductionto Azure DevOps • 2. Azure DevOps Project Setup • 3. Azure Boards (Work Tracking) • 4. Azure Scrum Sprint Management • 5. Azure Repos (Git-based Version Control) • 6. Azure Pipelines (CI/CD Basics) • 7. Azure Test Plans (Optional) • 8. Azure Artifacts (Optional) • 9. Q&A
  • 3.
    Introduction to AzureDevOps • Microsoft’s end-to-end DevOps solution • Supports the full SDLC • Integrated tools for planning, development, testing, and delivery • Cloud-hosted or on-prem (Azure DevOps Server)
  • 4.
    Key Services inAzure DevOps • Azure Boards: Plan, track, and discuss work • Azure Repos: Git-based source control • Azure Pipelines: Build, test, and deploy automation • Azure Test Plans: Manual and exploratory testing (optional) • Azure Artifacts: Package management (optional)
  • 5.
    Azure DevOps ProjectSetup • Steps: • - Create or use organization • - Start new project (name, visibility, desc.) • - Choose Agile, Scrum, or CMMI • - Set team permissions and structure
  • 6.
    Azure Boards –Work Tracking • Work Items: Epics, Features, Stories, Tasks, Bugs • Backlog for planning • Kanban Boards for execution • Queries and dashboards for tracking
  • 7.
    Azure Scrum SprintManagement • Sprint planning & grooming • Assigning work to sprints • Burndown charts & velocity • Iteration setup in project settings
  • 8.
    Azure Repos –Git-Based Version Control • Git repositories for versioning • Branching: Feature, Dev, Main • Pull Requests and Reviews • Commit history and traceability
  • 9.
    Azure Pipelines –CI/CD Basics • CI: Auto build & test • CD: Deliver code to environments • YAML or classic editor • Integrates with GitHub, Bitbucket, etc.
  • 10.
    Sample CI/CD PipelineFlow • 1. Push code to Azure Repo • 2. Trigger build pipeline • 3. Run automated tests • 4. Create artifacts • 5. Deploy via release pipeline
  • 11.
    Azure Test Plans(Optional) • Manual & exploratory test management • Capture: screenshots, video, notes • Manage test suites, plans, and runs
  • 12.
    Azure Artifacts (Optional) •Manage packages: NuGet, npm, Maven, Python • Version control & access • Integrates with Pipelines
  • 13.
    Summary • Azure DevOpsstreamlines delivery • Unified platform for code, tracking, deployment • Scalable for all team sizes • Supports Agile, Scrum, DevOps
  • 14.
    Q&A • Thank you! •Questions and Discussion