Source profileQuality 92/100

MicrosoftDocs/Agent-Skills/skills/azure-logic-apps/SKILL.md

azure-logic-apps

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 SAP/B2B, on-prem connectors, private endpoints, CI/CD, or DR/multi-region designs, and other Azure Logic Apps related development tasks. Not for Azure Functions (use azure-functions), Azure Data Factory (use azure-data-factory), Azure

Source repository stars
720
Declared platforms
0
Static risk flags
1
Last source update
2026-08-17
Source checked
2026-08-28

Decision brief

What it does: where it fits

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…

Best for

  • Use when building Logic Apps with SAP/B2B, on-prem connectors, private endpoints, CI/CD, or DR/multi-region designs, and other Azure Logic Apps related development tasks.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill "skills/azure-logic-apps"
Safe inspection promptEditorial

Inspect the Agent Skill "azure-logic-apps" from https://github.com/MicrosoftDocs/Agent-Skills/blob/c579bb4b37e7969ffc8bc071ca0f53048c3bfe41/skills/azure-logic-apps/SKILL.md at commit c579bb4b37e7969ffc8bc071ca0f53048c3bfe41. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    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 readfile with the specified lines. For categories with file links (e.g., security.md), use readfile on the linked reference file

    Preferred: Use mcpmicrosoftdocs:microsoftdocsfetch with query string from=learn-agent-skill. Returns Markdown.Fallback: Use fetchwebpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use readfile with the specified lines. For categories with file links (e.g., security.md),…
  2. 02

    Category Index

    Review the “Category Index” section in the pinned source before continuing.

    Review and apply the “Category Index” source section.
  3. 03

    Troubleshooting

    Review the “Troubleshooting” section in the pinned source before continuing.

    Review and apply the “Troubleshooting” source section.
  4. 04

    Best Practices

    Review the “Best Practices” section in the pinned source before continuing.

    Review and apply the “Best Practices” source section.
  5. 05

    Decision Making

    Review the “Decision Making” section in the pinned source before continuing.

    Review and apply the “Decision Making” source section.

Permission review

Static risk signals and limitations

Reads files

low · line 158

The documentation asks the agent to read local files, directories, or repositories.

| Access Azure File Storage using Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurefile/ |

Reads files

low · line 167

The documentation asks the agent to read local files, directories, or repositories.

| Access on-premises file systems via Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/filesystem/ |

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score92/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars720SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
MicrosoftDocs/Agent-Skills
Skill path
skills/azure-logic-apps/SKILL.md
Commit
c579bb4b37e7969ffc8bc071ca0f53048c3bfe41
License
CC-BY-4.0
Collected
2026-08-28
Default branch
main
View the original SKILL.md

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), 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-L71Guidance on choosing Logic Apps vs other platforms, Standard vs Consumption, migration from BizTalk/Power Automate, and estimating/planning ongoing Logic Apps storage and usage costs.
Architecture & Design PatternsL72-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-L149Configuring Logic Apps behavior: triggers, loops, branches, scopes, B2B/integration accounts, monitoring/logging, on-premises access, storage, telemetry, and workflow JSON/schema settings.
Integrations & Coding PatternsL150-L258Patterns and SDKs for integrating Logic Apps with AI agents, Azure/OpenAI, SAP, B2B/EDI, storage, messaging, on-prem systems, and for coding/testing workflows in C#, .NET, and Python
DeploymentL259-L280Deploying Logic Apps (Standard & Consumption) with ARM/Bicep/DevOps, migrating/ cloning workflows, hybrid setups, deployment slots, and CI/CD via VS Code, DevOps, and Deployment Center.

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 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 cross-region disaster recovery for Logic Apps B2Bhttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-business-continuity
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
Create and manage integration accounts for Logic Apps B2Bhttps://learn.microsoft.com/en-us/azure/logic-apps/enterprise-integration/create-integration-account
Create and manage integration accounts for B2Bhttps://learn.microsoft.com/en-us/azure/logic-apps/enterprise-integration/create-integration-account
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

