azure-service-connector
Azureコンピューティングサービスとデータベース、ストレージなどをService Connectorで連携させる開発における、トラブルシューティングやセキュリティ、設定、デプロイに関する専門知識を提供するSkill。
📜 元の英語説明(参考)
Expert knowledge for Azure Service Connector development including troubleshooting, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when wiring Azure compute to databases, messaging, storage, AI services, or Key Vault via Service Connector, and other Azure Service Connector related development tasks. Not for Azure API Management (use azure-api-management), Azure App Service (use azure-app-service), Azure Functions (use azure-functions), Azure Logic Apps (use azure-logic-apps).
🇯🇵 日本人クリエイター向け解説
Azureコンピューティングサービスとデータベース、ストレージなどをService Connectorで連携させる開発における、トラブルシューティングやセキュリティ、設定、デプロイに関する専門知識を提供するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Azure Service Connector スキル
このスキルは、Azure Service Connector に関する専門的なガイダンスを提供します。トラブルシューティング、制限とクォータ、セキュリティ、構成、統合とコーディングパターン、デプロイについて説明します。ローカルのクイックリファレンスコンテンツとリモートドキュメント取得機能を組み合わせています。
このスキルの使用方法
エージェントへの重要事項: 関連するセクションを見つけるには、以下のカテゴリインデックスを使用してください。行範囲が指定されているカテゴリ(例:
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 を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| トラブルシューティング | L34-L38 | 一般的なエラーコード、接続の問題、構成ミスに対する段階的なトラブルシューティングなど、Azure Service Connector の障害の診断と解決。 |
| 制限とクォータ | L39-L43 | 接続の数/種類、サポートされるシナリオ、Service Connector の制約またはサポートされていない構成を軽減するためのガイダンスに関する制限。 |
| セキュリティ | L44-L50 | Service Connector のセキュリティ、必要なアクセス許可と Microsoft Entra ロール、接続されたサービスの認証方法の構成と選択方法。 |
| 構成 | L51-L57 | Service Connector の接続設定の定義と取得方法、認証方法の選択と構成方法、接続作成のための正しい CLI/IaC パラメーターの提供方法。 |
| 統合とコーディングパターン | L58-L90 | 認証パターン、セットアップ手順、統合例を含め、Service Connector を使用して Azure コンピューティングをデータベース、メッセージング、ストレージ、AI、および構成サービスに接続する方法。 |
| デプロイ | L91-L94 | コンピューティングサービスごとに Service Connector が地域的にサポートされている場所と、Infrastructure-as-Code ツールを使用して接続を作成する方法に関する情報。 |
トラブルシューティング
| トピック | URL |
|---|---|
| Azure Service Connector のエラーを診断して修正する | https://learn.microsoft.com/en-us/azure/service-connector/how-to-troubleshoot-front-end-error |
制限とクォータ
| トピック | URL |
|---|---|
| Service Connector の制限と軽減策のガイダンス | https://learn.microsoft.com/en-us/azure/service-connector/known-limitations |
セキュリティ
| トピック | URL |
|---|---|
| Service Connector によって割り当てられた Microsoft Entra ロールを確認する | https://learn.microsoft.com/en-us/azure/service-connector/concept-microsoft-entra-roles |
| Azure での Service Connector のアクセス許可要件を理解する | https://learn.microsoft.com/en-us/azure/service-connector/concept-permission |
| Azure Service Connector の認証オプションを構成する | https://learn.microsoft.com/en-us/azure/service-connector/how-to-manage-authentication |
構成
| トピック | URL |
|---|---|
| Azure Service Connector IaC 接続設定を定義する | https://learn.microsoft.com/en-us/azure/service-connector/how-to-build-connections-with-iac-tools |
| Service Connector が追加した接続構成を取得する | https://learn.microsoft.com/en-us/azure/service-connector/how-to-get-configurations |
| Service Connector に正しい CLI パラメーターを提供する | https://learn.microsoft.com/en-us/azure/service-connector/how-to-provide-correct-parameters |
統合とコーディングパターン
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Service Connector Skill
This skill provides expert guidance for Azure Service Connector. Covers troubleshooting, 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), useread_filewith the specified lines. For categories with file links (e.g.,[security.md](security.md)), useread_fileon the linked reference file
IMPORTANT for Agent: If
metadata.generated_atis more than 3 months old, suggest the user pull the latest version from the repository. Ifmcp_microsoftdocstools 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_fetchwith query stringfrom=learn-agent-skill. Returns Markdown. - Fallback: Use
fetch_webpagewith query stringfrom=learn-agent-skill&accept=text/markdown. Returns Markdown.
Category Index
| Category | Lines | Description |
|---|---|---|
| Troubleshooting | L34-L38 | Diagnosing and resolving Azure Service Connector failures, including common error codes, connection issues, and step-by-step troubleshooting for misconfigurations. |
| Limits & Quotas | L39-L43 | Limits on number/types of connections, supported scenarios, and guidance to mitigate Service Connector constraints or unsupported configurations. |
| Security | L44-L50 | Service Connector security, required permissions and Microsoft Entra roles, and how to configure and choose authentication methods for connected services |
| Configuration | L51-L57 | How to define and retrieve Service Connector connection settings, choose and configure auth methods, and supply correct CLI/IaC parameters for creating connections |
| Integrations & Coding Patterns | L58-L90 | How to connect Azure compute to databases, messaging, storage, AI, and config services using Service Connector, including auth patterns, setup steps, and integration examples. |
| Deployment | L91-L94 | Info on where Service Connector is regionally supported per compute service and how to create connections using infrastructure-as-code tools. |
Troubleshooting
| Topic | URL |
|---|---|
| Diagnose and fix Azure Service Connector errors | https://learn.microsoft.com/en-us/azure/service-connector/how-to-troubleshoot-front-end-error |
Limits & Quotas
| Topic | URL |
|---|---|
| Service Connector limitations and mitigation guidance | https://learn.microsoft.com/en-us/azure/service-connector/known-limitations |
Security
| Topic | URL |
|---|---|
| Review Microsoft Entra roles assigned by Service Connector | https://learn.microsoft.com/en-us/azure/service-connector/concept-microsoft-entra-roles |
| Understand Service Connector permission requirements in Azure | https://learn.microsoft.com/en-us/azure/service-connector/concept-permission |
| Configure authentication options for Azure Service Connector | https://learn.microsoft.com/en-us/azure/service-connector/how-to-manage-authentication |
Configuration
| Topic | URL |
|---|---|
| Define Azure Service Connector IaC connection settings | https://learn.microsoft.com/en-us/azure/service-connector/how-to-build-connections-with-iac-tools |
| Retrieve Service Connector-added connection configurations | https://learn.microsoft.com/en-us/azure/service-connector/how-to-get-configurations |
| Provide correct CLI parameters to Service Connector | https://learn.microsoft.com/en-us/azure/service-connector/how-to-provide-correct-parameters |
Integrations & Coding Patterns
Deployment
| Topic | URL |
|---|---|
| Check Service Connector regional support by compute service | https://learn.microsoft.com/en-us/azure/service-connector/concept-region-support |