Skip to content

Commit 06f671b

Browse files
author
ecfan
committed
Clarity edits, update toc
1 parent 0a9d924 commit 06f671b

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

articles/logic-apps/export-standard-logic-app-to-visual-studio-code.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
---
2-
title: Export Standard logic app workflows to Visual Studio Code
3-
description: Learn how to download your Standard logic app resource and workflows from the Azure portal into Visual Studio Code.
4-
author: ecfan
5-
services: logic-apps
2+
title: Export Standard logic apps to Visual Studio Code
3+
description: Download your Standard logic app and workflows from the Azure portal into Visual Studio Code.
64
ms.suite: integration
5+
services: logic-apps
6+
author: wsilveiranz
7+
ms.author: wsilvera
78
ms.reviewer: estfan, azla
89
ms.topic: how-to
910
ms.date: 12/19/2024
10-
# As an Azure Logic Apps developer, I want to learn how to export my Standard logic app and workflows from the Azure portal into Visual Studio Code.
11+
# As an Azure Logic Apps developer, I want to export my Standard logic app and workflows from the Azure portal into Visual Studio Code.
1112
---
1213

1314
# Export Standard logic app workflows from Azure portal to Visual Studio Code
1415

15-
[!INCLUDE [logic-apps-sku-standard](../../../includes/logic-apps-sku-standard.md)]
16+
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
1617

17-
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:
1819

1920
- More control over your development environment.
2021
- Expanded debugging and testing capabilities.
2122
- Effectively use version control with your app projects.
2223

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.
2425

2526
## Prerequisites
2627

@@ -30,7 +31,7 @@ This guide shows how to export your logic app as a zip file package from the por
3031

3132
* The Standard logic app and workflows that you want to export
3233

33-
## Export logic app from portal
34+
## Download logic app from portal
3435

3536
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
3637

articles/logic-apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ items:
105105
href: workflow-assistant-standard.md
106106
- name: Create Standard workflows - Visual Studio Code
107107
href: create-single-tenant-workflows-visual-studio-code.md
108+
- name: Export from portal to Visual Studio Code
109+
href: export-standard-logic-app-to-visual-studio-code.md
108110
- name: Create and run .NET code
109111
href: create-run-custom-code-functions.md
110112
- name: Add and run C# scripts

0 commit comments

Comments
 (0)