Skip to content

Latest commit

 

History

History
44 lines (43 loc) · 1.78 KB

File metadata and controls

44 lines (43 loc) · 1.78 KB
layout flashcard-topic
title AZ 900 - Azure DevOps
main_card_title Azure DevOps
main_card_bg #6586c3
card_bg #9aacd5
cards
title description
DevOps
Communication + Quick Feedback + Automation
title description
Continuous Integration
Continuously run your tests and packaging
title description
Continuous Deployment
Continuously deploy to test environments
title description
Continuous Delivery
Continuously deploy to production
title description
Infrastructure as Code
Treat infrastructure the same way as application code. Automate provisioning and management of infrastructure.
title description
Azure Repos
Private Git-based source control
title description
Azure Pipelines
CI/CD pipeline orchestration tool
title description
Azure Boards
Agile and Scrum board management
title description
Azure Artifacts
Artifact repository for packages and binaries
title description
Azure Test Plans
Automation testing tool integrated with CI/CD pipelines
title description
ARM Templates
Infrastructure as Code to automate resource provisioning in Azure
title description
Azure Portal
Web-based UI. No automation. Runs in modern browsers.
title description
Azure Mobile App
iOS/Android app. Convenient for remote management.
title description
Azure PowerShell
Execute cmdlets and create scripts. Windows and cross-platform.
title description
Azure CLI
Execute Bash scripts. Linux and cross-platform.
title description
Azure Cloud Shell
Free, browser-based shell. Pre-installed Azure tools. Supports PowerShell and CLI. Runs in modern browsers.
title description
DevTest Labs
Quickly provision development and test environments