Implementing .NET Custom Code in Standard Logic Apps: A Step-by-Step Guide 👩🏻‍🏫👩🏻‍💻

rioTech
4 min readAug 16, 2024

Hi!👋😁, Let’s see today how we can implement .NET custom code in the standard logic app in VS code.

Prerequisites:

  1. VS code and free Azure subscription
  2. Dotnet SDK
  3. Install Azure extension and Logic app standard extension in VS code.

Create a Logic app workspace:

Now select the folder in which you want to create the project. Choose “Logic app with custom code project” as a project template

Choose the target Framework as “.NET 8

Now provide some following values:

  1. Function name for your code project
  2. A Namespace for your custom code
  3. Workflow template for your first workflow (Stateful or Stateless)
  4. A name for a workflow

Once you have completed, should see the following folder/file structure:

--

--