I recently started creating Azure DevOps templates to create more extensible pipelines. I figured setting tags would be a good place to start with templates.
Learn how to add logic into the pipeline file to avoid a default timeout on self-host Azure DevOps agent.
Learn how to call the Azure DevOps API using PowerShell with Pester tests and set up a CI job in Azure DevOps to run the code.
code from the post available at https://github.com/devopsdina/remove-offline-agents
My storage container needs to use a whitelist for access but the hosted agents IP is constantly changing!
code from the post available at https://github.com/devopsdina/az-storage-firewall-hosted-agts
Learn how to use free Microsoft hosted agents in Azure DevOps to run Chef Test Kitchen. Examples of azure-pipeline files using only PowerShell as well as the Chef Integration from the marketplace using variables and variable groups.
There is a limit of one parallel (concurrent) build on private azure devops projects. If your project is public, you can run 10 parallel builds for free.
How to run Pester tests in Azure DevOps with Test Results. Then link it to a Github pull request with continuous integration.
All code available at: https://github.com/devopsdina/ado-pipelines-demo-win