Multiple ways to automate code testing
Explores automated code testing methods for PowerShell using Azure DevOps, VSCode extensions, and Git Hooks.
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.
A developer details their migration from Azure DevOps to GitHub Actions for CI/CD, including setup steps and configuration.
A guide on deploying Bicep templates from a private registry using Azure DevOps or GitHub Actions, focusing on required permissions and pipeline setup.
A developer shares lessons learned while building a CI/CD pipeline using Azure DevOps, Terraform, and Terratest for deploying an AKS cluster.
A personal update and tech newsletter covering Terraform course updates, a GCP Flask app deployment tutorial, and a podcast on open-source community building.
A collection of DevOps resources covering Git/GitHub basics, OWASP Top 10, branching strategies, Azure DevOps, and key performance metrics.