connections-json-generation-rules

Generates standards-compliant connections.json files for Logic Apps Standard workflows.

6|7|Updated May 4, 2026
One-click install
npx skills add https://github.com/Azure/logicapps-migration-agent --skill connections-json-generation-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connections-json-generation-rules
Source: https://github.com/Azure/logicapps-migration-agent/tree/main/resources/skills/connections-json-generation-rules/biztalk
Command: npx skills add https://github.com/Azure/logicapps-migration-agent --skill connections-json-generation-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of connections.json files for Logic Apps Standard, ensuring correct format and parameter constraints for seamless integration.

Core Features & Use Cases

  • Automated Format Generation: Generates connections.json files in the correct serviceProviderConnections format.
  • Reference Lookup: Guides users through the process of calling reference workflows to find the exact connections.json format for each connector.
  • FileSystem Rules: Provides specific rules for FileSystem connections, including mountPath requirements and local settings configuration.
  • Connector Resource Provisioning: Outlines the steps for local and cloud-only connectors, including Azure resource provisioning and connection string management.
  • Integration Account Rules: Details the process for handling X12/EDIFACT/AS2 workflows, including Integration Account setup and schema reference management.

Quick Start

Generate a connections.json file for a Logic Apps Standard workflow using the connections-json-generation-rules skill.

Frequently Asked Questions about connections-json-generation-rules

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

FAQPage Schema
How do I generate a connections.json file for Azure Logic Apps Standard?

To generate a connections.json file for Azure Logic Apps Standard, you must use the correct serviceProviderConnections format and perform a mandatory reference lookup to find the exact connection parameters for each specific connector.

What are the FileSystem mountPath rules for Logic Apps Standard connections?

FileSystem connections in Logic Apps Standard require specific mountPath configurations and corresponding local settings setup to ensure the connection parameters are correctly mapped within the generated connections.json file.

How do I handle X12, EDIFACT, and AS2 workflows in connections.json?

Handling X12, EDIFACT, and AS2 workflows in connections.json requires configuring Integration Account rules, including proper setup and schema reference management for seamless B2B integration.

How do I provision connector resources for local and cloud-only connections in Logic Apps Standard?

Provisioning connector resources for local and cloud-only connections involves completing Azure resource provisioning and managing connection strings to validate the parameters defined in your connections.json file.

Why does my Logic Apps Standard connection fail due to parameter constraints?

Logic Apps Standard connections fail when parameter constraints are not met, which requires verifying the serviceProviderConnections format and ensuring the reference workflow lookup returns the exact configuration for your target connector.