Add 51 Windows RunCommand diagnostic scripts + triage map#126
Open
ScottAzure wants to merge 3 commits into
Open
Add 51 Windows RunCommand diagnostic scripts + triage map#126ScottAzure wants to merge 3 commits into
ScottAzure wants to merge 3 commits into
Conversation
… routing index - 15 symptom categories: RDP, boot, services, agent, 9 per-extension, network, perf, BSOD, disk, domain, security, update, backup, monitoring - Shared extension baseline + per-extension chains (CSE, ADE, MMA/AMA, Patch, DSC, BGInfo, VMAccess, DependencyAgent, catch-all) - 48 script folder references, all validated - Customer-friendly language (no internal jargon) - Fallback section for unclear symptoms - How to run (portal + CLI) and how to read output
Complete diagnostic toolkit for Windows Azure VMs: - 51 scripts across RDP, networking, boot, services, identity, security, storage, performance, monitoring, extensions, updates, and reliability - Each script includes: .ps1 (PowerShell 5.1), README.md with Interpretation Guide, mock_config_sample.json - All scripts pass quality gate (50/50 on Tier-2 scripts with probes) - Consistent output format: OK/FAIL/WARN with Decision block - Mock testing support: -MockConfig + -MockProfile for offline validation - Customer-facing TRIAGE-MAP.md (committed separately) routes symptoms to script sequences
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.
Summary
Adds a complete Windows VM diagnostic toolkit via Azure Run Command:
What's in each script folder
Quality
How to use
Customers: open TRIAGE-MAP.md → find your symptom → run scripts in order via Azure portal Run Command.
Engineers: same flow, or use -MockConfig\ for offline testing.