Using Azure Container Instances for an Azure DevOps Self-hosted Agent
Guide to setting up a self-hosted Azure DevOps pipeline agent using Azure Container Instances to bypass free-tier parallelism limits.
Guide to setting up a self-hosted Azure DevOps pipeline agent using Azure Container Instances to bypass free-tier parallelism limits.
Explores strategies for configuring Azure DevOps Service Connections for secure and efficient Azure deployments, covering scope and access decisions.
A developer compares Azure DevOps and GitHub, listing 22 reasons to switch for better collaboration, inner sourcing, and pull request workflows.
Fixing Xamarin Android build failures in CI/CD pipelines by updating to Java SDK 11 on Azure DevOps and GitHub Actions.
A guide to automating the cleanup of stale branches from a remote Git repository, covering generic approaches and provider-specific options.
Explores automated code testing methods for PowerShell using Azure DevOps, VSCode extensions, and Git Hooks.
A technical guide on managing and monitoring Microsoft Entra Workload Identities, focusing on lifecycle management and security analysis.
Explains how to correctly use Service Principal IDs (Client IDs vs. Object IDs) for Azure RBAC and Azure DevOps, fixing a common error.
A guide to automatically assign team reviewers to Azure DevOps pull requests using a PowerShell script and the Azure DevOps API within a pipeline.
A guide to setting up and running Playwright end-to-end tests within an Azure DevOps pipeline, including YAML configuration and artifact publishing.
Explains how to disable git hooks in an Azure DevOps YAML pipeline by setting the CI environment variable, as it's not set by default.
Guide to securing Azure infrastructure code using DevSecOps practices, Azure DevOps, and the KICS open-source static analysis tool.
A guide to implementing automatic rollback for Azure deployments using Azure DevOps pipelines and ARM templates.
How to use an Azure DevOps Pull Request template to enforce a team's Definition of Done and improve code review quality.
A technical guide on building a centralized MSP automation workflow using Azure DevOps, YAML pipelines, and custom web portals.
A guide to using an Azure DevOps pipeline to populate an Azure File Share with scripts/templates, including workarounds for PowerShell cmdlet limitations.
A guide on using Azure Artifacts for managing, hosting, and sharing NuGet, npm, and Maven packages within Azure DevOps.
Troubleshooting guide for Azure DevOps Contributors encountering TF401027 error when trying to create a new repository.
A guide to setting up automated end-to-end (E2E) tests for Azure Functions locally and in CI/CD pipelines, using xUnit and Azure Functions Core Tools.
An overview of Azure DevOps, covering its core services, workflow, and a practical guide for setting up a CI/CD pipeline for .NET applications.