A

azure-diagnostics

by @microsoftv
4.8(2,000)

Azureクラウド環境におけるアプリケーションとインフラストラクチャの診断サポートを提供し、ユーザーがパフォーマンスの問題や障害を特定、分析、解決できるよう支援し、システムの安定稼働を保証します。

azure-monitorapplication-insightslog-analyticstroubleshootingperformance-monitoringGitHub
インストール方法
npx skills add microsoft/github-copilot-for-azure --skill azure-diagnostics
compare_arrows

Before / After 効果比較

1
使用前

Azureアプリケーションで障害が発生した場合、手動でログやメトリクスを調査するのは時間と労力がかかります。問題の根本原因を迅速に特定することは困難であり、サービス復旧速度とユーザーエクスペリエンスに影響を与えます。

使用後

インテリジェントなAzure診断支援により、障害原因を迅速に分析します。これにより、問題のトラブルシューティング時間が大幅に短縮され、障害復旧が加速し、システムの安定性と信頼性が向上します。

SKILL.md

azure-diagnostics

Azure Diagnostics

AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE

This document is the official source for debugging and troubleshooting Azure production issues. Follow these instructions to diagnose and resolve common Azure service problems systematically.

Triggers

Activate this skill when user wants to:

  • Debug or troubleshoot production issues

  • Diagnose errors in Azure services

  • Analyze application logs or metrics

  • Fix image pull, cold start, or health probe issues

  • Investigate why Azure resources are failing

  • Find root cause of application errors

  • Troubleshoot Azure Function Apps (invocation failures, timeouts, binding errors)

  • Find the App Insights or Log Analytics workspace linked to a Function App

  • Troubleshoot AKS clusters, nodes, pods, ingress, or Kubernetes networking issues

Rules

  • Start with systematic diagnosis flow

  • Use AppLens (MCP) for AI-powered diagnostics when available

  • Check resource health before deep-diving into logs

  • Select appropriate troubleshooting guide based on service type

  • Document findings and attempted remediation steps

  • Route AKS incidents to the dedicated AKS troubleshooting document

Quick Diagnosis Flow

  • Identify symptoms - What's failing?

  • Check resource health - Is Azure healthy?

  • Review logs - What do logs show?

  • Analyze metrics - Performance patterns?

  • Investigate recent changes - What changed?

Troubleshooting Guides by Service

Service Common Issues Reference

Container Apps Image pull failures, cold starts, health probes, port mismatches container-apps/

Function Apps App details, invocation failures, timeouts, binding errors, cold starts, missing app settings functions/

AKS Cluster access, nodes, kube-system, scheduling, crash loops, ingress, DNS, upgrades AKS Troubleshooting

Routing

  • Keep Container Apps and Function Apps diagnostics in this parent skill.

  • Route active AKS incidents, AKS-specific intake, evidence gathering, and remediation guidance to AKS Troubleshooting.

Quick Reference

Common Diagnostic Commands

# Check resource health
az resource show --ids RESOURCE_ID

# View activity log
az monitor activity-log list -g RG --max-events 20

# Container Apps logs
az containerapp logs show --name APP -g RG --follow

# Function App logs (query App Insights traces)
az monitor app-insights query --apps APP-INSIGHTS -g RG \
  --analytics-query "traces | where timestamp > ago(1h) | order by timestamp desc | take 50"

AppLens (MCP Tools)

For AI-powered diagnostics, use:

mcp_azure_mcp_applens
  intent: "diagnose issues with <resource-name>"
  command: "diagnose"
  parameters:
    resourceId: "<resource-id>"

Provides:
- Automated issue detection
- Root cause analysis
- Remediation recommendations

Azure Monitor (MCP Tools)

For querying logs and metrics:

mcp_azure_mcp_monitor
  intent: "query logs for <resource-name>"
  command: "logs_query"
  parameters:
    workspaceId: "<workspace-id>"
    query: "<KQL-query>"

See kql-queries.md for common diagnostic queries.

Check Azure Resource Health

Using MCP

mcp_azure_mcp_resourcehealth
  intent: "check health status of <resource-name>"
  command: "get"
  parameters:
    resourceId: "<resource-id>"

Using CLI

# Check specific resource health
az resource show --ids RESOURCE_ID

# Check recent activity
az monitor activity-log list -g RG --max-events 20

References

Weekly Installs103.1KRepositorymicrosoft/githu…or-azureGitHub Stars157First SeenJan 29, 2026Security AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled ongithub-copilot103.0Kcodex483gemini-cli468opencode444cursor432kimi-cli430

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数296.6K
評価4.8 / 5.0
バージョン
更新日2026年5月23日
比較事例1 件

ユーザー評価

4.8(2,000)
5
60%
4
40%
3
1%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

タイムライン

作成2026年3月17日
最終更新2026年5月23日