From b6cd71109920ef7357f48ea5ce30c30536f3ab3f Mon Sep 17 00:00:00 2001 From: Mohammed Abdul Rahman <130785777+that-ar-guy@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:56:22 +0530 Subject: [PATCH] Update test-bicep-with-azure-pipelines.md --- docs/quickstarts/test-bicep-with-azure-pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstarts/test-bicep-with-azure-pipelines.md b/docs/quickstarts/test-bicep-with-azure-pipelines.md index 40743e010c..8ec54d4310 100644 --- a/docs/quickstarts/test-bicep-with-azure-pipelines.md +++ b/docs/quickstarts/test-bicep-with-azure-pipelines.md @@ -2,7 +2,7 @@ This quickstart guide will help you set up PSRule for Azure in an Azure DevOps pipeline to validate Infrastructure as Code (IaC) templates, such as ARM or Bicep files. By the end, you will have a pipeline that installs and runs PSRule, validates IaC templates, and publishes validation results in Azure DevOps Test Reports. -## Prerequisites +## Before you begin 1. **Azure DevOps account:** You need an Azure DevOps organization with an active project. 2. **IaC templates:** Ensure you have ARM or Bicep templates in your repository for validation.