azure-logic-apps

Design and troubleshoot Azure Logic Apps workflows for enterprise integrations.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/mfcollins3/standup --skill azure-logic-apps-mfcollins3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-logic-apps
Source: https://github.com/mfcollins3/standup/tree/main/.github/skills/azure-logic-apps
Command: npx skills add https://github.com/mfcollins3/standup --skill azure-logic-apps-mfcollins3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure Logic Apps can be complex to architect, troubleshoot, and maintain for distributed, enterprise-scale integrations. This skill provides expert guidance for designing robust, scalable Logic Apps workflows, reducing downtime and accelerating delivery.

Core Features & Use Cases

  • Architecture & design patterns for Logic Apps workflows to ensure reliability, maintainability, and scalability.
  • Troubleshooting and performance optimization strategies to diagnose failures, throttling, and B2B integration issues (AS2, X12, EDIFACT) with practical remediation steps.
  • Security, governance, and deployment best practices covering authentication, monitoring, deployment pipelines, and policy compliance.
  • Use cases include integrating SAP/EDI connectors, AI/OpenAI calls, inline code execution, and CI/CD deployments across hybrid environments.

Quick Start

Provide a step-by-step blueprint for an Azure Logic Apps workflow that connects an on-prem SAP system to cloud services for a B2B data exchange.

Frequently Asked Questions about azure-logic-apps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design Azure Logic Apps workflows for enterprise B2B integration?

Design Azure Logic Apps workflows for B2B integration by applying architecture patterns that ensure reliability and scalability. This includes configuring AS2, X12, and EDIFACT protocols for secure EDI data exchange across distributed systems.

Why does my Azure Logic Apps workflow experience throttling and failures?

Azure Logic Apps workflows experience throttling and failures due to connector limits, inefficient trigger polling, or unoptimized inline code. Diagnose these performance issues by monitoring run history and applying recommended remediation strategies.

What is the best way to deploy Azure Logic Apps across hybrid environments using CI/CD?

The best way to deploy Azure Logic Apps across hybrid environments is using CI/CD pipelines with ARM templates. This approach enforces deployment governance, manages configuration differences, and maintains security compliance across environments.

Can I integrate on-prem SAP systems with cloud services using Azure Logic Apps?

Yes, you can integrate on-prem SAP systems with cloud services using Azure Logic Apps. The SAP connector enables secure data exchange and workflow automation between on-premises ERP systems and cloud-based services.

How do I add OpenAI calls to an Azure Logic Apps workflow?

Add OpenAI calls to an Azure Logic Apps workflow by using AI connectors alongside inline code execution. This enables intelligent data processing and automated decision-making within your enterprise integration scenarios.

What are the configuration limits and security considerations for Azure Logic Apps?

Azure Logic Apps configuration limits include action timeout durations and trigger polling frequencies. Security considerations involve implementing proper authentication, enforcing governance policies, and monitoring access to prevent unauthorized workflow executions.