AzureDevOps project low builtIn

Description

Make sure to add a description to your pipeline variable group. This description will help define its purpose and provide clarity to users about the role of the variable group. Learn more: https://learn.microsoft.com/en-us/azure/devops/pipelines/library/variable-groups?tabs=classic

Recommendation

1. Navigate to Project -> Pipelines -> Library 
2. Select a variable group. 
3. Enter a Description. 
4. Click on 'Save'.

Policy Rule

{
  "target": "ADOProjectVariableGroup",
  "if": {
    "allOf": [
      {
        "resource": "ADOProjectVariableGroup",
        "property": "Description",
        "operator": "notEquals",
        "value": ""
      }
    ]
  },
  "then": {
    "effect": "Audit"
  }
}