jpskill.com
💬 コミュニケーション コミュニティ

azure-managed-grafana

Azure Managed Grafanaの開発に関する専門知識を提供し、トラブルシューティング、設定、セキュリティ、統合、デプロイなど、幅広い開発タスクをサポートするSkillです。

📜 元の英語説明(参考)

Expert knowledge for Azure Managed Grafana development including troubleshooting, decision making, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when wiring Azure Monitor/Prometheus data, configuring workspaces, private endpoints, email alerts, or image/report rendering, and other Azure Managed Grafana related development tasks. Not for Azure Monitor (use azure-monitor), Azure Sre Agent (use azure-sre-agent).

🇯🇵 日本人クリエイター向け解説

一言でいうと

Azure Managed Grafanaの開発に関する専門知識を提供し、トラブルシューティング、設定、セキュリティ、統合、デプロイなど、幅広い開発タスクをサポートするSkillです。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o azure-managed-grafana.zip https://jpskill.com/download/5728.zip && unzip -o azure-managed-grafana.zip && rm azure-managed-grafana.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5728.zip -OutFile "$d\azure-managed-grafana.zip"; Expand-Archive "$d\azure-managed-grafana.zip" -DestinationPath $d -Force; ri "$d\azure-managed-grafana.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して azure-managed-grafana.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → azure-managed-grafana フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Azure Managed Grafana スキル

このスキルは、Azure Managed Grafana に関する専門的なガイダンスを提供します。トラブルシューティング、意思決定、制限とクォータ、セキュリティ、構成、統合とコーディングパターン、デプロイメントを網羅しています。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。

このスキルの使い方

エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例: L35-L120)については、指定された行で read_file を使用してください。ファイルリンクが指定されているカテゴリ(例: [security.md](security.md))については、リンクされた参照ファイルで read_file を使用してください。

エージェントへの重要事項: metadata.generated_at が3か月以上前の場合、ユーザーにリポジトリから最新バージョンをプルするように提案してください。mcp_microsoftdocs ツールが利用できない場合、ユーザーにインストールを提案してください: インストールガイド

このスキルは、ドキュメントコンテンツを取得するためにネットワークアクセスを必要とします。

  • 推奨: クエリ文字列 from=learn-agent-skill を指定して mcp_microsoftdocs:microsoft_docs_fetch を使用してください。Markdown を返します。
  • フォールバック: クエリ文字列 from=learn-agent-skill&accept=text/markdown を指定して fetch_webpage を使用してください。Markdown を返します。

カテゴリインデックス

カテゴリ 説明
トラブルシューティング L35-L40 アクセス、構成、プライベートエンドポイント接続、DNS の問題など、一般的な Azure Managed Grafana の問題を診断し解決します。
意思決定 L41-L48 Grafana Enterprise プランの選択と管理、セルフホスト/他のダッシュボードからの移行、Azure Managed Grafana でのアップグレード(Grafana 11→12)の計画に関するガイダンスです。
制限とクォータ L49-L54 Azure Managed Grafana での画像/レポートレンダリング機能の使用と、そのサービス制限、クォータ、運用上の制約の理解です。
セキュリティ L55-L68 Managed Grafana のセキュリティ保護: 認証/アクセス許可、ロールとチーム同期、プライベートエンドポイントとアウトバウンド IP、データ暗号化、サービスアカウント/トークン、およびセキュリティのベストプラクティスです。
構成 L69-L77 Managed Grafana ワークスペースの構成: インスタンス設定、プラグイン、Azure Monitor を介したメトリック、診断ログ、SMTP メールアラートの設定です。
統合とコーディングパターン L78-L92 Managed Grafana と Azure/AKS Prometheus、Azure Monitor、App Insights、Azure Data Explorer、MCP/Azure AI Foundry の統合、およびデータソースプラグインとアラートフローの管理です。
デプロイメント L93-L96 高可用性 Azure Managed Grafana ワークスペースの設計。信頼性機能、SLA、回復性のためのゾーン冗長デプロイメントの有効化を含みます。

