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
Copy file name to clipboardExpand all lines: articles/logic-apps/automate-build-deployment-standard.md
+11-14Lines changed: 11 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,21 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 11/14/2025
9
-
## Customer intent: As a logic app developer, I want to automate builds and deployments for my Standard logic app workflows.
8
+
ms.date: 01/13/2026
9
+
## Customer intent: As a developer who works with Azure Logic Apps, I want to automate builds and deployments for my Standard logic app workflows with Azure DevOps and Visual Studio Code.
10
10
---
11
11
12
-
# Automate build and deployment for Standard logic app workflows with Azure DevOps
12
+
# Automate build and deployment for Standard logic app workflows with Azure DevOps and Visual Studio Code
13
13
14
-
For Standard logic app workflows that run in single-tenant Azure Logic Apps, you can use Visual Studio Code with the Azure Logic Apps (Standard) extension to locally develop, test, and store your logic app project using any source control system. To get the full benefits of easily and consistently deploying your workflows across different environments and platforms, you must also automate your build and deployment process.
14
+
For Standard logic app workflows that run in single-tenant Azure Logic Apps, you can use Visual Studio Code with the Azure Logic Apps (Standard) extension to locally develop, test, and store your logic app project using any source control system. To get the full benefits of easily and consistently deploying your workflows across different environments and platforms, automate your build and deployment process.
15
15
16
-
The Azure Logic Apps (Standard) extension provides tools for you to create and maintain automated build and deployment processes using Azure DevOps. Before you start this automation, consider the following elements:
16
+
The Azure Logic Apps (Standard) extension provides tools to create and maintain automated build and deployment processes using Azure DevOps. Before you start this automation, review the following considerations:
17
17
18
18
- The Azure logic app resource where you create your workflows
19
19
20
-
- The Azure-hosted connections that workflows use and are created from Microsoft-managed connectors
20
+
- The connections that your workflows create using shared connectors and are hosted in Azure
21
21
22
-
These connections differ from the connections that directly and natively run with the Azure Logic Apps runtime.
22
+
These connections differ from the *built-in*connections that directly and natively run with the Azure Logic Apps runtime.
23
23
24
24
- The specific settings and parameters for the different environments where you want to deploy
25
25
@@ -43,11 +43,6 @@ This guide shows how to complete the following tasks:
43
43
44
44
1. Create pipelines in Azure DevOps.
45
45
46
-
For more information:
47
-
48
-
-[What is Azure DevOps?](/azure/devops/user-guide/what-is-azure-devops)
49
-
-[What is Azure Pipelines?](/azure/devops/pipelines/get-started/what-is-azure-pipelines)
50
-
51
46
## Known issues and limitations
52
47
53
48
- This capability supports only Standard logic app projects. If your Visual Studio Code workspace contains both a Standard logic app project and a Functions custom code project, both have deployment scripts generated, but custom code projects are currently ignored. The capability to create build pipelines for custom code are on the roadmap.
@@ -58,9 +53,9 @@ For more information:
58
53
59
54
## Prerequisites
60
55
61
-
- An Azure account and subscription. If you don't have a subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
56
+
- An Azure account and subscription. [Get a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
62
57
63
-
- Visual Studio Code with the Azure Logic Apps (Standard) extension. See the prerequisites for[Create Standard workflows with Visual Studio Code](create-single-tenant-workflows-visual-studio-code.md#prerequisites).
58
+
- Visual Studio Code with the Azure Logic Apps (Standard) extension. For prerequisites, see[Create Standard workflows with Visual Studio Code](create-single-tenant-workflows-visual-studio-code.md#prerequisites).
64
59
65
60
- Azure Logic Apps (Standard) Build and Release tasks for Azure DevOps Tasks. You can find these tasks in the [Azure DevOps Marketplace](https://marketplace.visualstudio.com/search?term=azure%20logic%20apps&target=AzureDevOps&category=Azure%20Pipelines&visibilityQuery=all&sortBy=Relevance).
66
61
@@ -270,6 +265,8 @@ For more information, see [Create your first pipeline](/azure/devops/pipelines/c
270
265
271
266
## Related content
272
267
268
+
-[What is Azure DevOps?](/azure/devops/user-guide/what-is-azure-devops)
269
+
-[What is Azure Pipelines?](/azure/devops/pipelines/get-started/what-is-azure-pipelines)
273
270
-[Customize your pipeline](/azure/devops/pipelines/customize-pipeline)
274
271
-[Manage your pipeline with Azure CLI](/azure/devops/pipelines/get-started/manage-pipelines-with-azure-cli)
275
272
-[Continuous integration with Azure Pipelines in Visual Studio Code](https://code.visualstudio.com/api/working-with-extensions/continuous-integration)
0 commit comments