Skip to content

Commit 7f0c448

Browse files
author
ecfan
committed
Clarity edits
1 parent 1453e84 commit 7f0c448

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ If you don't have a Standard logic app, you can still follow this guide using th
2222

2323
- An Azure account with an active subscription. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2424

25+
- [Visual Studio Code, which is free, the Azure Logic Apps (Standard) extension for Visual Studio Code, and other related prerequisites](create-single-tenant-workflows-visual-studio-code.md#prerequisites).
26+
2527
- The Standard logic app to use with your DevOps tools and processes.
2628

27-
You can either download the artifact files for your Standard logic app resource from the Azure portal, or you can use a Standard logic app project created with [Visual Studio Code and the **Azure Logic Apps (Standard)** extension](create-single-tenant-workflows-visual-studio-code.md#prerequisites).
29+
You can either download the artifact files for your Standard logic app resource from the Azure portal, or you can use a Standard logic app project created with [Visual Studio Code and the Azure Logic Apps (Standard) extension for Visual Studio Code](create-single-tenant-workflows-visual-studio-code.md#prerequisites).
2830

2931
- **Portal**: The downloaded zip file contains Standard logic app artifact files, such as **workflow.json**, **connections.json**, **host.json**, and **local.settings.json**. See [Download Standard logic app artifact files from portal](#download-artifacts).
3032

@@ -99,9 +101,9 @@ You can set up build and release pipelines either inside or outside Azure that d
99101

100102
### Build your project
101103

102-
1. Push your Standard logic app project and artifact files to your source repository.
104+
1. Push your Standard logic app project and artifact files to your source repository, for example, either GitHub or Azure DevOps.
103105

104-
1. To set up a build pipeline based on your logic app project type, complete the corresponding actions in the following table:
106+
1. Set up a build pipeline based on your logic app project type by completing the following corresponding actions:
105107

106108
| Project type | Description and steps |
107109
|--------------|-----------------------|

0 commit comments

Comments
 (0)