dotnet-local-functions-logic-apps

Generate .NET local functions for Azure Logic Apps Standard workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Microsoft.Azure.Functions.Worker.Sdk, Microsoft.Azure.Workflows.Webjobs.Sdk, Microsoft.Extensions.Logging, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of integrating custom .NET code into Azure Logic Apps Standard workflows, enabling complex logic and custom operations.

Core Features & Use Cases

  • Custom Code Integration: Allows the inclusion of .NET code within Logic Apps workflows for advanced logic and operations.
  • Modern and Legacy Support: Supports both .NET 8 and .NET Framework 4.7.2, catering to legacy and modern development scenarios.
  • Use Case: For instance, if you need to perform complex calculations or data transformations that are not available through Logic Apps' built-in actions, this Skill can help you create custom .NET functions to achieve the desired outcome.

Quick Start

Create a new .NET local function within your Logic App using the dotnet-local-functions-logic-apps skill, and execute it within your workflow.

Frequently Asked Questions about dotnet-local-functions-logic-apps

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

FAQPage Schema
How do I run custom .NET code inside an Azure Logic Apps Standard workflow?

To run custom .NET code within Azure Logic Apps Standard workflows, you generate .NET local functions that execute custom operations and complex logic directly inside your workflows.

Can I use .NET Framework 4.7.2 to create local functions for Azure Logic Apps?

Yes, you can use .NET Framework 4.7.2 to create local functions for Azure Logic Apps. This approach supports both legacy .NET Framework 4.7.2 and modern .NET 8 environments for workflow integration.

What NuGet packages are required to integrate custom code with Azure Logic Apps?

Integrating custom code with Azure Logic Apps requires specific NuGet packages including Microsoft.Azure.Functions.Worker.Sdk, Microsoft.Azure.Workflows.Webjobs.Sdk, and Microsoft.Extensions.Logging for proper project configuration.

When should I use local functions instead of built-in actions in Azure Logic Apps?

You should use local functions instead of built-in actions in Azure Logic Apps when you need to perform complex calculations or advanced data transformations that are not available through the platform's native workflow actions.

How do I set up a .NET 8 project for Azure Logic Apps custom functions?

Setting up a .NET 8 project for Azure Logic Apps custom functions requires configuring your project with the necessary NuGet packages and dependencies to enable local functions to execute within your standard workflows.