Skip to content

Commit 5d09cb3

Browse files
authored
Editorial updates
1 parent 941ca20 commit 5d09cb3

1 file changed

Lines changed: 11 additions & 14 deletions

File tree

articles/logic-apps/automate-build-deployment-standard.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
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.
1010
---
1111

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
1313

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

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:
1717

1818
- The Azure logic app resource where you create your workflows
1919

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
2121

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

2424
- The specific settings and parameters for the different environments where you want to deploy
2525

@@ -43,11 +43,6 @@ This guide shows how to complete the following tasks:
4343

4444
1. Create pipelines in Azure DevOps.
4545

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-
5146
## Known issues and limitations
5247

5348
- 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:
5853

5954
## Prerequisites
6055

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).
6257

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).
6459

6560
- 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).
6661

@@ -270,6 +265,8 @@ For more information, see [Create your first pipeline](/azure/devops/pipelines/c
270265

271266
## Related content
272267

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)
273270
- [Customize your pipeline](/azure/devops/pipelines/customize-pipeline)
274271
- [Manage your pipeline with Azure CLI](/azure/devops/pipelines/get-started/manage-pipelines-with-azure-cli)
275272
- [Continuous integration with Azure Pipelines in Visual Studio Code](https://code.visualstudio.com/api/working-with-extensions/continuous-integration)

0 commit comments

Comments
 (0)