Integrating Existing Workflows into Logic Apps Using Custom Code
Image Source: Shutterstock.com
Power Automate
Jul 17, 2023 12:00 PM

Integrating Existing Workflows into Logic Apps Using Custom Code

by HubSite 365 about Microsoft

Software Development Redmond, Washington

Citizen DeveloperPower AutomateLearning Selection

Integrate existing workflows into a new Logic Apps Workspace project with custom .NET FX code, including Artifacts, multiple workflows, and Azure connections.

Today, we're focusing on how to integrate existing workflows into a new Logic Apps Workspace project that includes custom .NET FX code. The process involves relocating elements from one project to another, like Artifacts (Maps and Schemas), multiple workflows, and Azure connections. The steps to achieve this are as follows:

  • Create a new logic app workspace. You'd be prompted to fill out the details for Workspace, Namespace, Function name etc.

  • If there are any schemas or maps, they should be included in the process.

Deep Dive into Project Migration in Logic Apps Workspace

The task of extending an existing project to a new Logic Apps Workspace project that encompasses custom .NET FX code is essentially a project migration plan. In order to successfully carry out the plan, it is crucial to understand how to export and import all necessary elements such as Artifacts (Maps and Schemas), multiple workflows, and Azure connections. Understanding the new project landscape is essential as it will involve creating a new logic app workspace and integrating pre-existing schemas or maps if applicable. Therefore, meticulous planning and execution are keys to executing this task smoothly and efficiently.

Read the full article Adding Existing Workflows to Logic Apps Workspace Project with Custom Code

Learn about Adding Existing Workflows to Logic Apps Workspace Project with Custom Code

To add existing workflows to a new Logic Apps Workspace project that includes custom .NET FX code, there are a few steps to take. First, create a new Logic Apps Workspace and fill out the required prompts such as the Workspace, Namespace, and Function name. Next, if there are any schemas or maps in the existing project, they should be imported into the new project. Additionally, all existing workflows should be copied into the new project. Finally, any Azure connections used in the existing project should also be copied over. Once these steps are completed, the existing workflows will have been successfully added to the new Logic Apps Workspace project.

It is important to ensure that the Logic Apps and the custom .NET FX code are in the same Azure region when copying them over. Additionally, when copying workflows into the new project, it is important to ensure that the connections and triggers used in the existing project are also available in the new project. This can be done by manually adding the connections or triggers, or by using the same connection string in both projects.

After completing these steps, the existing workflows will have been successfully added to the new Logic Apps Workspace project. This process allows for existing workflows to be used in the new project, while also taking advantage of custom .NET FX code for more advanced features.

More links on about Adding Existing Workflows to Logic Apps Workspace Project with Custom Code

Adding Existing Workflows to Logic Apps Workspace ...
9 hours ago — In this post we are going to discuss how we can take existing workflows (and other configurations) from an existing project and copy them ...
Announcement: Introducing .NET Framework Custom Code ...
Jun 23, 2023 — Configuring custom code from Logic Apps workflow ... With our custom code now compiled and bin placed, we are ready to call it from a workflow.
Introducing .NET Framework Custom Code for Azure Logic ...
Jun 22, 2023 — A new logic app workspace template has been introduced for writing custom code. Users can author custom code and author workflows in two ...
Microsoft Previews .NET Framework Custom Code for ...
Jun 27, 2023 — Microsoft recently introduced .NET Framework Custom Code for Logic Apps Standard in public preview, allowing developers to call compiled .
azure-docs/articles/logic-apps/create-single-tenant- ...
This how-to guide shows how to create an example integration workflow that runs in single-tenant Azure Logic Apps by using Visual Studio Code with the Azure ...
How to import an already existing Logic App Template in ...
Aug 4, 2022 — Go to https://portal.azure.com and then to the Logic app. Open any Logic app. For example, I took the below logic app. Go to Export Template.
Logic App development with VS Code | by Our Cloud School
Jul 29, 2022 — Deploying logic app from visual studio code. Once you are ready with your logic app development you can read use azure tool extension in vscode ...
To create Alert Rule in log analytics workspace with logic ...
Jul 26, 2021 — Go to alerts > Manage action groups to create an action group and select Logic App action as shown in the picture below. enter image description ...
Automating Azure DevOps with Logic Apps - Simple Talk
Apr 15, 2021 — Go back to the Logic App designer. To add a Foreach loop, click the + New Step and click Add an action. Search for variables, and under Actions ...

Keywords

Copying existing workflows, Logic Apps Workspace project, Adding existing workflows, Transferring project resources, Custom code in Logic Apps Workspace, Moving artifacts between projects