Add azmon-alert-noise-filter-snow recipe + deploy script fixes - #251
Open
Deepthi Chelupati (dm-chelupati) wants to merge 1 commit into
Open
Add azmon-alert-noise-filter-snow recipe + deploy script fixes#251Deepthi Chelupati (dm-chelupati) wants to merge 1 commit into
Deepthi Chelupati (dm-chelupati) wants to merge 1 commit into
Conversation
Deepthi Chelupati (dm-chelupati)
force-pushed
the
feature/azmon-alert-noise-filter-snow
branch
3 times, most recently
from
July 16, 2026 00:29
fed4115 to
cdcad99
Compare
Recipe: Azure Monitor alert noise filtering with ServiceNow MCP integration - Triage subagent with alert-noise-filter skill for transient detection, dependency deduplication, and repeat alert detection - PythonFunctionTool timer for observation window (time.sleep in subprocess) - ServiceNow MCP connector (stdio, @onlyflows/servicenow-mcp) for ticket creation - Response plan: Azure Monitor Sev0-3, merge window 1hr - Hooks: verify-alert-state-before-action, deny-prod-deletes, require-approval-for-restarts - Tool permissions: allow RunInTerminal/ExecutePythonCode, ask RunAzCliWriteCommands, deny FetchWebpage Deploy script fixes: - new-agent.sh: Add snowPassword -> SERVICENOW_PASSWORD and gitlabPat -> GITLAB_PAT secret mappings - apply-extras.sh: Add GitLab repo support (PAT auth via /api/v2/gitlab/auth), tool deployment via PUT /api/v1/extendedAgent/apply with Content-Type: application/yaml - assemble-agent.sh: Pass tools through Bicep params
Deepthi Chelupati (dm-chelupati)
force-pushed
the
feature/azmon-alert-noise-filter-snow
branch
from
July 16, 2026 04:02
cdcad99 to
9c6a5ad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Recipe: Azure Monitor Alert Noise Filtering with ServiceNow MCP
This recipe deploys an SRE Agent configured to triage Azure Monitor alerts, filter noise, and create ServiceNow tickets for real issues.
What the recipe includes
alert-noise-filterskill — transient detection (observation window + re-check), dependency deduplication (correlate alerts across resource groups), repeat alert detectiontime.sleepin subprocess for observation window, no LLM tokens consumed during wait@onlyflows/servicenow-mcp) — create incidents, add work notes, query recordsDeploy script fixes
snowPassword→SERVICENOW_PASSWORDandgitlabPat→GITLAB_PATsecret mappings/api/v2/gitlab/auth), tool deployment viaPUT /api/v1/extendedAgent/applywithContent-Type: application/yamlandkind: ToolListTested
rg-noise-filter(swedencentral) monitoringrg-contoso-swe(contoso trading app)Blog
Zero Alert Fatigue: Let SRE Agent Separate Real Alerts from Noise