You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you currently work on Standard logic app workflows using the Azure portal, you might find yourself wanting to use Visual Studio Code instead. When you switch to Visual Studio Code, you reap the following benefits:
18
+
If you currently work on Standard logic app workflows using the Azure portal, you might find yourself wanting to use Visual Studio Code instead. When you switch to Visual Studio Code, you get the following benefits:
18
19
19
20
- More control over your development environment.
20
21
- Expanded debugging and testing capabilities.
21
22
- Effectively use version control with your app projects.
22
23
23
-
This guide shows how to export your logic app as a zip file package from the portal. This package contains your logic app workflows, connections, host configuration, and app settings. You can then use this package to create a workspace for your logic app project files in Visual Studio Code.
24
+
This guide shows how to download your Standard logic app as a zip file package from the portal. This package contains your logic app workflows, connections, host configuration, and app settings. In Visual Studio Code, you can then use this package to create a workspace that contains your logic app project files.
24
25
25
26
## Prerequisites
26
27
@@ -30,7 +31,7 @@ This guide shows how to export your logic app as a zip file package from the por
30
31
31
32
* The Standard logic app and workflows that you want to export
32
33
33
-
## Export logic app from portal
34
+
## Download logic app from portal
34
35
35
36
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
0 commit comments