AzureDevOps project low builtIn

Description

Make sure to add a description to your pipeline environment. Include a description in your pipeline environment for clarity and purpose. Learn more: https://learn.microsoft.com/en-us/azure/devops/pipelines/process/environments

Recommendation

1. Navigate to Project -> Pipelines -> Environments 
2. Select an environment. 
3. Click on the three dots button (top right). 
4. Click Edit. 
5. Enter a Description. 
6. Click on 'Save'.

Policy Rule

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