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
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'.
{
"target": "ADOProjectEnvironmentInstance",
"if": {
"allOf": [
{
"resource": "ADOProjectEnvironmentInstance",
"property": "Description",
"operator": "notEquals",
"value": ""
}
]
},
"then": {
"effect": "Audit"
}
}
Copyright © DevOps Shield. All Rights Reserved. Privacy Policy | Cookie Policy | Terms and Conditions