azure-logic-apps
Azure Logic Appsの開発全般について、トラブルシューティングから設計、セキュリティ、デプロイまで、幅広い専門知識で支援するSkill。
📜 元の英語説明(参考)
Expert knowledge for Azure Logic Apps development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when building Logic Apps with B2B/EDI, SAP/OpenAI, private endpoints, CI/CD templates, or multi-region DR/HA, and other Azure Logic Apps related development tasks. Not for Azure Functions (use azure-functions), Azure API Management (use azure-api-management), Azure Service Bus (use azure-service-bus), Azure Event Grid (use azure-event-grid).
🇯🇵 日本人クリエイター向け解説
Azure Logic Appsの開発全般について、トラブルシューティングから設計、セキュリティ、デプロイまで、幅広い専門知識で支援する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 Logic Apps スキル
このスキルは、Azure Logic Apps に関する専門的なガイダンスを提供します。トラブルシューティング、ベストプラクティス、意思決定、アーキテクチャと設計パターン、制限とクォータ、セキュリティ、構成、統合とコーディングパターン、デプロイについて網羅しています。ローカルのクイックリファレンスコンテンツと、リモートドキュメント取得機能を組み合わせています。
このスキルの使い方
Agent への重要事項: 以下のカテゴリインデックスを使用して、関連するセクションを見つけてください。行範囲が指定されているカテゴリ (例:
L35-L120) の場合は、指定された行でread_fileを使用してください。ファイルリンクが指定されているカテゴリ (例:[security.md](security.md)) の場合は、リンクされた参照ファイルでread_fileを使用してください。
Agent への重要事項:
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 を返します。
カテゴリインデックス
| カテゴリ | 行 | 説明 |
|---|---|---|
| トラブルシューティング | L37-L52 | Logic Apps ワークフローの失敗、スロットリング/429エラー、B2B (AS2/EDIFACT/X12) 承認エラーの診断と修正、詳細なエラー分析のためのテスト/メトリック/アラートの使用。 |
| ベストプラクティス | L53-L60 | Logic Apps のベストプラクティス: エラー/例外処理パターン、制御関数とルールセットの効率的な使用、高度なルール操作、非 Unicode テキストエンコーディングの処理。 |
| 意思決定 | L61-L70 | Logic Apps への移行 (BizTalk/Power Automate から) の時期と方法、Standard と Consumption の選択、Logic Apps のコストとストレージの計画/見積もりに関するガイダンス。 |
| アーキテクチャと設計パターン | L71-L86 | Logic Apps のアーキテクチャパターン: AI エージェントループ、B2B フロー、REST/Web API、リソースレプリケーション、ルールエンジン、順序付きメッセージング、マルチリージョン/ゾーン耐障害性 DR および HA 設計。 |
| 制限とクォータ | L87-L96 | Logic Apps の制限、クォータ、パフォーマンス動作: メッセージサイズ/チャンキング、ページネーション、SQL タイムアウト/結果、インライン JavaScript の制限、構成上限、メータリング/課金ルール。 |
| セキュリティ | L97-L113 | Logic Apps のセキュリティ保護: 認証 (マネージド ID、Entra、OAuth/OBO、Easy Auth)、プライベートエンドポイント/ストレージ、証明書、テナント間/コネクタブロック、Azure Policy/Defender ガバナンス。 |
| 構成 | L114-L155 | Logic Apps ワークフロー、ランタイム、B2B/統合アカウント、監視/ログ記録、オンプレミス接続、制御フロー、スキーマ/マップ、およびワークフロー定義言語の構成。 |
| 統合とコーディングパターン | L156-L237 | Azure/OpenAI、SAP、IBM、ストレージ、メッセージング、B2B/EDI、カスタムコード/コネクタとの Logic Apps 統合、および自動ワークフロー単体テストのパターンとサンプル。 |
| デプロイ | L238-L260 | CI/CD、ARM/Bicep テンプレート、DevOps パイプライン、デプロイメントスロット、ハイブリッド/インフラストラクチャ設定、および Logic Apps の移行または移動 (Consumption ↔ Standard、サブスクリプション間/リージョン間)。 |
トラブルシューティング
ベストプラクティス
| トピック | URL |
|---|---|
| Logic Apps で堅牢なエラーおよび例外処理を設計する | https://learn.microsoft.com/en-us/azure/logic-apps/error-exception-handling |
| 制御関数を使用して Logic Apps ルールを最適化する | https://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/add-rules-control-functions |
| Logic Apps ルールセットで高度な操作を実行する | https://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/perform-advanced-ruleset-tasks |
| Logic Apps ワークフローで非 Unicode エンコーディングを処理する | https://learn.microsoft.com/en-us/azure/logic-apps/support-non-unicode-character-encoding |
意思決定
| トピック | URL |
|---|---|
| Bi からの移行アプローチを計画する |
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Azure Logic Apps Skill
This skill provides expert guidance for Azure Logic Apps. Covers troubleshooting, best practices, decision making, architecture & design patterns, 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 | L37-L52 | Diagnosing and fixing Logic Apps workflow failures, throttling/429s, B2B (AS2/EDIFACT/X12) acknowledgment errors, and using tests/metrics/alerts for detailed error analysis. |
| Best Practices | L53-L60 | Best practices for Logic Apps: error/exception handling patterns, using control functions and rulesets efficiently, advanced rule operations, and handling non‑Unicode text encodings. |
| Decision Making | L61-L70 | Guidance on when and how to migrate to Logic Apps (from BizTalk/Power Automate), choosing Standard vs Consumption, and planning/estimating Logic Apps costs and storage. |
| Architecture & Design Patterns | L71-L86 | Architectural patterns for Logic Apps: AI agent loops, B2B flows, REST/web APIs, resource replication, rules engine, ordered messaging, and multi-region/zone-resilient DR and HA designs. |
| Limits & Quotas | L87-L96 | Limits, quotas, and performance behaviors in Logic Apps: message size/chunking, pagination, SQL timeouts/results, inline JavaScript limits, configuration caps, and metering/billing rules. |
| Security | L97-L113 | Securing Logic Apps: auth (managed identity, Entra, OAuth/OBO, Easy Auth), private endpoints/storage, certificates, cross-tenant/connector blocking, and Azure Policy/Defender governance. |
| Configuration | L114-L155 | Configuring Logic Apps workflows, runtime, B2B/integration accounts, monitoring/logging, on-premises connectivity, control flow, schemas/maps, and Workflow Definition Language. |
| Integrations & Coding Patterns | L156-L237 | Patterns and samples for integrating Logic Apps with Azure/OpenAI, SAP, IBM, storage, messaging, B2B/EDI, custom code/connectors, and for automated workflow unit testing. |
| Deployment | L238-L260 | CI/CD, ARM/Bicep templates, DevOps pipelines, deployment slots, hybrid/infrastructure setup, and migrating or moving Logic Apps (Consumption ↔ Standard, cross-subscription/region). |
Troubleshooting
Best Practices
| Topic | URL |
|---|---|
| Design robust error and exception handling in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/error-exception-handling |
| Optimize Logic Apps rules with control functions | https://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/add-rules-control-functions |
| Perform advanced operations on Logic Apps rulesets | https://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/perform-advanced-ruleset-tasks |
| Handle non-Unicode encodings in Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/support-non-unicode-character-encoding |
Decision Making
| Topic | URL |
|---|---|
| Plan migration approaches from BizTalk to Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/biztalk-server-migration-approaches |
| Estimate Azure Logic Apps Standard storage costs | https://learn.microsoft.com/en-us/azure/logic-apps/estimate-storage-costs |
| Create migration plans with Logic Apps Migration Agent | https://learn.microsoft.com/en-us/azure/logic-apps/migration/migration-agent-planning-stage |
| Plan and manage Azure Logic Apps costs | https://learn.microsoft.com/en-us/azure/logic-apps/plan-manage-costs |
| Decide when to migrate Power Automate flows to Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/power-automate-migration |
| Choose between Standard and Consumption Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/single-tenant-overview-compare |
Architecture & Design Patterns
Limits & Quotas
| Topic | URL |
|---|---|
| Use inline JavaScript with Logic Apps limits | https://learn.microsoft.com/en-us/azure/logic-apps/add-run-javascript |
| Control SQL result size and timeouts in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/handle-long-running-stored-procedures-sql-connector |
| Configure pagination to exceed Logic Apps connector page limits | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-exceed-default-page-size-with-pagination |
| Handle large Logic Apps messages with chunking limits | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-handle-large-messages |
| Logic Apps limits and configuration reference | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config |
| Understand Logic Apps usage metering and billing behavior | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-pricing |