トラブルシューティング

トピック URL
一般的な Azure Managed Grafana の問題をトラブルシューティングする https://learn.microsoft.com/en-us/azure/managed-grafana/troubleshoot-managed-grafana
Managed Grafana のプライベートエンドポイント接続の問題を修正する https://learn.microsoft.com/en-us/azure/managed-grafana/troubleshoot-mpe-connection

意思決定

トピック URL
Azure で Grafana Enterprise プランをアクティブ化して管理する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-grafana-enterprise
セルフホストまたはクラウド Grafana を Azure Managed Grafana に移行する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-migrate
Essential から Standard または Azure Monitor ダッシュボードに移行する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-migrate-essential-service-tier
Azure Managed Grafana で Grafana 11 から 12 へのアップグレードを計画し実行する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-upgrade-grafana-12

制限とクォータ

トピック URL
Managed Grafana でレポートと画像レンダリングを使用する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-use-reporting-and-image-rendering
Azure Managed Grafana のサービス制限と制約を確認する https://learn.microsoft.com/en-us/azure/managed-grafana/known-limitations

セキュリティ

トピック URL
Managed Grafana でのデータストレージと暗号化を理解する https://learn.microsoft.com/en-us/azure/managed-grafana/encryption
Managed Grafana の認証とアクセス許可を構成する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-authentication-permissions
プライベートエンドポイントを介して Managed Grafana をデータソースに接続する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-connect-to-data-source-privately
Managed Grafana の決定論的なアウトバウンド IP を設定する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-deterministic-ip
Azure Managed Grafana のロールとアクセスを管理する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-manage-access-permissions-users-identities
Managed Grafana に Azure Monitor アクセスを付与する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-permissions
Managed Grafana でサービスアカウントとトークンを使用する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-service-accounts
Managed Grafana のプライベートアクセスとエンドポイントを構成する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-set-up-private-access
Entra グループと Grafana Team Sync を構成する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-sync-teams-with-entra-groups
Azure Managed Grafana にセキュリティのベストプラクティスを適用する https://learn.microsoft.com/en-us/azure/managed-grafana/secure-azure-managed-grafana

構成

トピック URL
Azure Managed Grafana インスタンス設定を構成する https://learn.microsoft.com/en-us/azure/managed-grafana/grafana-settings
Azure Managed Grafana で Grafana プラグインを管理する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-manage-plugins
Azure Monitor チャートで Managed Grafana メトリックを監視する https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-monitor-managed-grafana-metrics
診断を構成する
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Azure Managed Grafana Skill

This skill provides expert guidance for Azure Managed Grafana. Covers troubleshooting, decision making, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use read_file with the specified lines. For categories with file links (e.g., [security.md](security.md)), use read_file on the linked reference file

IMPORTANT for Agent: If metadata.generated_at is more than 3 months old, suggest the user pull the latest version from the repository. If mcp_microsoftdocs tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use mcp_microsoftdocs:microsoft_docs_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

Category Lines Description
Troubleshooting L35-L40 Diagnosing and resolving common Azure Managed Grafana issues, including access, configuration, and private endpoint connectivity and DNS problems.
Decision Making L41-L48 Guidance on choosing and managing Grafana Enterprise plans, migrating from self‑hosted/other dashboards, and planning upgrades (Grafana 11→12) in Azure Managed Grafana.
Limits & Quotas L49-L54 Using image/report rendering features in Azure Managed Grafana and understanding its service limits, quotas, and operational constraints
Security L55-L68 Securing Managed Grafana: auth/permissions, roles and team sync, private endpoints and outbound IPs, data encryption, service accounts/tokens, and security best practices.
Configuration L69-L77 Configuring Managed Grafana workspaces: instance settings, plugins, metrics via Azure Monitor, diagnostic logs, and SMTP email alert setup.
Integrations & Coding Patterns L78-L92 Integrating Managed Grafana with Azure/AKS Prometheus, Azure Monitor, App Insights, Azure Data Explorer, MCP/Azure AI Foundry, and managing data source plugins and alert flows.
Deployment L93-L96 Designing highly available Azure Managed Grafana workspaces, including reliability features, SLAs, and enabling zone-redundant deployments for resiliency.

