How to Export Logic Apps to Visual Studio Code?

0
1
Asked By CreativeGiraffe99 On

I've been using Logic Apps for quick integrations and really like the tool. However, I'm struggling to implement standard development practices like code-based deployments and CI/CD processes. I can export my app into a zip file, but when I try to load it in the designer, it doesn't work. I'm working on a simple app that sends emails, but if I can't get it running locally or store it as source code, it seems limited to just quick one-off integrations. Has anyone found a better way to work with Logic Apps?

3 Answers

Answered By CodeNinja77 On

Honestly, for more control and coding experience, consider writing your logic as Azure Functions. It's pretty similar and can provide a better development environment.

Answered By DevDude84 On

Are you using the Logic App Consumption or the Standard version? It might make a difference in how you can manage your app.

Answered By TechieTroubadour21 On

Have you checked out the official documentation for exporting your Logic App? It covers how to load the zip file into Visual Studio Code: https://learn.microsoft.com/en-us/azure/logic-apps/export-standard-logic-app-to-visual-studio-code.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.