Implementing .NET Custom Code in Standard Logic Apps: A Step-by-Step Guide 👩🏻🏫👩🏻💻
Hi!👋😁, Let’s see today how we can implement .NET custom code in the standard logic app in VS code.
Prerequisites:
- VS code and free Azure subscription
- Dotnet SDK
- 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:
- Function name for your code project
- A Namespace for your custom code
- Workflow template for your first workflow (Stateful or Stateless)
- A name for a workflow
Once you have completed, should see the following folder/file structure: