Skip to content

Commit

Permalink
Added tips for ARG queries
Browse files Browse the repository at this point in the history
  • Loading branch information
erjosito authored Sep 26, 2024
1 parent fa44077 commit 3ce40c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ where type=='microsoft.containerservice/managedclusters' | extend compliant= isn

It is important for the query to return these two fields for the automation to work such as the bash script and automatic Azure Monitor Workbook generation.

Some tips:
- Use single quotes inside (`'`) of the ARG query string, double quotes (`"`) break the JSON syntax.
- Use the case insensitive comparison operator (`=~`) whenever possible instead of the case-sensitive one (`==`).

#### Microsoft approvers

Specific approvers (at least two individuals) for each checklist are defined in the [CODEOWNERS](./CODEOWNERS) file. Microsoft approvers should verify the correct operation of the proposed ARG query before approving the Pull Request:
Expand Down

0 comments on commit 3ce40c7

Please sign in to comment.