Troubleshooting

Topic URL
Troubleshoot common Azure Managed Grafana issues https://learn.microsoft.com/en-us/azure/managed-grafana/troubleshoot-managed-grafana
Fix Managed Grafana private endpoint connection problems https://learn.microsoft.com/en-us/azure/managed-grafana/troubleshoot-mpe-connection

Decision Making

Topic URL
Activate and manage Grafana Enterprise plans in Azure https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-grafana-enterprise
Migrate self-hosted or cloud Grafana to Azure Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-migrate
Migrate from Essential to Standard or Azure Monitor dashboards https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-migrate-essential-service-tier
Plan and execute upgrade from Grafana 11 to 12 in Azure Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-upgrade-grafana-12

Limits & Quotas

Topic URL
Use reporting and image rendering in Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-use-reporting-and-image-rendering
Review Azure Managed Grafana service limits and constraints https://learn.microsoft.com/en-us/azure/managed-grafana/known-limitations

Security

Topic URL
Understand data storage and encryption in Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/encryption
Configure authentication and permissions for Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-authentication-permissions
Connect Managed Grafana to data sources via private endpoints https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-connect-to-data-source-privately
Set up deterministic outbound IPs for Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-deterministic-ip
Manage Azure Managed Grafana roles and access https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-manage-access-permissions-users-identities
Grant Azure Monitor access to Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-permissions
Use service accounts and tokens in Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-service-accounts
Configure private access and endpoints for Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-set-up-private-access
Configure Grafana Team Sync with Entra groups https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-sync-teams-with-entra-groups
Apply security best practices to Azure Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/secure-azure-managed-grafana

Configuration

Topic URL
Configure Azure Managed Grafana instance settings https://learn.microsoft.com/en-us/azure/managed-grafana/grafana-settings
Manage Grafana plugins in Azure Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-manage-plugins
Monitor Managed Grafana metrics with Azure Monitor charts https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-monitor-managed-grafana-metrics
Configure diagnostic settings for Managed Grafana workspaces https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-monitor-managed-grafana-workspace
Configure SMTP email alerts in Azure Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-smtp-settings

Integrations & Coding Patterns

Topic URL
Monitor Agent Framework workflows in Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/agent-framework-workflow-dashboard
Build Azure AI Foundry monitoring dashboards in Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/azure-ai-foundry-dashboard
Use the Azure Managed Grafana MCP server endpoint https://learn.microsoft.com/en-us/azure/managed-grafana/grafana-mcp-server
Ingest telemetry into App Insights via OpenTelemetry Collector https://learn.microsoft.com/en-us/azure/managed-grafana/grafana-opentelemetry-app-insights
Configure bundled Prometheus integration in Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-bundled-prometheus
Integrate Azure Managed Grafana MCP with Azure AI Foundry agents https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-configure-mcp-for-ai-foundry
Add Azure Data Explorer as a Grafana data source https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-connect-azure-data-explorer
Connect Azure Monitor workspace Prometheus to Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-connect-azure-monitor-workspace
Manage data source plugins for Azure Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-data-source-plugins-managed-identity
Integrate Azure Monitor alerts with Managed Grafana https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-use-azure-monitor-alerts
Connect AKS Prometheus to Managed Grafana privately https://learn.microsoft.com/en-us/azure/managed-grafana/tutorial-mpe-oss-prometheus

Deployment

Topic URL
Enable zone-redundant Azure Managed Grafana workspaces https://learn.microsoft.com/en-us/azure/managed-grafana/how-to-enable-zone-redundancy