feat: Deployment Guard recipe, lab, and blog post#184
Closed
dm-chelupati wants to merge 1 commit into
Closed
Conversation
- New recipe: law-dynatrace-httptrigger LAW + Dynatrace MCP + GitHub repo + HTTP trigger + deployment guard Skills: deployment-guard-analysis, investigate-app-errors Subagents: deployment-guard, error-investigator Includes sample GitHub Actions workflow for PR webhooks - New lab: deployment-guard End-to-end walkthrough using contoso-trading as target app Step 0: deploy app (prod + staging) Step 1-4: deploy agent, wire webhook, test with risky PR Demo script, prereqs check, setup automation - Blog post: Shift Left with Azure SRE Agent - Fix: macOS paste compatibility in new-agent.sh (affects all recipes) - Dry-run test script for new recipe
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:
law-dynatrace-httptriggerSRE Agent with LAW + Dynatrace MCP connectors, GitHub repo, HTTP trigger, and deployment guard — the PR review pattern.
Tested
new-agent.shgeneration ✅deploy.sh --dry-run✅deploy.shlive deploy ✅ (swedencentral)clone-agent.shexport: full round-trip ✅New Lab:
deployment-guardEnd-to-end walkthrough using contoso-trading:
Blog Post
labs/deployment-guard/docs/blog-shift-left-deployment-guard.md"Shift Left with Azure SRE Agent: An Agent That Guards Every PR"
Bug Fix
new-agent.sh: macOSpaste -sd,→paste -s -d, -(fixes all recipes with comma-separated targetRGs on macOS)