Skip to content

Commit dde242c

Browse files
author
ecfan
committed
Updates
1 parent d403a51 commit dde242c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/business-process-tracking/set-up-continuous-integration-deployment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/09/2025
1212

1313
[!INCLUDE [logic-apps-sku-standard](includes/logic-apps-sku-standard.md)]
1414

15-
You can set up pipelines that provision infrastructure and manage the CI/CD process for business process stages mapped to a Standard workflow's operations in different environments, such as development, test, and production, without having to rebuild and remap the stages to workflow operations aznd rebuild logic app projects, you can set up continuous integration (CI) and continuous deployment (CD) for your business processes and Standard logic app workflows.
15+
You can set up pipelines that provision infrastructure and manage the CI/CD process for business process stages mapped to a Standard workflow's operations in different environments, such as development, test, and production, without having to rebuild and remap the stages to workflow operations and rebuild logic app projects, you can set up continuous integration (CI) and continuous deployment (CD) for your business processes and Standard logic app workflows.
1616

1717
This guide shows how to complete the following tasks:
1818

@@ -284,7 +284,7 @@ Now, update your **business-process-pipelines-variables.yml** file to use the pr
284284

285285
1. In Visual Studio Code, go to your logic app project, find the **pipelines** folder, and open the file named **business-process-pipelines-variables.yml** at the end of this path:
286286

287-
**deployment\businessprocess\<*business-process-name*>\\pipelines\\**
287+
**deployment\businessprocesses\<*business-process-name*>\\pipelines\\**
288288

289289
The **business-process-pipelines-variables.yml** file contains a node named **`businessProcessMapping`**. This node includes references to your business process stage mappings and specific logic apps. These references contain paths with Azure subscription IDs and names for resource groups and logic apps.
290290

@@ -334,7 +334,7 @@ Azure Business Process Tracking uses Azure Data Explorer as the backend data sto
334334

335335
1. For **Path**, find and select the **infrastucture-business-process-pipeline.yaml** file at the following location:
336336

337-
**deployment/businessprocess/<*business-process-name*>/pipelines/**
337+
**deployment/businessprocesses/<*business-process-name*>/pipelines/**
338338

339339
1. Select **Continue** > **Review pipeline**. Provide a name for the pipeline and pipeline folder.
340340

@@ -356,7 +356,7 @@ After the pipeline completes, your business process resource is created in the A
356356

357357
1. For **Path**, find and select the **deploy-business-process-pipeline.yaml** file at the following location:
358358

359-
**deployment/businessprocess/<*business-process-name*>/pipelines/**
359+
**deployment/businessprocesses/<*business-process-name*>/pipelines/**
360360

361361
1. Select **Continue** > **Review pipeline**. Provide a name for the pipeline and pipeline folder.
362362

0 commit comments

Comments
 (0)