scaffold-logic-apps-project

Generate Azure Logic Apps Standard project structures with VS Code configuration.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azure-functions-core-tools, vscode-azurelogicapps, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of a basic project structure for migrating to Logic Apps Standard, streamlining the setup process and ensuring consistency.

Core Features & Use Cases

  • Project Scaffold: Generates the initial project files and configuration required for a Logic Apps Standard project.
  • Customization: Allows for custom workspace and Logic App names.
  • Use Case: For an enterprise migrating from BizTalk or MuleSoft to Azure Logic Apps Standard, this Skill helps quickly set up a project that can later be expanded with workflows and custom code.

Quick Start

Scaffold a Logic Apps Standard project named 'contoso-logicapp' with the skill: scaffold-logic-apps-project contoso-logicapp

Frequently Asked Questions about scaffold-logic-apps-project

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

FAQPage Schema
How do I scaffold a Logic Apps Standard project for migration?

You can scaffold a Logic Apps Standard project by running `scaffold-logic-apps-project <project-name>` to automatically generate initial project files, VS Code configuration, and runtime settings.

What is automated Logic Apps Standard project setup used for?

Automated Logic Apps Standard project setup generates a consistent project structure for enterprise migration workflows from BizTalk or MuleSoft to Azure Logic Apps, streamlining initial configuration and enabling later workflow expansion.

Do I need .NET 8 to create a Logic Apps Standard project?

Yes, you need a .NET 8 host and the Azure Logic Apps (Standard) VS Code extension installed to create a Logic Apps Standard project using this automated scaffolding process.

Can I customize the workspace and Logic App names during project setup?

Yes, you can customize both the custom workspace and Logic App names during the Logic Apps Standard project setup to align with your specific enterprise integration migration requirements.

What's the best way to migrate BizTalk or MuleSoft integrations to Azure Logic Apps?

The best way to migrate BizTalk or MuleSoft integrations to Azure Logic Apps is to automate the creation of a basic Logic Apps Standard project structure, ensuring consistent configuration before expanding with workflows and custom code.

What dependencies are required for Logic Apps Standard project generation?

Generating a Logic Apps Standard project requires the `azure-functions-core-tools` and `vscode-azurelogicapps` dependencies, alongside a .NET 8 host to support the runtime environment.