using-logic-apps-consumption
Installation
SKILL.md
Azure Logic Apps Consumption Best Practices
Overview
Azure Logic Apps Consumption is a multitenant, pay-per-execution integration platform. Success requires loosely coupled architecture, idempotent design, and defensive error handling. This skill covers Code View (JSON) conventions and production-ready patterns.
When to Use
- Building new Logic Apps Consumption workflows
- Reviewing or refactoring existing workflows
- Debugging performance or reliability issues
- Planning CI/CD deployment pipelines
Not for: Logic Apps Standard (single-tenant) - different patterns apply.