Azure Logic Apps Skill

SkillCloud & infra

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 B2B/EDI flows, SAP/IBM integrations, private/secured endpoints, CI/CD deployments, or DR architectures, and other Azure Logic Apps related development tasks. Not for Azure Functions (use azure-functions), Azure App Service (use azure-app-service), Azure Data Factory (use azure-data-factory), Azure Integration Environments (use azure-integration-environments).

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Azure Logic Apps Skill skill

What this skill tells your AI

The instructions your AI receives, as published by microsoftdocs/agent-skills in skills/azure-logic-apps/SKILL.md and read by ahel’s review.

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), 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

CategoryLinesDescription
TroubleshootingL37-L52Diagnosing and fixing Logic Apps failures, throttling, and test errors, plus B2B (EDIFACT/X12) acknowledgment codes, metrics, alerts, and error-handling patterns.
Best PracticesL53-L59Best practices for Logic Apps: error/exception handling patterns, using control functions and rulesets efficiently, advanced rule operations, and handling non‑Unicode text encodings.
Decision MakingL60-L72Guidance on choosing Logic Apps vs other platforms, Standard vs Consumption, estimating and managing costs, and planning migrations (BizTalk, Power Automate) and B2B disaster recovery.
Architecture & Design PatternsL73-L85Patterns and architectures for Logic Apps: batching, API calling, DR/multi-region design, ordered messaging, rules engine behavior, and multi-agent/prompt-chaining workflows.
Limits & QuotasL86-L94Limits, quotas, and tuning for Logic Apps: JS inline code limits, SQL result/timeouts, connector pagination, large-message chunking, config limits, and metering/billing behavior.
SecurityL95-L111Securing Logic Apps with identities, private endpoints, certificates, OAuth/OBO, Easy Auth, and Azure Policy/Defender controls for governance and cross-tenant/connector restrictions.
ConfigurationL112-L147Configuring Logic Apps behavior: triggers, loops, branches, scopes, B2B/integration accounts, monitoring/logging, on-premises access, storage, telemetry, and workflow JSON/schema settings.
Integrations & Coding PatternsL148-L256Patterns and code-first SDKs for integrating Logic Apps with Azure/IBM/SAP systems, AI/Foundry agents, B2B/EDI, storage, messaging, custom connectors, and automated workflow testing.
DeploymentL257-L278Deploying Logic Apps (Standard & Consumption) with ARM/Bicep, DevOps/VS Code, deployment slots, hybrid setups, migration/cloning, and CI/CD automation across environments.

Troubleshooting

TopicURL
Handle errors and exceptions in Azure Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/error-exception-handling
Resolve throttling and HTTP 429 in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/handle-throttling-problems-429-errors
Diagnose and fix Azure Logic Apps workflow failureshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-diagnosing-failures
Troubleshoot common B2B Logic Apps errorshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-list-errors-solutions
Use EDIFACT CONTRL acknowledgments and error codes in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact-contrl-acknowledgment
Use X12 997 acknowledgments and error codeshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-997-acknowledgment
Interpret X12 TA1 acknowledgments and error codeshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-ta1-acknowledgment
Test and validate Logic Apps rulesets with Composerhttps://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/test-rulesets
Interpret extended error details with TestErrorInfo in Logic Apps testshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-error-info-class-definition
Use TestErrorResponseAdditionalInfo for detailed Logic Apps test errorshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-error-response-additional-info-class-definition
Use Logic Apps workflow metrics for health diagnosishttps://learn.microsoft.com/en-us/azure/logic-apps/view-workflow-metrics
Diagnose Logic Apps workflow runs and alertshttps://learn.microsoft.com/en-us/azure/logic-apps/view-workflow-status-run-history

Best Practices

TopicURL
Optimize Logic Apps rules with control functionshttps://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/add-rules-control-functions
Perform advanced operations on Logic Apps rulesetshttps://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/perform-advanced-ruleset-tasks
Handle non-Unicode encodings in Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/support-non-unicode-character-encoding

Decision Making

TopicURL
Choose between Logic Apps Automation and other platformshttps://learn.microsoft.com/en-us/azure/logic-apps/automation/compare-automation-services
Plan migration approaches from BizTalk to Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/biztalk-server-migration-approaches
Estimate Azure Logic Apps Standard storage costshttps://learn.microsoft.com/en-us/azure/logic-apps/estimate-storage-costs
Plan disaster recovery for Logic Apps B2B workloadshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-business-continuity
Plan Logic Apps costs and pricing modelshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-pricing
Create migration plans with Logic Apps Migration Agenthttps://learn.microsoft.com/en-us/azure/logic-apps/migration/migration-agent-planning-stage
Plan and manage Azure Logic Apps costshttps://learn.microsoft.com/en-us/azure/logic-apps/plan-manage-costs
Decide when to migrate Power Automate flows to Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/power-automate-migration
Choose between Standard and Consumption Azure Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/single-tenant-overview-compare

Architecture & Design Patterns

