Check your Power Platform solutions for secrets with Pester and PowerShell
A guide to using PowerShell's Pester framework and the PSSecretScanner module to automatically scan Power Platform solutions for exposed secrets like tokens and passwords.
A guide to using PowerShell's Pester framework and the PSSecretScanner module to automatically scan Power Platform solutions for exposed secrets like tokens and passwords.
A guide to building an AI-powered automated code review system for Azure DevOps pull requests using OpenAI models via Microsoft Foundry.
Fixing a misleading Azure AD group permission error during DACPAC deployment in Azure DevOps, related to schema creation.
Fixing Azure DevOps pipeline error where Azure Functions Core Tools can't find .NET 10 installed by UseDotNet@2 task on Windows agents.
Guide to running legacy ASP.NET Core 3.1 applications inside a .NET 9 container, covering dependency fixes and DevOps pipeline updates.
A technical guide on manually configuring federated identity service connections in Azure DevOps to maintain control over Azure Entra service principals.
A study guide and resource list for renewing the Microsoft Azure DevOps Engineer Expert certification in 2025.
A guide on how to output the value of a secret variable in Azure DevOps pipelines using a PowerShell character array workaround.
Learn to automate pull request descriptions in Azure DevOps using Azure OpenAI's GPT-4o to generate summaries of code changes.
Using Microsoft Power Platform to automate and manage Azure DevOps Pull Request workflows, reducing manual tasks for developers.
A guide on using PowerShell to automate security checks, enforce compliance, and secure secrets within Azure DevOps CI/CD pipelines.
Azure Managed DevOps Pools (MDP) is a new managed service for scalable, secure, and high-performance build agents integrated with private Azure networks.
A beginner's guide to installing Git, setting up a repository, and making your first commit with step-by-step instructions.
Guide to deploying AWS infrastructure using Terraform within Microsoft Azure DevOps pipelines, including setup for cross-cloud deployments.
A guide to configuring .NET code coverage analysis within an Azure DevOps pipeline, including setup steps and integration with pull requests.
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.