Integrations & Coding Patterns

TopicURL
Integrate Foundry classic agents with Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/add-agent-action-create-run-workflow
Add Logic Apps connector tools to Foundry agentshttps://learn.microsoft.com/en-us/azure/logic-apps/add-agent-tools-connector-actions
Run inline C# scripts in Logic Apps Standard workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/add-run-csharp-scripts
Integrate Microsoft Foundry agents with Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/automate-foundry-agents-with-workflows
Call Azure Functions from Azure Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/call-azure-functions-from-workflows
Export Logic Apps as custom connectors for Power Appshttps://learn.microsoft.com/en-us/azure/logic-apps/call-from-power-apps
Use Azure OpenAI and AI Search connectors in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/azure-ai
Reference for Logic Apps Standard built-in service provider connectorshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/
Run Python Container Apps sessions via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/acasession/
Use Azure AI Search connector actions in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureaisearch/
Automate Azure Automation jobs with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureautomation/
Integrate Azure Blob Storage via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureblob/
Integrate Azure Cosmos DB via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurecosmosdb/
Access Azure File Storage using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurefile/
Work with Azure Queue Storage via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurequeues/
Use Azure Table Storage in Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azuretables/
Invoke CICS programs using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/cicsprogramcall/
Integrate Confluent Kafka with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/confluentkafka/
Connect to IBM DB2 databases with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/db2/
Use Azure AI Document Intelligence with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/documentintelligence/
Publish events to Event Grid with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/eventgridpublisher/
Send and receive Event Hubs messages via Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/eventhub/
Access on-premises file systems via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/filesystem/
Transfer files over FTP using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/ftp/
Access IBM host files using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/hostfile/
Call IBM i programs via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/ibmiprogramcall/
Invoke IMS programs using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/imsprogramcall/
Use JDBC data sources with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/jdbc/
Use Azure Key Vault secrets in Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/keyvault/
Integrate IBM MQ messaging with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/mq/
Call Azure OpenAI via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/openai/
Connect to RabbitMQ queues via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/rabbitmq/
Use SAP connector operations in Azure Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sap/
Integrate Azure Service Bus with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/servicebus/
Transfer files over SFTP using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sftp/
Automate IBM 3270 terminal interactions via Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/si3270/
Send email via SMTP using Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/smtp/
Connect to SQL Server databases with Logic Apps connectorhttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sql/
Use Code Interpreter connector for Python in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/code-interpreter-python-container-apps-session
Configure Azure OpenAI prompt templates in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/create-chat-completions-prompt-template
Access Microsoft Dataverse from Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/dataverse
Configure IBM Informix connector for Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/informix
Integrate healthcare systems via HL7 in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/integrate-healthcare-systems
Configure SAP connectivity for Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/sap
Build SAP integration workflows with Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/sap-create-example-scenario-workflows
Generate SAP IDoc and BAPI schemas via Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/connectors/sap-generate-schemas-for-artifacts
Build custom built-in connectors for Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/create-custom-built-in-connector-standard
Expose Logic Apps workflows as remote MCP servershttps://learn.microsoft.com/en-us/azure/logic-apps/create-model-context-protocol-server-standard
Implement inline .NET custom functions in Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/create-run-custom-code-functions
Use Workflow Definition Language expression functionshttps://learn.microsoft.com/en-us/azure/logic-apps/expression-functions-reference
Host and call web or REST APIs from Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-custom-api-host-deploy-call
Use data operation code samples in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-data-operations-code-samples
Send and receive AS2 messages in Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2
Use EDIFACT connector for B2B workflows in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact
Use flat file actions in Azure Logic Apps B2B workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-flatfile
Exchange RosettaNet messages in Logic Apps B2B workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-rosettanet
Transform XML with maps in Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-transform
Exchange X12 messages in Logic Apps B2B workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12
Process XML messages and flat files in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml
Compose XML documents from JSON in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-compose
Parse XML with schemas in Standard workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-parse
Validate XML messages in B2B Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-validation
Use data operations in Azure Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-perform-data-operations
Implement fact creators and retrievers for Logic Apps ruleshttps://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/build-fact-creators-retrievers
Use AgentToolContext for AI agent workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/agent-tool-context-class-definition
Build C# code-first workflows with Logic Apps SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/create-workflows-with-csharp
Chain Logic Apps workflow operations fluentlyhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/i-chainable-node-class-definition
Work with variable workflow actions in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/i-variable-workflow-action-class-definition
Implement Logic Apps workflow actions in SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/i-workflow-action-class-definition
Define Logic Apps workflow operations in codehttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/i-workflow-operation-class-definition
Provide Logic Apps workflows via IWorkflowProviderhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/i-workflow-provider-class-definition
Implement Logic Apps workflow triggers in SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/i-workflow-trigger-class-definition
Use Azure Logic Apps Standard Workflow SDK in C#https://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/logic-apps-standard-sdk
Compose Logic Apps operation chains programmaticallyhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/operation-chain-class-definition
Use typed workflow action interfaces in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/typed-workflow-action-interfaces-class-definition
Use typed workflow trigger interfaces in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/typed-workflow-trigger-interfaces-class-definition
Extend Logic Apps actions with WorkflowActionBasehttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-action-base-class-definition
Use WorkflowActions entry point in Logic Apps SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-actions-class-definition
Create built-in Logic Apps actions via SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-built-in-actions-class-definition
Create built-in Logic Apps triggers via SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-built-in-triggers-class-definition
Access runtime workflow context in Logic Apps codehttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-context-class-definition
Create Logic Apps control actions in codehttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-control-actions-class-definition
Create Logic Apps workflows with WorkflowFactoryhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-factory-class-definition
Access managed connector actions in Logic Apps SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-managed-actions-class-definition
Access managed connector triggers in Logic Apps SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-managed-triggers-class-definition
Register Logic Apps workflow providers with DIhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-provider-extensions-class-definition
Extend Logic Apps triggers with WorkflowTriggerBasehttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-trigger-base-class-definition
Use WorkflowTriggers entry point in Logic Apps SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-triggers-class-definition
Manipulate variables with Logic Apps SDK actionshttps://learn.microsoft.com/en-us/azure/logic-apps/standard-sdk/workflow-variable-actions-class-definition
Mock Logic Apps actions with ActionMock in Automated Test SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/action-mock-class-definition
Use Azure Logic Apps Automated Test SDK for workflow testinghttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/automated-test-sdk
Test Logic Apps data maps with DataMapTestExecutorhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/data-map-test-executor-class-definition
Execute Liquid data map tests in Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/liquid-data-map-test-executor-class-definition
Use TestActionExecutionContext for Logic Apps unit testshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-action-execution-context-class-definition
Manage Logic Apps unit test state with TestExecutionContexthttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-execution-context-class-definition
Work with loop iteration items using TestIterationItem in Logic Apps testshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-iteration-item-class-definition
Select Liquid transform kinds for Logic Apps testshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-liquid-transform-kind-enum-definition
Access workflow output parameters with TestWorkflowOutputParameterhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-output-parameter-class-definition
Inspect loop action results with TestWorkflowRunActionRepetitionResulthttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-action-repetition-result-class-definition
Analyze Logic Apps action results with TestWorkflowRunActionResulthttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-action-result-class-definition
Inspect Logic Apps workflow runs with TestWorkflowRunhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-class-definition
Examine trigger execution results with TestWorkflowRunTriggerResulthttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-trigger-result-class-definition
Use TestWorkflowStatus enum to track Logic Apps test stateshttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-status-enum-definition
Mock Logic Apps triggers with TriggerMock in Automated Test SDKhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/trigger-mock-class-definition
Execute Logic Apps unit tests with UnitTestExecutorhttps://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/unit-test-executor-class-definition

