https://github.com/alexander-kastil/ci-cd-basics
A general introduction to DevOps principles using Azure DevOps
https://github.com/alexander-kastil/ci-cd-basics
azure-devops devops learning
Last synced: 1 day ago
JSON representation
A general introduction to DevOps principles using Azure DevOps
- Host: GitHub
- URL: https://github.com/alexander-kastil/ci-cd-basics
- Owner: alexander-kastil
- License: gpl-3.0
- Created: 2021-04-18T08:41:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T11:23:13.000Z (almost 2 years ago)
- Last Synced: 2025-05-11T23:11:22.348Z (4 days ago)
- Topics: azure-devops, devops, learning
- Language: PowerShell
- Homepage: http://www.integrations.at
- Size: 8.3 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Introduction to DevOps
Companion Material for Class Delivery by [Alexander Pajer](https://github.com/arambazamba) containing:
- [Requirements / Tooling](./tooling)
- [Register Azure DevOps Organisation](./tooling/07-azdevops)
- [Git & GitHub Basics](./tooling/01-github)
- [Visual Studio Code Intro](./tooling/02-vscode)
- [Document Repos using Markdown](./tooling/03-markdown)
- [Using Azure CLI](./tooling/04-cli)
- [Instructor Demos](./demos)
- [Guided Scripts to setup an Azure hosted Development & Lab VM](./setup)
- [Base Dev Environment Setup inkluding Visual Studio Code Extensions](./setup/#basics)
- [Setup Windows Subsystem for Linux 2 - WSL2](./Setup/#wsl)
- [Setup Docker & Kubernetes](./Setup/#docker-wsl)
- [Use Teams in VM](./Setup/#teams)
- [Labs](./Labs)## Required Cloud Ressources
- [Github User Account](https://github.com/)
- [Azure DevOps Account](https://dev.azure.com/)
- Azure Subscription:
Please do not use a Production Account for Training
- Azure Paid / Sponsored Subscription
- [Azure Trial Subscription](https://azure.microsoft.com/en-us/free/)## Contributing
Feel free to contribute. When contribute implement your changes / additions on a feature branch in your fork and issue a pull request after completion. An introduction video into forks and pull requests can be found [here](https://www.youtube.com/watch?v=nT8KGYVurIU)