Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Prepare Azure environments for new workloads—subscriptions, networking, identity, and landing zones
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/services/logic-apps/README.md
1# Azure Logic Apps23Low-code workflow automation and integration platform.45## When to Use67- Integration-heavy workloads8- Business process automation9- Connecting multiple SaaS services10- Approval and human workflow processes11- Low-code/visual workflow design12- Event-driven orchestration1314## Deployment Note1516Logic Apps are typically deployed as infrastructure, not application services:1718```yaml19# Logic Apps are defined in Bicep infrastructure20```2122## Required Supporting Resources2324| Resource | Purpose |25|----------|---------|26| Storage Account | Workflow state (Standard only) |27| Log Analytics | Monitoring |28| API Connections | External service connections |2930## Consumption vs Standard3132| Feature | Consumption | Standard |33|---------|-------------|----------|34| Pricing | Per execution | App Service Plan |35| VNET | Limited | Full support |36| State | Azure-managed | Custom storage |37| Deployment | ARM/Bicep | VS Code deployment |38| Multi-workflow | One per resource | Multiple per app |3940## References4142- [Bicep Patterns](bicep.md)43- [Triggers](triggers.md)44