Deployment

TopicURL
Automate build and release for Standard Logic Apps with Azure DevOpshttps://learn.microsoft.com/en-us/azure/logic-apps/automate-build-deployment-standard
Clone Consumption Logic Apps to Standard workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/clone-consumption-logic-app-to-standard-workflow
Deploy Logic Apps Standard workflows in hybrid environmentshttps://learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-hybrid-deployment
Develop and deploy Standard Logic Apps with VS Codehttps://learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-visual-studio-code
Develop and deploy Standard Logic Apps with VS Codehttps://learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-visual-studio-code
Implement DevOps deployment for Standard Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/devops-deployment-single-tenant-azure-logic-apps
Export Consumption Logic Apps to Standard using VS Codehttps://learn.microsoft.com/en-us/azure/logic-apps/export-from-consumption-to-standard-logic-app
Automate Logic Apps deployment with ARM templateshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview
Create ARM templates for Logic Apps Consumption workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-azure-resource-manager-templates
Deploy ARM templates for Logic Apps Consumption workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-deploy-azure-resource-manager-templates
Automate deployment of migrated Logic Apps workflowshttps://learn.microsoft.com/en-us/azure/logic-apps/migration/migration-agent-deployment-stage
Move Logic Apps across subscriptions, groups, and regionshttps://learn.microsoft.com/en-us/azure/logic-apps/move-logic-app-resources
Deploy Logic Apps Consumption workflows with ARM templateshttps://learn.microsoft.com/en-us/azure/logic-apps/quickstart-create-deploy-azure-resource-manager-template
Deploy Logic Apps Consumption workflows using Bicephttps://learn.microsoft.com/en-us/azure/logic-apps/quickstart-create-deploy-bicep
Create and deploy Logic Apps Rules Engine projectshttps://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/create-rules-engine-project
Configure continuous deployment for Standard Logic Apps via Deployment Centerhttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-cd-deployment-center-standard
Configure deployment slots for zero-downtime Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-deployment-slots
Set up DevOps deployment for Standard Logic Appshttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps
Configure hybrid infrastructure for Logic Apps Standardhttps://learn.microsoft.com/en-us/azure/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements

Frequently asked questions

What to verify before installation and use

What does the azure-logic-apps source document cover?

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…

How do I install azure-logic-apps?

The source record exposes this install command: npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill "skills/azure-logic-apps". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged read-files in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 96156

open-edge-platform/edge-ai-libraries

chatqna-helm-deploy

Deploy Chat Question-and-Answer Core to Kubernetes using Helm (OpenVINO CPU, OpenVINO GPU, or Ollama), including values.yaml configuration, helm install/upgrade, deployment verification, uninstall, and translation from Docker Compose setup_env.sh variables into Helm override values. Use this skill when the user says "deploy chatqna core to kubernetes", "helm install chatqna-core", "configure values.yaml", "convert compose config to helm", or "translate setup_env.sh to chart values".

Computed 9564

Jamie-BitFlight/claude_skills

fastmcp-creator

Use when building, extending, or debugging FastMCP v3 Python MCP servers. Activates on FastMCP tool/resource/prompt creation, provider and transform implementation (CodeMode, Tool Search), auth setup (MultiAuth, PropelAuth, KeycloakProvider), client SDK usage, FastMCPApp and Generative UI server building, fastmcp-slim client-only installs, nginx reverse proxy deployment, Prefab Apps, OTEL observability, and testing. Grounded in local v3.3 docs — zero speculation.

Computed 9439,220

wshobson/agents

brand-landingpage

Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established visual direction. Skip when they have a design mockup, need a dashboard or app UI, are working at component level, building a multi-page app, or restyling with known design tokens —

Computed 9432

anthony-chaudhary/fak

field-borrow

High-priority default "inspired by" workflow. Invoke proactively whenever an external product, repository, paper, standard, benchmark, release, issue, PR, roadmap, design discussion, or field practice could improve fak—not only on explicit borrow requests. Mine code, tests, docs, history, releases, open/closed issues, PRs, discussions, roadmaps, and provenance; date observations and source events; directly port/adapt when exact-source licensing permits; explore the spirit of promising proposed o