{"id":"5eeb9f5b-9ae1-46b1-b1db-7ab98dedeb9c","shortId":"R738WF","kind":"skill","title":"azure-logic-apps","tagline":"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/O","description":"# Azure Logic Apps Skill\n\nThis 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.\n\n## How to Use This Skill\n\n> **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\n\n> **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](https://github.com/MicrosoftDocs/mcp/blob/main/README.md)\n\nThis skill requires **network access** to fetch documentation content:\n- **Preferred**: Use `mcp_microsoftdocs:microsoft_docs_fetch` with query string `from=learn-agent-skill`. Returns Markdown.\n- **Fallback**: Use `fetch_webpage` with query string `from=learn-agent-skill&accept=text/markdown`. Returns Markdown.\n\n## Category Index\n\n| Category | Lines | Description |\n|----------|-------|-------------|\n| 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. |\n| 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. |\n| 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. |\n| 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. |\n| 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. |\n| 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. |\n| Configuration | L114-L155 | Configuring Logic Apps workflows, runtime, B2B/integration accounts, monitoring/logging, on-premises connectivity, control flow, schemas/maps, and Workflow Definition Language. |\n| 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. |\n| 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). |\n\n### Troubleshooting\n| Topic | URL |\n|-------|-----|\n| Resolve throttling and HTTP 429 errors in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/handle-throttling-problems-429-errors |\n| Troubleshoot and diagnose Azure Logic Apps workflow failures | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-diagnosing-failures |\n| Understand AS2 MDN acknowledgments in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2-mdn-acknowledgment |\n| Troubleshoot common B2B Logic Apps errors | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-list-errors-solutions |\n| Use EDIFACT CONTRL acknowledgments and error codes in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact-contrl-acknowledgment |\n| Use X12 997 acknowledgments and error codes | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-997-acknowledgment |\n| Interpret X12 TA1 acknowledgments and error codes | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-ta1-acknowledgment |\n| Test and validate Logic Apps rulesets with Composer | https://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/test-rulesets |\n| Interpret extended error details with TestErrorInfo in Logic Apps tests | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-error-info-class-definition |\n| Use TestErrorResponseAdditionalInfo for detailed Logic Apps test errors | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-error-response-additional-info-class-definition |\n| Use Logic Apps workflow metrics for health diagnosis | https://learn.microsoft.com/en-us/azure/logic-apps/view-workflow-metrics |\n| Diagnose Logic Apps workflow runs and alerts | https://learn.microsoft.com/en-us/azure/logic-apps/view-workflow-status-run-history |\n\n### Best Practices\n| Topic | URL |\n|-------|-----|\n| Design robust error and exception handling in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/error-exception-handling |\n| Optimize Logic Apps rules with control functions | https://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/add-rules-control-functions |\n| Perform advanced operations on Logic Apps rulesets | https://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/perform-advanced-ruleset-tasks |\n| Handle non-Unicode encodings in Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/support-non-unicode-character-encoding |\n\n### Decision Making\n| Topic | URL |\n|-------|-----|\n| Plan migration approaches from BizTalk to Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/biztalk-server-migration-approaches |\n| Estimate Azure Logic Apps Standard storage costs | https://learn.microsoft.com/en-us/azure/logic-apps/estimate-storage-costs |\n| Create migration plans with Logic Apps Migration Agent | https://learn.microsoft.com/en-us/azure/logic-apps/migration/migration-agent-planning-stage |\n| Plan and manage Azure Logic Apps costs | https://learn.microsoft.com/en-us/azure/logic-apps/plan-manage-costs |\n| Decide when to migrate Power Automate flows to Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/power-automate-migration |\n| Choose between Standard and Consumption Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/single-tenant-overview-compare |\n\n### Architecture & Design Patterns\n| Topic | URL |\n|-------|-----|\n| Design autonomous AI agent workflows in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/create-autonomous-agent-workflows |\n| Design conversational AI agent workflows in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/create-conversational-agent-workflows |\n| Design Logic Apps workflows to replicate Azure resources | https://learn.microsoft.com/en-us/azure/logic-apps/create-replication-tasks-azure-resources |\n| Design web and REST API patterns for Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-api-app |\n| Design end-to-end B2B messaging workflows in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b |\n| Design cross-region disaster recovery for Logic Apps B2B | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-business-continuity |\n| Design multi-region disaster recovery for Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/multi-region-disaster-recovery |\n| Understand Logic Apps Rules Engine execution behavior | https://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/rules-engine-optimization |\n| Use sequential convoy pattern for ordered Service Bus messages | https://learn.microsoft.com/en-us/azure/logic-apps/send-related-messages-sequential-convoy |\n| Implement handoff agent loop patterns with shared context | https://learn.microsoft.com/en-us/azure/logic-apps/set-up-handoff-agent-workflow |\n| Implement prompt-chaining agent loop workflows in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/set-up-prompt-chain-agent-workflow |\n| Choose single vs multiple agent loops in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/single-versus-multiple-agents |\n\n### Limits & Quotas\n| Topic | URL |\n|-------|-----|\n| Use inline JavaScript with Logic Apps limits | https://learn.microsoft.com/en-us/azure/logic-apps/add-run-javascript |\n| 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 |\n| 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 |\n| Handle large Logic Apps messages with chunking limits | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-handle-large-messages |\n| Logic Apps limits and configuration reference | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config |\n| Understand Logic Apps usage metering and billing behavior | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-pricing |\n\n### Security\n| Topic | URL |\n|-------|-----|\n| Configure managed identity authentication for Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/authenticate-with-managed-identity |\n| Block cross-tenant shared connections in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/block-connections-across-tenants |\n| Block specific connector usage with Azure Policy | https://learn.microsoft.com/en-us/azure/logic-apps/block-connections-connectors |\n| Deploy Standard Logic Apps to private storage with endpoints | https://learn.microsoft.com/en-us/azure/logic-apps/deploy-single-tenant-logic-apps-private-storage-account |\n| Configure Defender for Cloud health monitoring for Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/healthy-unhealthy-resource |\n| Configure Entra authentication for Logic Apps custom APIs | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-custom-api-authentication |\n| Configure certificates to secure B2B messages in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-certificates |\n| Secure Logic Apps workflow access and data | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app |\n| Use built-in Azure Policy definitions for Logic Apps governance | https://learn.microsoft.com/en-us/azure/logic-apps/policy-reference |\n| Secure Logic Apps Standard workflows with private endpoints | https://learn.microsoft.com/en-us/azure/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint |\n| Apply Azure Policy compliance controls to Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/security-controls-policy |\n| Secure agentic Logic Apps workflows with Easy Auth | https://learn.microsoft.com/en-us/azure/logic-apps/set-up-authentication-agent-workflows |\n| Set up OAuth OBO flow for agent tools in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/set-up-on-behalf-of-user-flow |\n\n### Configuration\n| Topic | URL |\n|-------|-----|\n| Execute inline PowerShell in Standard Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/add-run-powershell-scripts |\n| Configure Logic Apps connections to on-premises data sources | https://learn.microsoft.com/en-us/azure/logic-apps/connect-on-premises-data-sources |\n| Create Azure Monitor log queries for Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/create-monitoring-tracking-queries |\n| Create and publish reusable Logic Apps workflow templates | https://learn.microsoft.com/en-us/azure/logic-apps/create-publish-workflow-templates |\n| Configure app and host settings for Standard Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/edit-app-settings-host-settings |\n| Enable enhanced Application Insights telemetry for Logic Apps Standard | https://learn.microsoft.com/en-us/azure/logic-apps/enable-enhanced-telemetry-standard-workflows |\n| Create and manage integration accounts for Logic Apps B2B | https://learn.microsoft.com/en-us/azure/logic-apps/enterprise-integration/create-integration-account |\n| Create and manage integration accounts for B2B | https://learn.microsoft.com/en-us/azure/logic-apps/enterprise-integration/create-integration-account |\n| Reference for Logic Apps workflow expression functions | https://learn.microsoft.com/en-us/azure/logic-apps/expression-functions-reference |\n| Install and configure on-premises data gateway for Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/install-on-premises-data-gateway-workflows |\n| Author and extend Logic Apps JSON workflow definitions | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-author-definitions |\n| Configure and handle content types in Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-content-type |\n| Create and join parallel branches in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-branches |\n| Configure conditional control flow in Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-conditional-statement |\n| Configure loops to repeat actions in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-loops |\n| Group actions into scopes and use scope status in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-run-steps-group-scopes |\n| Configure switch-based branching in Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-switch-statement |\n| Configure B2B agreements between partners in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-agreements |\n| Configure AS2 message settings in Logic Apps agreements | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2-message-settings |\n| Configure EDIFACT message settings in Logic Apps agreements | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact-message-settings |\n| Configure maps for transform operations in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-maps |\n| Add metadata to B2B artifacts in Logic Apps integration accounts | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-metadata |\n| Define B2B trading partners in Logic Apps integration accounts | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-partners |\n| Add and manage schemas for Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-schemas |\n| Configure X12 message settings in Logic Apps agreements | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-message-settings |\n| Configure callable HTTPS endpoints for Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-http-endpoint |\n| Schema reference for Logic Apps triggers and actions | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-actions-triggers |\n| Reference for monitoring data and logs in Azure Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/monitor-logic-apps-reference |\n| Configure Azure Monitor logging for B2B Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/monitor-track-b2b-messages-consumption |\n| Configure B2B transaction monitoring in Logic Apps Standard | https://learn.microsoft.com/en-us/azure/logic-apps/monitor-track-b2b-transactions-standard |\n| Configure diagnostic logging for Logic Apps with Azure Monitor | https://learn.microsoft.com/en-us/azure/logic-apps/monitor-workflows-collect-diagnostic-data |\n| Configure Parse Document and Chunk Text actions in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/parse-document-chunk-text |\n| Configure SQL database storage for Logic Apps Standard | https://learn.microsoft.com/en-us/azure/logic-apps/set-up-sql-database-storage-standard |\n| Configure zone redundancy for Azure Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/set-up-zone-redundancy-availability-zones |\n| Test Logic Apps workflows with mock outputs | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-logic-apps-mock-data-static-results |\n| Define B2B tracking schemas for Logic Apps Consumption | https://learn.microsoft.com/en-us/azure/logic-apps/tracking-schemas-consumption |\n| Understand B2B tracking schemas for Logic Apps Standard | https://learn.microsoft.com/en-us/azure/logic-apps/tracking-schemas-standard |\n| Workflow Definition Language JSON schema for Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-schema |\n\n### Integrations & Coding Patterns\n| Topic | URL |\n|-------|-----|\n| Add Logic Apps connector tools to Foundry agents | https://learn.microsoft.com/en-us/azure/logic-apps/add-agent-tools-connector-actions |\n| Run inline C# scripts in Logic Apps Standard workflows | https://learn.microsoft.com/en-us/azure/logic-apps/add-run-csharp-scripts |\n| Call Azure Functions from Azure Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/call-azure-functions-from-workflows |\n| Export Logic Apps as custom connectors for Power Apps | https://learn.microsoft.com/en-us/azure/logic-apps/call-from-power-apps |\n| Use Azure OpenAI and AI Search connectors in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/azure-ai |\n| Reference for Logic Apps Standard built-in service provider connectors | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/ |\n| Run Python Container Apps sessions via Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/acasession/ |\n| Use Azure AI Search connector actions in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureaisearch/ |\n| Automate Azure Automation jobs with Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureautomation/ |\n| Integrate Azure Blob Storage via Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureblob/ |\n| Integrate Azure Cosmos DB via Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurecosmosdb/ |\n| Access Azure File Storage using Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurefile/ |\n| Work with Azure Queue Storage via Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurequeues/ |\n| Use Azure Table Storage in Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azuretables/ |\n| Invoke CICS programs using Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/cicsprogramcall/ |\n| Integrate Confluent Kafka with Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/confluentkafka/ |\n| Connect to IBM DB2 databases with Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/db2/ |\n| Use Azure AI Document Intelligence with Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/documentintelligence/ |\n| Publish events to Event Grid with Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/eventgridpublisher/ |\n| Send and receive Event Hubs messages via Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/eventhub/ |\n| Access on-premises file systems via Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/filesystem/ |\n| Transfer files over FTP using Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/ftp/ |\n| Access IBM host files using Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/hostfile/ |\n| Call IBM i programs via Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/ibmiprogramcall/ |\n| Invoke IMS programs using Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/imsprogramcall/ |\n| Use JDBC data sources with Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/jdbc/ |\n| Use Azure Key Vault secrets in Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/keyvault/ |\n| Integrate IBM MQ messaging with Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/mq/ |\n| Call Azure OpenAI via Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/openai/ |\n| Connect to RabbitMQ queues via Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/rabbitmq/ |\n| Use SAP connector operations in Azure Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sap/ |\n| Integrate Azure Service Bus with Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/servicebus/ |\n| Transfer files over SFTP using Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sftp/ |\n| Automate IBM 3270 terminal interactions via Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/si3270/ |\n| Send email via SMTP using Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/smtp/ |\n| Connect to SQL Server databases with Logic Apps connector | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sql/ |\n| Use Code Interpreter connector for Python in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/code-interpreter-python-container-apps-session |\n| Configure Azure OpenAI prompt templates in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/create-chat-completions-prompt-template |\n| Access Microsoft Dataverse from Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/dataverse |\n| Connect Logic Apps workflows to IBM Informix | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/informix |\n| Integrate healthcare systems via HL7 in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/integrate-healthcare-systems |\n| Configure SAP connectivity for Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/sap |\n| Build SAP integration workflows with Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/sap-create-example-scenario-workflows |\n| Generate SAP IDoc and BAPI schemas via Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/connectors/sap-generate-schemas-for-artifacts |\n| Build custom built-in connectors for Standard Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/create-custom-built-in-connector-standard |\n| Create data transformation maps in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/create-maps-data-transformation-visual-studio-code |\n| Create Logic Apps–driven MCP servers via API Center | https://learn.microsoft.com/en-us/azure/logic-apps/create-mcp-server-api-center |\n| Expose Logic Apps workflows as remote MCP servers | https://learn.microsoft.com/en-us/azure/logic-apps/create-model-context-protocol-server-standard |\n| Implement inline .NET custom functions in Logic Apps Standard | https://learn.microsoft.com/en-us/azure/logic-apps/create-run-custom-code-functions |\n| Host and call web or REST APIs from Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-custom-api-host-deploy-call |\n| Use Logic Apps data operations with workflow code samples | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-data-operations-code-samples |\n| Send and receive AS2 messages in Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2 |\n| Use EDIFACT connector for B2B workflows in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact |\n| Encode and decode flat-file XML in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-flatfile |\n| Transform JSON and XML with Liquid in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-liquid-transform |\n| Exchange RosettaNet messages in Logic Apps B2B workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-rosettanet |\n| Transform XML with maps in Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-transform |\n| Exchange X12 messages in Logic Apps B2B workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12 |\n| Process XML messages and flat files in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml |\n| Compose XML documents from JSON in Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-compose |\n| Parse XML with schemas in Standard workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-parse |\n| Validate XML messages in B2B Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-validation |\n| Use data operations in Azure Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-perform-data-operations |\n| Implement fact creators and retrievers for Logic Apps rules | https://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/build-fact-creators-retrievers |\n| Mock Logic Apps actions with ActionMock in Automated Test SDK | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/action-mock-class-definition |\n| Use Azure Logic Apps Automated Test SDK for workflow testing | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/automated-test-sdk |\n| Test Logic Apps data maps with DataMapTestExecutor | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/data-map-test-executor-class-definition |\n| Use TestActionExecutionContext for Logic Apps unit tests | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-action-execution-context-class-definition |\n| Manage Logic Apps unit test state with TestExecutionContext | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-execution-context-class-definition |\n| Work with loop iteration items using TestIterationItem in Logic Apps tests | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-iteration-item-class-definition |\n| Access workflow output parameters with TestWorkflowOutputParameter | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-output-parameter-class-definition |\n| Inspect loop action results with TestWorkflowRunActionRepetitionResult | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-action-repetition-result-class-definition |\n| Analyze Logic Apps action results with TestWorkflowRunActionResult | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-action-result-class-definition |\n| Inspect Logic Apps workflow runs with TestWorkflowRun | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-class-definition |\n| Examine trigger execution results with TestWorkflowRunTriggerResult | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-trigger-result-class-definition |\n| Use TestWorkflowStatus enum to track Logic Apps test states | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-status-enum-definition |\n| Mock Logic Apps triggers with TriggerMock in Automated Test SDK | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/trigger-mock-class-definition |\n| Execute Logic Apps unit tests with UnitTestExecutor | https://learn.microsoft.com/en-us/azure/logic-apps/testing-framework/unit-test-executor-class-definition |\n\n### Deployment\n| Topic | URL |\n|-------|-----|\n| Automate build and release for Standard Logic Apps with Azure DevOps | https://learn.microsoft.com/en-us/azure/logic-apps/automate-build-deployment-standard |\n| Clone Consumption Logic Apps to Standard workflows | https://learn.microsoft.com/en-us/azure/logic-apps/clone-consumption-logic-app-to-standard-workflow |\n| Create and deploy Standard Logic Apps in hybrid environments | https://learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-hybrid-deployment |\n| Develop and deploy Standard Logic Apps with VS Code | https://learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-visual-studio-code |\n| Develop and deploy Standard Logic Apps with VS Code | https://learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-visual-studio-code |\n| Overview of DevOps CI/CD for Standard Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/devops-deployment-single-tenant-azure-logic-apps |\n| Export Consumption Logic Apps to Standard using VS Code | https://learn.microsoft.com/en-us/azure/logic-apps/export-from-consumption-to-standard-logic-app |\n| Use ARM templates to deploy Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview |\n| Author ARM templates for Logic Apps Consumption workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-azure-resource-manager-templates |\n| Deploy ARM templates for Logic Apps Consumption workflows | https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-deploy-azure-resource-manager-templates |\n| Automate deployment of migrated Logic Apps workflows | https://learn.microsoft.com/en-us/azure/logic-apps/migration/migration-agent-deployment-stage |\n| Move Logic Apps across subscriptions, groups, and regions | https://learn.microsoft.com/en-us/azure/logic-apps/move-logic-app-resources |\n| Deploy Logic Apps Consumption workflows with ARM templates | https://learn.microsoft.com/en-us/azure/logic-apps/quickstart-create-deploy-azure-resource-manager-template |\n| Deploy Logic Apps Consumption workflows using Bicep | https://learn.microsoft.com/en-us/azure/logic-apps/quickstart-create-deploy-bicep |\n| Create and deploy Logic Apps Rules Engine projects | https://learn.microsoft.com/en-us/azure/logic-apps/rules-engine/create-rules-engine-project |\n| Create Logic Apps using Azure CLI script sample | https://learn.microsoft.com/en-us/azure/logic-apps/sample-logic-apps-cli-script |\n| Configure continuous deployment for Standard Logic Apps via Deployment Center | https://learn.microsoft.com/en-us/azure/logic-apps/set-up-cd-deployment-center-standard |\n| Configure deployment slots for zero-downtime Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/set-up-deployment-slots |\n| Set up DevOps deployment for Standard Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps |\n| Set up infrastructure for hybrid-deployed Standard Logic Apps | https://learn.microsoft.com/en-us/azure/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements |","tags":["azure","logic","apps","agent","skills","microsoftdocs","agent-skills","agentic-skills","agentskill","ai-agents","ai-coding","azure-functions"],"capabilities":["skill","source-microsoftdocs","skill-azure-logic-apps","topic-agent","topic-agent-skills","topic-agentic-skills","topic-agentskill","topic-ai-agents","topic-ai-coding","topic-azure","topic-azure-functions","topic-azure-kubernetes-service","topic-azure-openai","topic-azure-sql-database","topic-azure-storage"],"categories":["Agent-Skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/MicrosoftDocs/Agent-Skills/azure-logic-apps","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add MicrosoftDocs/Agent-Skills","source_repo":"https://github.com/MicrosoftDocs/Agent-Skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 549 github stars · SKILL.md body (32,605 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T18:53:55.411Z","embedding":null,"createdAt":"2026-04-18T21:59:25.881Z","updatedAt":"2026-05-18T18:53:55.411Z","lastSeenAt":"2026-05-18T18:53:55.411Z","tsv":"'/connector':375 '/en-us/azure/logic-apps/add-agent-tools-connector-actions':1529 '/en-us/azure/logic-apps/add-run-csharp-scripts':1541 '/en-us/azure/logic-apps/add-run-javascript':868 '/en-us/azure/logic-apps/add-run-powershell-scripts':1089 '/en-us/azure/logic-apps/authenticate-with-managed-identity':936 '/en-us/azure/logic-apps/automate-build-deployment-standard':2416 '/en-us/azure/logic-apps/biztalk-server-migration-approaches':653 '/en-us/azure/logic-apps/block-connections-across-tenants':948 '/en-us/azure/logic-apps/block-connections-connectors':958 '/en-us/azure/logic-apps/call-azure-functions-from-workflows':1552 '/en-us/azure/logic-apps/call-from-power-apps':1564 '/en-us/azure/logic-apps/clone-consumption-logic-app-to-standard-workflow':2426 '/en-us/azure/logic-apps/connect-on-premises-data-sources':1102 '/en-us/azure/logic-apps/connectors/azure-ai':1577 '/en-us/azure/logic-apps/connectors/built-in/reference/':1591 '/en-us/azure/logic-apps/connectors/built-in/reference/acasession/':1603 '/en-us/azure/logic-apps/connectors/built-in/reference/azureaisearch/':1615 '/en-us/azure/logic-apps/connectors/built-in/reference/azureautomation/':1626 '/en-us/azure/logic-apps/connectors/built-in/reference/azureblob/':1637 '/en-us/azure/logic-apps/connectors/built-in/reference/azurecosmosdb/':1648 '/en-us/azure/logic-apps/connectors/built-in/reference/azurefile/':1659 '/en-us/azure/logic-apps/connectors/built-in/reference/azurequeues/':1671 '/en-us/azure/logic-apps/connectors/built-in/reference/azuretables/':1682 '/en-us/azure/logic-apps/connectors/built-in/reference/cicsprogramcall/':1692 '/en-us/azure/logic-apps/connectors/built-in/reference/confluentkafka/':1702 '/en-us/azure/logic-apps/connectors/built-in/reference/db2/':1714 '/en-us/azure/logic-apps/connectors/built-in/reference/documentintelligence/':1726 '/en-us/azure/logic-apps/connectors/built-in/reference/eventgridpublisher/':1738 '/en-us/azure/logic-apps/connectors/built-in/reference/eventhub/':1750 '/en-us/azure/logic-apps/connectors/built-in/reference/filesystem/':1763 '/en-us/azure/logic-apps/connectors/built-in/reference/ftp/':1774 '/en-us/azure/logic-apps/connectors/built-in/reference/hostfile/':1785 '/en-us/azure/logic-apps/connectors/built-in/reference/ibmiprogramcall/':1796 '/en-us/azure/logic-apps/connectors/built-in/reference/imsprogramcall/':1806 '/en-us/azure/logic-apps/connectors/built-in/reference/jdbc/':1817 '/en-us/azure/logic-apps/connectors/built-in/reference/keyvault/':1829 '/en-us/azure/logic-apps/connectors/built-in/reference/mq/':1840 '/en-us/azure/logic-apps/connectors/built-in/reference/openai/':1850 '/en-us/azure/logic-apps/connectors/built-in/reference/rabbitmq/':1861 '/en-us/azure/logic-apps/connectors/built-in/reference/sap/':1872 '/en-us/azure/logic-apps/connectors/built-in/reference/servicebus/':1883 '/en-us/azure/logic-apps/connectors/built-in/reference/sftp/':1894 '/en-us/azure/logic-apps/connectors/built-in/reference/si3270/':1906 '/en-us/azure/logic-apps/connectors/built-in/reference/smtp/':1917 '/en-us/azure/logic-apps/connectors/built-in/reference/sql/':1929 '/en-us/azure/logic-apps/connectors/code-interpreter-python-container-apps-session':1941 '/en-us/azure/logic-apps/connectors/create-chat-completions-prompt-template':1952 '/en-us/azure/logic-apps/connectors/dataverse':1962 '/en-us/azure/logic-apps/connectors/informix':1972 '/en-us/azure/logic-apps/connectors/integrate-healthcare-systems':1983 '/en-us/azure/logic-apps/connectors/sap':1993 '/en-us/azure/logic-apps/connectors/sap-create-example-scenario-workflows':2003 '/en-us/azure/logic-apps/connectors/sap-generate-schemas-for-artifacts':2015 '/en-us/azure/logic-apps/create-autonomous-agent-workflows':723 '/en-us/azure/logic-apps/create-conversational-agent-workflows':734 '/en-us/azure/logic-apps/create-custom-built-in-connector-standard':2028 '/en-us/azure/logic-apps/create-maps-data-transformation-visual-studio-code':2038 '/en-us/azure/logic-apps/create-mcp-server-api-center':2050 '/en-us/azure/logic-apps/create-model-context-protocol-server-standard':2061 '/en-us/azure/logic-apps/create-monitoring-tracking-queries':1113 '/en-us/azure/logic-apps/create-publish-workflow-templates':1124 '/en-us/azure/logic-apps/create-replication-tasks-azure-resources':745 '/en-us/azure/logic-apps/create-run-custom-code-functions':2073 '/en-us/azure/logic-apps/create-standard-workflows-hybrid-deployment':2438 '/en-us/azure/logic-apps/create-standard-workflows-visual-studio-code':2450,2462 '/en-us/azure/logic-apps/deploy-single-tenant-logic-apps-private-storage-account':970 '/en-us/azure/logic-apps/devops-deployment-single-tenant-azure-logic-apps':2473 '/en-us/azure/logic-apps/edit-app-settings-host-settings':1136 '/en-us/azure/logic-apps/enable-enhanced-telemetry-standard-workflows':1148 '/en-us/azure/logic-apps/enterprise-integration/create-integration-account':1160,1170 '/en-us/azure/logic-apps/error-exception-handling':606 '/en-us/azure/logic-apps/estimate-storage-costs':663 '/en-us/azure/logic-apps/export-from-consumption-to-standard-logic-app':2485 '/en-us/azure/logic-apps/expression-functions-reference':1180 '/en-us/azure/logic-apps/handle-long-running-stored-procedures-sql-connector':880 '/en-us/azure/logic-apps/handle-throttling-problems-429-errors':471 '/en-us/azure/logic-apps/healthy-unhealthy-resource':982 '/en-us/azure/logic-apps/install-on-premises-data-gateway-workflows':1194 '/en-us/azure/logic-apps/logic-apps-author-definitions':1205 '/en-us/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview':2495 '/en-us/azure/logic-apps/logic-apps-content-type':1217 '/en-us/azure/logic-apps/logic-apps-control-flow-branches':1228 '/en-us/azure/logic-apps/logic-apps-control-flow-conditional-statement':1239 '/en-us/azure/logic-apps/logic-apps-control-flow-loops':1250 '/en-us/azure/logic-apps/logic-apps-control-flow-run-steps-group-scopes':1264 '/en-us/azure/logic-apps/logic-apps-control-flow-switch-statement':1276 '/en-us/azure/logic-apps/logic-apps-create-api-app':757 '/en-us/azure/logic-apps/logic-apps-create-azure-resource-manager-templates':2506 '/en-us/azure/logic-apps/logic-apps-custom-api-authentication':993 '/en-us/azure/logic-apps/logic-apps-custom-api-host-deploy-call':2086 '/en-us/azure/logic-apps/logic-apps-data-operations-code-samples':2098 '/en-us/azure/logic-apps/logic-apps-deploy-azure-resource-manager-templates':2517 '/en-us/azure/logic-apps/logic-apps-diagnosing-failures':482 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-agreements':1287 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2':2110 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2-mdn-acknowledgment':492 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2-message-settings':1298 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b':771 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-business-continuity':784 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-list-errors-solutions':501 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-certificates':1005 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact':2122 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact-contrl-acknowledgment':514 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact-message-settings':1309 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-flatfile':2135 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-liquid-transform':2147 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-maps':1320 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-metadata':1333 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-partners':1345 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-rosettanet':2158 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-schemas':1356 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-transform':2169 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12':2180 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-997-acknowledgment':524 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-message-settings':1367 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-ta1-acknowledgment':534 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml':2192 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-compose':2203 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-parse':2213 '/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-validation':2223 '/en-us/azure/logic-apps/logic-apps-exceed-default-page-size-with-pagination':892 '/en-us/azure/logic-apps/logic-apps-handle-large-messages':903 '/en-us/azure/logic-apps/logic-apps-http-endpoint':1377 '/en-us/azure/logic-apps/logic-apps-limits-and-config':912 '/en-us/azure/logic-apps/logic-apps-perform-data-operations':2234 '/en-us/azure/logic-apps/logic-apps-pricing':923 '/en-us/azure/logic-apps/logic-apps-securing-a-logic-app':1015 '/en-us/azure/logic-apps/logic-apps-workflow-actions-triggers':1388 '/en-us/azure/logic-apps/migration/migration-agent-deployment-stage':2527 '/en-us/azure/logic-apps/migration/migration-agent-planning-stage':674 '/en-us/azure/logic-apps/monitor-logic-apps-reference':1401 '/en-us/azure/logic-apps/monitor-track-b2b-messages-consumption':1412 '/en-us/azure/logic-apps/monitor-track-b2b-transactions-standard':1423 '/en-us/azure/logic-apps/monitor-workflows-collect-diagnostic-data':1435 '/en-us/azure/logic-apps/move-logic-app-resources':2538 '/en-us/azure/logic-apps/multi-region-disaster-recovery':796 '/en-us/azure/logic-apps/parse-document-chunk-text':1448 '/en-us/azure/logic-apps/plan-manage-costs':684 '/en-us/azure/logic-apps/policy-reference':1029 '/en-us/azure/logic-apps/power-automate-migration':697 '/en-us/azure/logic-apps/quickstart-create-deploy-azure-resource-manager-template':2549 '/en-us/azure/logic-apps/quickstart-create-deploy-bicep':2559 '/en-us/azure/logic-apps/rules-engine/add-rules-control-functions':616 '/en-us/azure/logic-apps/rules-engine/build-fact-creators-retrievers':2246 '/en-us/azure/logic-apps/rules-engine/create-rules-engine-project':2570 '/en-us/azure/logic-apps/rules-engine/perform-advanced-ruleset-tasks':626 '/en-us/azure/logic-apps/rules-engine/rules-engine-optimization':806 '/en-us/azure/logic-apps/rules-engine/test-rulesets':545 '/en-us/azure/logic-apps/sample-logic-apps-cli-script':2581 '/en-us/azure/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint':1040 '/en-us/azure/logic-apps/security-controls-policy':1051 '/en-us/azure/logic-apps/send-related-messages-sequential-convoy':818 '/en-us/azure/logic-apps/set-up-authentication-agent-workflows':1062 '/en-us/azure/logic-apps/set-up-cd-deployment-center-standard':2594 '/en-us/azure/logic-apps/set-up-deployment-slots':2606 '/en-us/azure/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps':2617 '/en-us/azure/logic-apps/set-up-handoff-agent-workflow':829 '/en-us/azure/logic-apps/set-up-on-behalf-of-user-flow':1076 '/en-us/azure/logic-apps/set-up-prompt-chain-agent-workflow':842 '/en-us/azure/logic-apps/set-up-sql-database-storage-standard':1459 '/en-us/azure/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements':2630 '/en-us/azure/logic-apps/set-up-zone-redundancy-availability-zones':1470 '/en-us/azure/logic-apps/single-tenant-overview-compare':707 '/en-us/azure/logic-apps/single-versus-multiple-agents':854 '/en-us/azure/logic-apps/support-non-unicode-character-encoding':638 '/en-us/azure/logic-apps/testing-framework/action-mock-class-definition':2259 '/en-us/azure/logic-apps/testing-framework/automated-test-sdk':2272 '/en-us/azure/logic-apps/testing-framework/data-map-test-executor-class-definition':2282 '/en-us/azure/logic-apps/testing-framework/test-action-execution-context-class-definition':2292 '/en-us/azure/logic-apps/testing-framework/test-error-info-class-definition':558 '/en-us/azure/logic-apps/testing-framework/test-error-response-additional-info-class-definition':569 '/en-us/azure/logic-apps/testing-framework/test-execution-context-class-definition':2303 '/en-us/azure/logic-apps/testing-framework/test-iteration-item-class-definition':2317 '/en-us/azure/logic-apps/testing-framework/test-logic-apps-mock-data-static-results':1480 '/en-us/azure/logic-apps/testing-framework/test-workflow-output-parameter-class-definition':2326 '/en-us/azure/logic-apps/testing-framework/test-workflow-run-action-repetition-result-class-definition':2335 '/en-us/azure/logic-apps/testing-framework/test-workflow-run-action-result-class-definition':2345 '/en-us/azure/logic-apps/testing-framework/test-workflow-run-class-definition':2355 '/en-us/azure/logic-apps/testing-framework/test-workflow-run-trigger-result-class-definition':2364 '/en-us/azure/logic-apps/testing-framework/test-workflow-status-enum-definition':2376 '/en-us/azure/logic-apps/testing-framework/trigger-mock-class-definition':2389 '/en-us/azure/logic-apps/testing-framework/unit-test-executor-class-definition':2399 '/en-us/azure/logic-apps/tracking-schemas-consumption':1491 '/en-us/azure/logic-apps/tracking-schemas-standard':1502 '/en-us/azure/logic-apps/view-workflow-metrics':580 '/en-us/azure/logic-apps/view-workflow-status-run-history':590 '/en-us/azure/logic-apps/workflow-definition-language-schema':1513 '/microsoftdocs/mcp/blob/main/readme.md)':168 '/region':456 '/zone-resilient':324 '3':139 '3270':1897 '429':464 '997':517 'accept':207 'access':173,1010,1649,1751,1775,1953,2318 'account':391,1153,1165,1330,1342 'acknowledg':230,486,505,518,528 'across':2531 'action':1244,1252,1385,1442,1609,2250,2329,2339 'actionmock':2252 'add':1321,1346,1519 'advanc':258,618 'agent':88,132,191,205,308,671,716,727,821,834,847,1053,1069,1526 'agreement':1279,1295,1306,1364 'ai':307,715,726,1569,1606,1717 'alert':587 'analysi':238 'analyz':2336 'api':313,750,990,2046,2080 'app':4,10,34,40,50,224,248,281,292,306,341,361,387,416,450,468,477,489,497,511,539,554,564,572,583,603,609,622,634,650,657,669,680,694,704,720,731,737,754,768,780,793,799,839,851,864,877,886,896,905,915,933,945,962,979,988,1002,1008,1025,1032,1048,1055,1073,1086,1092,1110,1119,1126,1133,1144,1156,1174,1191,1199,1213,1225,1235,1247,1261,1272,1284,1294,1305,1317,1328,1340,1352,1363,1374,1382,1398,1409,1419,1429,1445,1455,1466,1473,1487,1498,1510,1521,1536,1548,1555,1561,1574,1581,1595,1599,1612,1622,1633,1644,1655,1667,1678,1688,1698,1710,1722,1734,1747,1759,1770,1781,1792,1802,1813,1825,1836,1846,1857,1869,1879,1890,1902,1913,1925,1938,1949,1958,1965,1980,1989,2000,2012,2025,2035,2041,2053,2069,2083,2089,2106,2119,2132,2144,2153,2165,2175,2189,2200,2220,2230,2242,2249,2263,2275,2287,2295,2313,2338,2348,2371,2379,2392,2410,2420,2432,2444,2456,2470,2477,2492,2501,2512,2523,2530,2541,2552,2564,2573,2588,2603,2614,2627 'appli':1041 'applic':1139 'approach':645 'architectur':18,57,296,302,708 'arm':2487,2497,2508,2545 'arm/bicep':437 'artifact':1325 'as2':484,1289,2102 'as2/edifact/x12':229 'auth':362,368,1059 'authent':930,985 'author':1195,2496 'autom':284,428,690,1616,1618,1895,2254,2264,2384,2403,2518 'autonom':714 'avail':158 'azur':2,8,38,48,378,475,655,678,741,954,1020,1042,1104,1396,1403,1431,1464,1543,1546,1566,1605,1617,1628,1639,1650,1662,1673,1716,1819,1842,1867,1874,1943,2228,2261,2412,2575 'azure-logic-app':1 'azure/openai':418 'b2b':228,310,495,763,781,998,1157,1167,1278,1324,1335,1407,1414,1482,1493,2115,2154,2176,2218 'b2b/edi':36,423 'b2b/integration':390 'bapi':2008 'base':1268 'behavior':338,803,920 'best':14,53,239,244,591 'bicep':2556 'bill':919 'biztalk':647 'biztalk/power':283 'blob':1629 'block':376,937,949 'branch':1222,1269 'build':32,1994,2016,2404 'built':1018,1584,2019 'built-in':1017,1583,2018 'bus':814,1876 'c':1532 'call':1542,1786,1841,2076 'callabl':1369 'cap':351 'capabl':80 'categori':91,99,115,211,213 'center':2047,2591 'certif':371,995 'chain':833 'choos':285,698,843 'chunk':899,1440 'ci/cd':436,2466 'cic':1684 'cli':2576 'clone':2417 'cloud':974 'code':26,65,405,508,521,531,1515,1931,2094,2447,2459,2482 'code/connectors':425 'combin':70 'common':494 'complianc':1044 'compos':542,2193 'condit':1230 'configur':24,63,350,381,385,881,908,927,971,983,994,1077,1090,1125,1183,1206,1229,1240,1265,1277,1288,1299,1310,1357,1368,1402,1413,1424,1436,1449,1460,1942,1984,2582,2595 'confluent':1694 'connect':396,942,1093,1703,1851,1918,1963,1986 'connector':887,951,1522,1558,1571,1588,1600,1608,1623,1634,1645,1656,1668,1679,1689,1699,1711,1723,1735,1760,1771,1782,1793,1803,1814,1826,1837,1847,1858,1864,1880,1891,1903,1914,1926,1933,2021,2113 'consumpt':288,451,702,1488,2418,2475,2502,2513,2542,2553 'contain':1594 'content':75,177,1209 'context':826 'continu':2583 'contrl':504 'control':253,397,612,869,1045,1231 'convers':725 'convoy':809 'cosmos':1640 'cost':293,660,681 'cover':51 'creat':664,1103,1114,1149,1161,1218,2029,2039,2427,2560,2571 'creator':2237 'cross':373,454,774,939 'cross-region':773 'cross-subscript':453 'cross-ten':372,938 'custom':424,989,1557,2017,2065 'data':1012,1098,1187,1392,1809,2030,2090,2225,2276 'databas':1451,1707,1922 'datamaptestexecutor':2279 'datavers':1955 'db':1641 'db2':1706 'decid':685 'decis':16,55,267,639 'decod':2125 'defend':972 'defin':1334,1481 'definit':402,1022,1202,1504 'deploy':29,68,432,441,959,2400,2429,2441,2453,2490,2507,2519,2539,2550,2562,2584,2590,2596,2610,2624 'descript':215 'design':19,58,297,328,595,709,713,724,735,746,758,772,785 'detail':236,549,562 'develop':11,2439,2451 'devop':439,2413,2465,2609 'diagnos':220,474,581 'diagnosi':577 'diagnost':1425 'disast':776,789 'doc':183 'document':78,176,1438,1718,2195 'downtim':2601 'dr':325 'driven':2042 'e.g':103,119 'easi':367,1058 'edifact':503,1300,2112 'effici':257 'email':1908 'enabl':1137 'encod':266,631,2123 'end':760,762 'end-to-end':759 'endpoint':967,1037,1371 'endpoints/storage':370 'engin':317,801,2566 'enhanc':1138 'entra':365,984 'enum':2367 'environ':2435 'error':231,237,465,498,507,520,530,548,566,597 'error/exception':249 'estim':654 'event':1728,1730,1742 'examin':2356 'exceed':884 'except':599 'exchang':2148,2170 'execut':802,1080,2358,2390 'expert':5,45 'export':1553,2474 'expos':2051 'express':1176 'extend':547,1197 'fact':2236 'failur':226,479 'fallback':195 'fetch':79,175,184,197 'file':109,117,124,129,1651,1755,1765,1778,1885,2128,2186 'fix':222 'flat':2127,2185 'flat-fil':2126 'flow':311,398,691,1067,1232 'foundri':1525 'ftp':1767 'function':254,613,1177,1544,2066 'gateway':1188 'generat':2004 'github.com':167 'github.com/microsoftdocs/mcp/blob/main/readme.md)':166 'govern':380,1026 'grid':1731 'group':1251,2533 'guid':165 'guidanc':46,272 'ha':327 'handl':250,262,600,627,893,1208 'handoff':820 'health':576,975 'healthcar':1974 'hl7':1977 'host':1128,1777,2074 'http':463 'https':1370 'hub':1743 'hybrid':2434,2623 'hybrid-deploy':2622 'hybrid/infrastructure':443 'ibm':420,1705,1776,1787,1831,1896,1968 'ident':364,929 'idoc':2006 'im':1798 'implement':819,830,2062,2235 'import':86,130 'includ':12 'index':92,212 'informix':1969 'infrastructur':2620 'inlin':347,860,1081,1531,2063 'insight':1140 'inspect':2327,2346 'instal':162,164,1181 'integr':25,64,404,414,1152,1164,1329,1341,1514,1627,1638,1693,1830,1873,1973,1996 'intellig':1719 'interact':1899 'interpret':525,546,1932 'invok':1683,1797 'item':2308 'iter':2307 'javascript':348,861 'jdbc':1808 'job':1619 'join':1220 'json':1200,1506,2137,2197 'kafka':1695 'key':1820 'knowledg':6 'l113':358 'l114':383 'l114-l155':382 'l120':106 'l155':384 'l156':408 'l156-l237':407 'l237':409 'l238':434 'l238-l260':433 'l260':435 'l35':105 'l35-l120':104 'l37':218 'l37-l52':217 'l52':219 'l53':242 'l53-l60':241 'l60':243 'l61':270 'l61-l70':269 'l70':271 'l71':300 'l71-l86':299 'l86':301 'l87':332 'l87-l96':331 'l96':333 'l97':357 'l97-l113':356 'languag':403,1505 'larg':894 'latest':147 'learn':190,204 'learn-agent-skil':189,203 'learn.microsoft.com':470,481,491,500,513,523,533,544,557,568,579,589,605,615,625,637,652,662,673,683,696,706,722,733,744,756,770,783,795,805,817,828,841,853,867,879,891,902,911,922,935,947,957,969,981,992,1004,1014,1028,1039,1050,1061,1075,1088,1101,1112,1123,1135,1147,1159,1169,1179,1193,1204,1216,1227,1238,1249,1263,1275,1286,1297,1308,1319,1332,1344,1355,1366,1376,1387,1400,1411,1422,1434,1447,1458,1469,1479,1490,1501,1512,1528,1540,1551,1563,1576,1590,1602,1614,1625,1636,1647,1658,1670,1681,1691,1701,1713,1725,1737,1749,1762,1773,1784,1795,1805,1816,1828,1839,1849,1860,1871,1882,1893,1905,1916,1928,1940,1951,1961,1971,1982,1992,2002,2014,2027,2037,2049,2060,2072,2085,2097,2109,2121,2134,2146,2157,2168,2179,2191,2202,2212,2222,2233,2245,2258,2271,2281,2291,2302,2316,2325,2334,2344,2354,2363,2375,2388,2398,2415,2425,2437,2449,2461,2472,2484,2494,2505,2516,2526,2537,2548,2558,2569,2580,2593,2605,2616,2629 'learn.microsoft.com/en-us/azure/logic-apps/add-agent-tools-connector-actions':1527 'learn.microsoft.com/en-us/azure/logic-apps/add-run-csharp-scripts':1539 'learn.microsoft.com/en-us/azure/logic-apps/add-run-javascript':866 'learn.microsoft.com/en-us/azure/logic-apps/add-run-powershell-scripts':1087 'learn.microsoft.com/en-us/azure/logic-apps/authenticate-with-managed-identity':934 'learn.microsoft.com/en-us/azure/logic-apps/automate-build-deployment-standard':2414 'learn.microsoft.com/en-us/azure/logic-apps/biztalk-server-migration-approaches':651 'learn.microsoft.com/en-us/azure/logic-apps/block-connections-across-tenants':946 'learn.microsoft.com/en-us/azure/logic-apps/block-connections-connectors':956 'learn.microsoft.com/en-us/azure/logic-apps/call-azure-functions-from-workflows':1550 'learn.microsoft.com/en-us/azure/logic-apps/call-from-power-apps':1562 'learn.microsoft.com/en-us/azure/logic-apps/clone-consumption-logic-app-to-standard-workflow':2424 'learn.microsoft.com/en-us/azure/logic-apps/connect-on-premises-data-sources':1100 'learn.microsoft.com/en-us/azure/logic-apps/connectors/azure-ai':1575 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/':1589 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/acasession/':1601 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureaisearch/':1613 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureautomation/':1624 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azureblob/':1635 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurecosmosdb/':1646 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurefile/':1657 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azurequeues/':1669 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/azuretables/':1680 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/cicsprogramcall/':1690 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/confluentkafka/':1700 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/db2/':1712 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/documentintelligence/':1724 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/eventgridpublisher/':1736 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/eventhub/':1748 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/filesystem/':1761 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/ftp/':1772 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/hostfile/':1783 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/ibmiprogramcall/':1794 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/imsprogramcall/':1804 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/jdbc/':1815 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/keyvault/':1827 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/mq/':1838 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/openai/':1848 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/rabbitmq/':1859 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sap/':1870 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/servicebus/':1881 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sftp/':1892 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/si3270/':1904 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/smtp/':1915 'learn.microsoft.com/en-us/azure/logic-apps/connectors/built-in/reference/sql/':1927 'learn.microsoft.com/en-us/azure/logic-apps/connectors/code-interpreter-python-container-apps-session':1939 'learn.microsoft.com/en-us/azure/logic-apps/connectors/create-chat-completions-prompt-template':1950 'learn.microsoft.com/en-us/azure/logic-apps/connectors/dataverse':1960 'learn.microsoft.com/en-us/azure/logic-apps/connectors/informix':1970 'learn.microsoft.com/en-us/azure/logic-apps/connectors/integrate-healthcare-systems':1981 'learn.microsoft.com/en-us/azure/logic-apps/connectors/sap':1991 'learn.microsoft.com/en-us/azure/logic-apps/connectors/sap-create-example-scenario-workflows':2001 'learn.microsoft.com/en-us/azure/logic-apps/connectors/sap-generate-schemas-for-artifacts':2013 'learn.microsoft.com/en-us/azure/logic-apps/create-autonomous-agent-workflows':721 'learn.microsoft.com/en-us/azure/logic-apps/create-conversational-agent-workflows':732 'learn.microsoft.com/en-us/azure/logic-apps/create-custom-built-in-connector-standard':2026 'learn.microsoft.com/en-us/azure/logic-apps/create-maps-data-transformation-visual-studio-code':2036 'learn.microsoft.com/en-us/azure/logic-apps/create-mcp-server-api-center':2048 'learn.microsoft.com/en-us/azure/logic-apps/create-model-context-protocol-server-standard':2059 'learn.microsoft.com/en-us/azure/logic-apps/create-monitoring-tracking-queries':1111 'learn.microsoft.com/en-us/azure/logic-apps/create-publish-workflow-templates':1122 'learn.microsoft.com/en-us/azure/logic-apps/create-replication-tasks-azure-resources':743 'learn.microsoft.com/en-us/azure/logic-apps/create-run-custom-code-functions':2071 'learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-hybrid-deployment':2436 'learn.microsoft.com/en-us/azure/logic-apps/create-standard-workflows-visual-studio-code':2448,2460 'learn.microsoft.com/en-us/azure/logic-apps/deploy-single-tenant-logic-apps-private-storage-account':968 'learn.microsoft.com/en-us/azure/logic-apps/devops-deployment-single-tenant-azure-logic-apps':2471 'learn.microsoft.com/en-us/azure/logic-apps/edit-app-settings-host-settings':1134 'learn.microsoft.com/en-us/azure/logic-apps/enable-enhanced-telemetry-standard-workflows':1146 'learn.microsoft.com/en-us/azure/logic-apps/enterprise-integration/create-integration-account':1158,1168 'learn.microsoft.com/en-us/azure/logic-apps/error-exception-handling':604 'learn.microsoft.com/en-us/azure/logic-apps/estimate-storage-costs':661 'learn.microsoft.com/en-us/azure/logic-apps/export-from-consumption-to-standard-logic-app':2483 'learn.microsoft.com/en-us/azure/logic-apps/expression-functions-reference':1178 'learn.microsoft.com/en-us/azure/logic-apps/handle-long-running-stored-procedures-sql-connector':878 'learn.microsoft.com/en-us/azure/logic-apps/handle-throttling-problems-429-errors':469 'learn.microsoft.com/en-us/azure/logic-apps/healthy-unhealthy-resource':980 'learn.microsoft.com/en-us/azure/logic-apps/install-on-premises-data-gateway-workflows':1192 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-author-definitions':1203 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-azure-resource-manager-templates-overview':2493 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-content-type':1215 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-branches':1226 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-conditional-statement':1237 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-loops':1248 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-run-steps-group-scopes':1262 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-control-flow-switch-statement':1274 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-api-app':755 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-azure-resource-manager-templates':2504 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-custom-api-authentication':991 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-custom-api-host-deploy-call':2084 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-data-operations-code-samples':2096 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-deploy-azure-resource-manager-templates':2515 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-diagnosing-failures':480 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-agreements':1285 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2':2108 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2-mdn-acknowledgment':490 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-as2-message-settings':1296 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b':769 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-business-continuity':782 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-b2b-list-errors-solutions':499 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-certificates':1003 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact':2120 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact-contrl-acknowledgment':512 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-edifact-message-settings':1307 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-flatfile':2133 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-liquid-transform':2145 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-maps':1318 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-metadata':1331 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-partners':1343 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-rosettanet':2156 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-schemas':1354 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-transform':2167 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12':2178 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-997-acknowledgment':522 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-message-settings':1365 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-x12-ta1-acknowledgment':532 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml':2190 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-compose':2201 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-parse':2211 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-validation':2221 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-exceed-default-page-size-with-pagination':890 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-handle-large-messages':901 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-http-endpoint':1375 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config':910 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-perform-data-operations':2232 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-pricing':921 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app':1013 'learn.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-actions-triggers':1386 'learn.microsoft.com/en-us/azure/logic-apps/migration/migration-agent-deployment-stage':2525 'learn.microsoft.com/en-us/azure/logic-apps/migration/migration-agent-planning-stage':672 'learn.microsoft.com/en-us/azure/logic-apps/monitor-logic-apps-reference':1399 'learn.microsoft.com/en-us/azure/logic-apps/monitor-track-b2b-messages-consumption':1410 'learn.microsoft.com/en-us/azure/logic-apps/monitor-track-b2b-transactions-standard':1421 'learn.microsoft.com/en-us/azure/logic-apps/monitor-workflows-collect-diagnostic-data':1433 'learn.microsoft.com/en-us/azure/logic-apps/move-logic-app-resources':2536 'learn.microsoft.com/en-us/azure/logic-apps/multi-region-disaster-recovery':794 'learn.microsoft.com/en-us/azure/logic-apps/parse-document-chunk-text':1446 'learn.microsoft.com/en-us/azure/logic-apps/plan-manage-costs':682 'learn.microsoft.com/en-us/azure/logic-apps/policy-reference':1027 'learn.microsoft.com/en-us/azure/logic-apps/power-automate-migration':695 'learn.microsoft.com/en-us/azure/logic-apps/quickstart-create-deploy-azure-resource-manager-template':2547 'learn.microsoft.com/en-us/azure/logic-apps/quickstart-create-deploy-bicep':2557 'learn.microsoft.com/en-us/azure/logic-apps/rules-engine/add-rules-control-functions':614 'learn.microsoft.com/en-us/azure/logic-apps/rules-engine/build-fact-creators-retrievers':2244 'learn.microsoft.com/en-us/azure/logic-apps/rules-engine/create-rules-engine-project':2568 'learn.microsoft.com/en-us/azure/logic-apps/rules-engine/perform-advanced-ruleset-tasks':624 'learn.microsoft.com/en-us/azure/logic-apps/rules-engine/rules-engine-optimization':804 'learn.microsoft.com/en-us/azure/logic-apps/rules-engine/test-rulesets':543 'learn.microsoft.com/en-us/azure/logic-apps/sample-logic-apps-cli-script':2579 'learn.microsoft.com/en-us/azure/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint':1038 'learn.microsoft.com/en-us/azure/logic-apps/security-controls-policy':1049 'learn.microsoft.com/en-us/azure/logic-apps/send-related-messages-sequential-convoy':816 'learn.microsoft.com/en-us/azure/logic-apps/set-up-authentication-agent-workflows':1060 'learn.microsoft.com/en-us/azure/logic-apps/set-up-cd-deployment-center-standard':2592 'learn.microsoft.com/en-us/azure/logic-apps/set-up-deployment-slots':2604 'learn.microsoft.com/en-us/azure/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps':2615 'learn.microsoft.com/en-us/azure/logic-apps/set-up-handoff-agent-workflow':827 'learn.microsoft.com/en-us/azure/logic-apps/set-up-on-behalf-of-user-flow':1074 'learn.microsoft.com/en-us/azure/logic-apps/set-up-prompt-chain-agent-workflow':840 'learn.microsoft.com/en-us/azure/logic-apps/set-up-sql-database-storage-standard':1457 'learn.microsoft.com/en-us/azure/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements':2628 'learn.microsoft.com/en-us/azure/logic-apps/set-up-zone-redundancy-availability-zones':1468 'learn.microsoft.com/en-us/azure/logic-apps/single-tenant-overview-compare':705 'learn.microsoft.com/en-us/azure/logic-apps/single-versus-multiple-agents':852 'learn.microsoft.com/en-us/azure/logic-apps/support-non-unicode-character-encoding':636 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/action-mock-class-definition':2257 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/automated-test-sdk':2270 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/data-map-test-executor-class-definition':2280 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-action-execution-context-class-definition':2290 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-error-info-class-definition':556 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-error-response-additional-info-class-definition':567 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-execution-context-class-definition':2301 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-iteration-item-class-definition':2315 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-logic-apps-mock-data-static-results':1478 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-output-parameter-class-definition':2324 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-action-repetition-result-class-definition':2333 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-action-result-class-definition':2343 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-class-definition':2353 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-run-trigger-result-class-definition':2362 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/test-workflow-status-enum-definition':2374 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/trigger-mock-class-definition':2387 'learn.microsoft.com/en-us/azure/logic-apps/testing-framework/unit-test-executor-class-definition':2397 'learn.microsoft.com/en-us/azure/logic-apps/tracking-schemas-consumption':1489 'learn.microsoft.com/en-us/azure/logic-apps/tracking-schemas-standard':1500 'learn.microsoft.com/en-us/azure/logic-apps/view-workflow-metrics':578 'learn.microsoft.com/en-us/azure/logic-apps/view-workflow-status-run-history':588 'learn.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-schema':1511 'limit':21,60,329,334,349,855,865,889,900,906 'line':101,113,214 'link':118,127 'liquid':2141 'local':71 'locat':95 'log':1106,1394,1405,1426 'logic':3,9,33,39,49,223,247,280,291,305,340,360,386,415,449,467,476,488,496,510,538,553,563,571,582,602,608,621,633,649,656,668,679,693,703,719,730,736,753,767,779,792,798,838,850,863,876,885,895,904,914,932,944,961,978,987,1001,1007,1024,1031,1047,1054,1072,1085,1091,1109,1118,1132,1143,1155,1173,1190,1198,1212,1224,1234,1246,1260,1271,1283,1293,1304,1316,1327,1339,1351,1362,1373,1381,1397,1408,1418,1428,1444,1454,1465,1472,1486,1497,1509,1520,1535,1547,1554,1573,1580,1598,1611,1621,1632,1643,1654,1666,1677,1687,1697,1709,1721,1733,1746,1758,1769,1780,1791,1801,1812,1824,1835,1845,1856,1868,1878,1889,1901,1912,1924,1937,1948,1957,1964,1979,1988,1999,2011,2024,2034,2040,2052,2068,2082,2088,2105,2118,2131,2143,2152,2164,2174,2188,2199,2219,2229,2241,2248,2262,2274,2286,2294,2312,2337,2347,2370,2378,2391,2409,2419,2431,2443,2455,2469,2476,2491,2500,2511,2522,2529,2540,2551,2563,2572,2587,2602,2613,2626 'loop':309,822,835,848,1241,2306,2328 'make':17,56,268,640 'manag':363,677,928,1151,1163,1348,2293 'map':1311,2032,2162,2277 'markdown':194,210 'mcp':153,180,2043,2057 'mdn':485 'messag':319,342,422,764,815,897,999,1290,1301,1359,1744,1833,2103,2150,2172,2183,2216 'metadata':1322 'metadata.generated':134 'meter':917 'metering/billing':353 'metric':574 'microsoft':182,1954 'microsoftdoc':154,181 'migrat':278,446,644,665,670,688,2521 'mock':1476,2247,2377 'monitor':976,1105,1391,1404,1416,1432 'monitoring/logging':392 'month':140 'move':448,2528 'mq':1832 'multi':322,787 'multi-region':321,786 'multipl':846 'net':2064 'network':172 'non':263,629 'non-unicod':628 'oauth':1065 'oauth/obo':366 'obo':1066 'old':141 'on-premis':393,1095,1184,1752 'openai':1567,1843,1944 'oper':260,619,1314,1865,2091,2226 'optim':607 'order':318,812 'output':1477,2320 'overview':2463 'page':888 'pagin':344,882 'parallel':1221 'paramet':2321 'pars':1437,2204 'partner':1281,1337 'pattern':20,27,59,66,251,298,303,406,410,710,751,810,823,1516 'perform':337,617 'pipelin':440 'plan':643,666,675 'planning/estimating':290 'polici':955,1021,1043 'policy/defender':379 'power':689,1560 'powershel':1082 'practic':15,54,240,245,592 'prefer':178 'premis':395,1097,1186,1754 'privat':369,964,1036 'process':2181 'program':1685,1789,1799 'project':2567 'prompt':832,1945 'prompt-chain':831 'provid':44,1587 'publish':1116,1727 'pull':145 'python':1593,1935 'queri':186,200,1107 'queue':1663,1854 'quick':73 'quick-refer':72 'quota':22,61,330,335,856 'rabbitmq':1853 'rang':102 'read':108,123 'receiv':1741,2101 'recoveri':777,790 'redund':1462 'refer':74,128,909,1171,1379,1389,1578 'region':323,775,788,2535 'releas':2406 'relev':96 'remot':77,2056 'repeat':1243 'replic':315,740 'repositori':151 'requir':171 'resolv':460 'resourc':314,742 'rest':749,2079 'rest/web':312 'result':871,2330,2340,2359 'retriev':2239 'return':193,209 'reusabl':1117 'robust':596 'rosettanet':2149 'rule':259,316,354,610,800,2243,2565 'ruleset':256,540,623 'run':585,1530,1592,2350 'runtim':389 'sampl':412,2095,2578 'sap':419,1863,1985,1995,2005 'sap/o':37 'schema':1349,1378,1484,1495,1507,2009,2207 'schemas/maps':399 'scope':1254,1257 'script':1533,2577 'sdk':2256,2266,2386 'search':1570,1607 'secret':1822 'section':97 'secur':23,62,355,359,924,997,1006,1030,1052 'security.md':120,121 'send':1739,1907,2099 'sequenti':808 'server':1921,2044,2058 'servic':813,1586,1875 'session':1596 'set':1063,1129,1291,1302,1360,2607,2618 'setup':444 'sftp':1887 'share':825,941 'singl':844 'size':872 'size/chunking':343 'skill':41,43,85,170,192,206 'skill-azure-logic-apps' 'slot':442,2597 'smtp':1910 'sourc':1099,1810 'source-microsoftdocs' 'specif':950 'specifi':112 'sql':345,870,1450,1920 'standard':286,452,658,700,960,1033,1084,1131,1145,1420,1456,1499,1537,1582,2023,2070,2209,2408,2422,2430,2442,2454,2468,2479,2586,2612,2625 'state':2298,2373 'status':1258 'storag':295,421,659,965,1452,1630,1652,1664,1675 'string':187,201 'subscript':455,2532 'suggest':142,159 'switch':1267 'switch-bas':1266 'system':1756,1975 'ta1':527 'tabl':1674 'telemetri':1141 'templat':438,1121,1946,2488,2498,2509,2546 'tenant':374,940 'termin':1898 'test':431,535,555,565,1471,2255,2265,2269,2273,2289,2297,2314,2372,2385,2394 'testactionexecutioncontext':2284 'testerrorinfo':551 'testerrorresponseadditionalinfo':560 'testexecutioncontext':2300 'testiterationitem':2310 'tests/metrics/alerts':234 'testworkflowoutputparamet':2323 'testworkflowrun':2352 'testworkflowrunactionrepetitionresult':2332 'testworkflowrunactionresult':2342 'testworkflowruntriggerresult':2361 'testworkflowstatus':2366 'text':265,1441 'text/markdown':208 'throttl':461 'throttling/429s':227 'timeout':874 'timeouts/results':346 'tool':155,1070,1523 'topic':458,593,641,711,857,925,1078,1517,2401 'topic-agent' 'topic-agent-skills' 'topic-agentic-skills' 'topic-agentskill' 'topic-ai-agents' 'topic-ai-coding' 'topic-azure' 'topic-azure-functions' 'topic-azure-kubernetes-service' 'topic-azure-openai' 'topic-azure-sql-database' 'topic-azure-storage' 'track':1483,1494,2369 'trade':1336 'transact':1415 'transfer':1764,1884 'transform':1313,2031,2136,2159 'trigger':1383,2357,2380 'triggermock':2382 'troubleshoot':13,52,216,457,472,493 'type':1210 'understand':483,797,913,1492 'unicod':264,630 'unit':430,2288,2296,2393 'unittestexecutor':2396 'url':459,594,642,712,858,926,1079,1518,2402 'usag':916,952 'use':30,83,89,107,122,179,196,233,252,502,515,559,570,807,859,1016,1256,1565,1604,1653,1672,1686,1715,1768,1779,1800,1807,1818,1862,1888,1911,1930,2087,2111,2224,2260,2283,2309,2365,2480,2486,2555,2574 'user':144,161 'valid':537,2214 'vault':1821 'version':148 'via':1597,1631,1642,1665,1745,1757,1790,1844,1855,1900,1909,1976,2010,2045,2589 'vs':287,845,2446,2458,2481 'web':747,2077 'webpag':198 'work':1660,2304 'workflow':225,388,401,429,478,573,584,635,717,728,738,765,836,1009,1034,1056,1120,1175,1201,1214,1236,1273,1353,1467,1474,1503,1538,1549,1959,1966,1990,1997,2054,2093,2107,2116,2155,2166,2177,2210,2231,2268,2319,2349,2423,2503,2514,2524,2543,2554 'x12':516,526,1358,2171 'xml':2129,2139,2160,2182,2194,2205,2215 'zero':2600 'zero-downtim':2599 'zone':1461","prices":[{"id":"78481e17-5e1d-4b1a-bc37-04919dcc1a6f","listingId":"5eeb9f5b-9ae1-46b1-b1db-7ab98dedeb9c","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"MicrosoftDocs","category":"Agent-Skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:59:25.881Z"}],"sources":[{"listingId":"5eeb9f5b-9ae1-46b1-b1db-7ab98dedeb9c","source":"github","sourceId":"MicrosoftDocs/Agent-Skills/azure-logic-apps","sourceUrl":"https://github.com/MicrosoftDocs/Agent-Skills/tree/main/skills/azure-logic-apps","isPrimary":false,"firstSeenAt":"2026-04-18T21:59:25.881Z","lastSeenAt":"2026-05-18T18:53:55.411Z"}],"details":{"listingId":"5eeb9f5b-9ae1-46b1-b1db-7ab98dedeb9c","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"MicrosoftDocs","slug":"azure-logic-apps","github":{"repo":"MicrosoftDocs/Agent-Skills","stars":549,"topics":["agent","agent-skills","agentic-skills","agentskill","ai","ai-agents","ai-coding","azure","azure-functions","azure-kubernetes-service","azure-openai","azure-sql-database","azure-storage","azure-virtual-machine","claude-code","github-copilot","microsoft-learn","openai-codex","skills"],"license":"cc-by-4.0","html_url":"https://github.com/MicrosoftDocs/Agent-Skills","pushed_at":"2026-05-17T02:50:05Z","description":"Curated Agent Skills for Microsoft & Azure – giving AI coding assistants structured, real-time expertise from Microsoft Learn docs.","skill_md_sha":"38b3ebcb5f85fb2e5bdae1d126f82bb6e28084a1","skill_md_path":"skills/azure-logic-apps/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/MicrosoftDocs/Agent-Skills/tree/main/skills/azure-logic-apps"},"layout":"multi","source":"github","category":"Agent-Skills","frontmatter":{"name":"azure-logic-apps","description":"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).","compatibility":"Requires network access. Uses mcp_microsoftdocs:microsoft_docs_fetch or fetch_webpage to retrieve documentation."},"skills_sh_url":"https://skills.sh/MicrosoftDocs/Agent-Skills/azure-logic-apps"},"updatedAt":"2026-05-18T18:53:55.411Z"}}