TopicURL
Design Logic Apps workflows to replicate Azure resourceshttps://learn.microsoft.com/en-us/azure/logic-apps/create-replication-tasks-azure-resources
Implement batching patterns for Azure Logic Apps messageshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-batch-process-send-receive-messages
Choose patterns to call web and REST APIs from Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-api-app
Design multi-region disaster recovery for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/multi-region-disaster-recovery
Understand Logic Apps Rules Engine execution behaviorhttps://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/rules-engine-optimization
Use sequential convoy pattern for ordered Service Bus messageshttps://learn.microsoft.com/en-us/azure/logic-apps/send-related-messages-sequential-convoy
Implement handoff agent loop patterns with shared contexthttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-handoff-agent-workflow
Implement prompt-chaining agent loop workflows in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-prompt-chain-agent-workflow
Choose single vs multiple agent loops in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/single-versus-multiple-agents

Limits & Quotas

TopicURL
Use inline JavaScript with Logic Apps limitshttps://learn.microsoft.com/en-us/azure/logic-apps/add-run-javascript
Control SQL result size and timeouts in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/handle-long-running-stored-procedures-sql-connector
Configure pagination to exceed Logic Apps connector page limitshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-exceed-default-page-size-with-pagination
Handle large Logic Apps messages with chunking limitshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-handle-large-messages
Reference Logic Apps limits and configuration settingshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config

Security

TopicURL
Use managed identities to secure Logic Apps connectionshttps://learn.microsoft.com/en-us/azure/logic-apps/authenticate-with-managed-identity
Block cross-tenant shared connections in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/block-connections-across-tenants
Block specific connector usage with Azure Policyhttps://learn.microsoft.com/en-us/azure/logic-apps/block-connections-connectors
Deploy Standard Logic Apps to private storage with endpointshttps://learn.microsoft.com/en-us/azure/logic-apps/deploy-single-tenant-logic-apps-private-storage-account
Configure Defender for Cloud health monitoring for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/healthy-unhealthy-resource
Configure Entra authentication for Logic Apps custom APIshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-custom-api-authentication
Configure certificates to secure B2B messages in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-certificates
Configure security for Azure Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app
Use Azure Policy built-ins for Logic Apps governancehttps://learn.microsoft.com/en-us/azure/logic-apps/policy-reference
Secure Logic Apps Standard workflows with private endpointshttps://learn.microsoft.com/en-us/azure/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint
Apply Azure Policy compliance controls to Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/security-controls-policy
Secure agentic Logic Apps workflows with Easy Authhttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-authentication-agent-workflows
Set up OAuth OBO flow for agent tools in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-on-behalf-of-user-flow

Configuration

TopicURL
Execute inline PowerShell in Standard Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/add-run-powershell-scripts
Configure recurring schedules for Logic Apps triggershttps://learn.microsoft.com/en-us/azure/logic-apps/concepts-schedule-automated-recurring-tasks-workflows
Configure Logic Apps connections to on-premises data sourceshttps://learn.microsoft.com/en-us/azure/logic-apps/connect-on-premises-data-sources
Create Kusto queries for Logic Apps monitoring datahttps://learn.microsoft.com/en-us/azure/logic-apps/create-monitoring-tracking-queries
Configure app and host settings for Standard Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/edit-app-settings-host-settings
Enable enhanced Application Insights telemetry for Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/enable-enhanced-telemetry-standard-workflows
Install and configure on-premises data gateway for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/install-on-premises-data-gateway-workflows
Author and extend Logic Apps JSON workflow definitionshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-author-definitions
Configure and handle content types in Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-content-type
Create and join parallel branches in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-branches
Configure loops to repeat actions in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-loops
Group actions into scopes and use scope status in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-run-steps-group-scopes
Configure switch-based branching in Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-switch-statement
Configure AS2 message settings in Logic Apps agreementshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2-message-settings
Configure EDIFACT message settings in Logic Apps agreementshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact-message-settings
Configure maps for transform operations in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-maps
Add metadata to B2B artifacts in Logic Apps integration accountshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-metadata
Add and manage schemas for Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-schemas
Configure X12 message settings in Logic Apps agreementshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-message-settings
Schema reference for Logic Apps triggers and actionshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-actions-triggers
Reference for monitoring data and logs in Azure Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/monitor-logic-apps-reference
Configure Azure Monitor logging for B2B Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/monitor-track-b2b-messages-consumption
Configure B2B transaction monitoring in Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/monitor-track-b2b-transactions-standard
Configure diagnostic logging for Logic Apps with Azure Monitorhttps://learn.microsoft.com/en-us/azure/logic-apps/monitor-workflows-collect-diagnostic-data
Configure Parse Document and Chunk Text actions in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/parse-document-chunk-text
Create Logic Apps via Azure CLI sample scripthttps://learn.microsoft.com/en-us/azure/logic-apps/sample-logic-apps-cli-script
Configure SQL database storage for Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-sql-database-storage-standard
Configure zone redundancy for Azure Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-zone-redundancy-availability-zones
Test Logic Apps workflows with mock outputshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-logic-apps-mock-data-static-results
Configure B2B tracking schemas for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/tracking-schemas-consumption
Understand B2B tracking schemas for Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/tracking-schemas-standard
Workflow Definition Language JSON schema for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-schema

Shortened here. Read the whole file on GitHub.

Signals

GitHub stars
742
Forks
120
Last commit
Sep 2026

ahel review

  • S4info
    community integration — published by microsoftdocs, not azure

Automated review, not a security audit. Ruleset v1+k2.

Advanced
Catalog kind
skill
Gateway key
azure-logic-apps
Source
github.com/microsoftdocs/agent-skills