Skills azure-diagnostics
๐Ÿ“ฆ

azure-diagnostics

v0.0.0-placeholder Content revision r2 High Risk ๐ŸŒ Network access๐Ÿ“ Filesystem access๐Ÿ”‘ Env variablesโš™๏ธ External commands

Diagnose Azure Production Issues

Azure production incidents can span services, logs, metrics, credentials, and network paths. This skill guides structured triage with Azure Monitor, AppLens, KQL, CLI, and service-specific checks.

Supports: Claude Codex Code(CC)
โš ๏ธ 38 Poor

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "azure-diagnostics" from https://skillstore.io/skills/microsoft-azure-diagnostics.md and its manifest at https://skillstore.io/api/skills/microsoft-azure-diagnostics/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "azure-diagnostics". An App Service returns 503 errors after a deployment.

Expected outcome:

  • Resource health is normal, so review deployment history, startup logs, health checks, and recent configuration changes.
  • Likely causes include startup failure, port mismatch, missing settings, or locked deployment files.
  • Confirm the cause before restarting, scaling, or changing configuration.

Using "azure-diagnostics". AKS pods remain Pending after a node pool change.

Expected outcome:

  • Check node readiness, scheduling events, resource requests, taints, tolerations, zone constraints, and persistent volume placement.
  • Separate capacity shortages from scheduling policy conflicts before modifying the node pool or workloads.

Using "azure-diagnostics". A Service Bus client reports intermittent AMQP timeouts.

Expected outcome:

  • Review Azure health, firewall rules, ports, proxy behavior, dropped packets, SDK version, retry policy, and connection reuse.
  • Treat transient disconnects separately from persistent authentication or network failures.

Security Audit

High Risk
v5 โ€ข 7/23/2026 Open versioned report

All 58 static alerts are contextual false positives from Markdown, placeholder endpoints, environment-selection examples, and diagnostic commands. However, SKILL.md contains a high-severity authority claim that resembles prompt injection and could improperly influence an agent's instruction hierarchy.

31
Files scanned
2,477
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (1)

High
Prompt Injection Attempt Detected
SKILL.md states "AUTHORITATIVE GUIDANCE โ€” MANDATORY COMPLIANCE" and calls itself the "official source." This authority claim can pressure an agent to treat untrusted skill text as higher-priority instructions.
The quoted text explicitly asserts mandatory authority and official status. This matches the audit's prompt-injection criteria even though the surrounding troubleshooting content is legitimate.

Risk Factors

๐ŸŒ Network access (8)
๐Ÿ“ Filesystem access (2)
๐Ÿ”‘ Env variables (16)
โš™๏ธ External commands (13)
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/microsoft-azure-diagnostics/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/microsoft-azure-diagnostics/security.svg)](https://skillstore.io/skills/microsoft-azure-diagnostics?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/microsoft-azure-diagnostics?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/microsoft-azure-diagnostics/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/microsoft-azure-diagnostics.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

microsoft. (2026). azure-diagnostics security audit report (audit version 5) [Author version 0.0.0-placeholder]. Skillstore. https://skillstore.io/skills/microsoft-azure-diagnostics/audits/5

BibTeX citation

@techreport{microsoft-microsoft-azure-diagnostics-2026, author = {microsoft}, title = {azure-diagnostics security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/microsoft-azure-diagnostics/audits/5}, note = {Author version 0.0.0-placeholder} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "azure-diagnostics security audit report (audit version 5)" version: "0.0.0-placeholder" type: report authors: - name: "microsoft" date-released: "2026-07-23" url: "https://skillstore.io/skills/microsoft-azure-diagnostics/audits/5" identifiers: - type: other value: "skillstore:microsoft-azure-diagnostics:audit:5" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: Medium
50
Architecture
90
Maintainability
87
Content
69
Community
91
Spec Compliance

What You Can Build

Triage a production incident

Correlate resource health, recent changes, logs, and metrics before selecting a remediation.

Debug application failures

Investigate deployment errors, health probes, cold starts, runtime settings, and dependency failures.

Diagnose platform connectivity

Analyze AKS, Event Hubs, and Service Bus identity, networking, scaling, and client behavior.

Try These Prompts

Start basic incident triage
Diagnose this Azure issue: [symptom]. The affected service is [service], the resource is [resource], and the problem began at [time].
Build an evidence plan
Build a diagnostic plan for [resource]. Use [available logs or metrics], separate evidence from hypotheses, and list only read-only commands first.
Analyze a service failure
Troubleshoot [failure] in [Azure service]. Compare identity, configuration, networking, resource health, recent changes, and service-specific failure patterns.
Correlate a complex incident
Investigate [incident] across [resources]. Correlate deployments, resource health, KQL results, identity, dependencies, and network paths. Rank root causes by evidence.

Best Practices

  • Start with resource health and recent changes before collecting detailed logs.
  • Use read-only queries first, then request approval before any resource change.
  • Redact secrets, connection strings, tokens, customer data, and sensitive log fields from shared outputs.

Avoid

  • Do not run combined remediation commands before replacing placeholders and validating scope.
  • Do not treat a single error message as root cause without supporting logs or metrics.
  • Do not expose credentials or paste unrestricted production logs into prompts.

Frequently Asked Questions

Which Azure services does this skill cover?
It covers App Service, Container Apps, Functions, AKS, Event Hubs, and Service Bus scenarios.
Does the skill require Azure access?
Yes. Diagnostic queries need an authenticated Azure context and RBAC permissions for the selected resources.
Can the skill change Azure resources?
The playbooks include diagnostic and remediation commands. Review placeholders, scope, impact, and approval before running any change.
Can it analyze KQL results?
Yes. It can guide KQL selection and interpret supplied results from App Insights or Log Analytics.
How should sensitive data be handled?
Remove secrets, tokens, connection strings, customer data, and unnecessary log fields before sharing evidence.
Does it guarantee a root cause?
No. It ranks hypotheses from available evidence, but incomplete telemetry or permissions can limit conclusions.

Developer Details

Author

microsoft

License

MIT

Author version

v0.0.0-placeholder

Skillstore revision

r2

Ref

ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006

Maintenance freshness

7/25/2026

Usage

9 downloads ยท 120 views

File structure