Skip to content

Commit ca92202

Browse files
authored
Merge pull request #300852 from ecfan/ci-cd
[Integrate conference 6/9/2025] Azure Business Process Tracking updates for CI/CD and GA
2 parents 26d4a28 + 34731fe commit ca92202

16 files changed

+564
-48
lines changed

articles/business-process-tracking/create-business-process.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
---
2-
title: Create business processes
2+
title: Create Business Processes
33
description: Model a business process to visualize and map transactions to Azure resources, such as Standard workflows in Azure Logic Apps.
44
ms.service: azure-business-process-tracking
55
ms.topic: how-to
66
ms.reviewer: estfan, azla
7-
ms.date: 06/07/2024
7+
ms.date: 06/09/2025
88

99
# CustomerIntent: As a business analyst or business SME, I want a way to visualize my organization's business processes so I can map them to the actual resources that implement these business use cases and scenarios.
1010
---
1111

12-
# Create a business process to add business context about Azure resources using Azure Business Process Tracking (Preview)
13-
14-
> [!NOTE]
15-
>
16-
> This capability is in preview and is subject to the
17-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
12+
# Create a business process to add business context about Azure resources using Azure Business Process Tracking
1813

1914
To add business context around the Azure resources in an integration solution, you can visualize business processes flows for the tasks implemented by these resources. In Azure Business Process Tracking, a business process is a series of stages that represent the tasks that flow through a real-world business scenario. This business process also specifies a single business identifier or *transaction ID*, such as a ticket number, order number, case number, and so on, to identify a transaction that exists across all the stages in the business process and to correlate those stages together.
2015

@@ -56,7 +51,7 @@ After you define a business process, you can then map each stage to actual Azure
5651

5752
> [!NOTE]
5853
>
59-
> Although Azure Business Process Tracking doesn't incur charges during preview, Azure Data
54+
> Although Azure Business Process Tracking doesn't incur charges at this time, Azure Data
6055
> Explorer incurs charges, based on the selected pricing option. For more information, see
6156
> [Azure Data Explorer pricing](https://azure.microsoft.com/pricing/details/data-explorer/#pricing).
6257

articles/business-process-tracking/deploy-business-process.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
---
2-
title: Deploy business process and tracking profile to Azure
2+
title: Deploy Business Process and Tracking Profile to Azure
33
description: Deploy your business process and tracking profile to Standard logic app resources in Azure Logic Apps.
44
ms.service: azure-business-process-tracking
55
ms.topic: how-to
66
ms.reviewer: estfan, azla
7-
ms.date: 06/07/2024
7+
ms.date: 06/09/2025
88
# CustomerIntent: As an integration developer, I want to deploy previously created business processes and tracking profiles to deployed Standard logic app resources so I can capture and track key business data moving through my deployed resources.
99
---
1010

11-
# Deploy a business process and tracking profile to Azure (Preview)
12-
13-
> [!NOTE]
14-
>
15-
> This capability is in preview and is subject to the
16-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
11+
# Deploy a business process and tracking profile to Azure
1712

1813
After you map your business process stages to the operations and outputs in Standard logic app workflows, you're ready to deploy your business process and tracking profile to Azure.
1914

@@ -81,7 +76,7 @@ After the mapped Standard logic app workflows run and emit the data that you spe
8176

8277
1. To create custom experiences for the data provided here, check out [Azure Workbooks](/azure/azure-monitor/visualize/workbooks-overview) or [Azure Data Explorer with Power BI](/azure/data-explorer/power-bi-data-connector?tabs=web-ui).
8378

84-
## Next step
79+
## Related content
8580

86-
> [!div class="nextstepaction"]
87-
> [Manage business processes](manage-business-process.md)
81+
- [Set up continuous integration and deployment](set-up-continuous-integration-deployment.md)
82+
- [Manage business processes](manage-business-process.md)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
ms.service: azure-logic-apps
3+
ms.topic: include
4+
author: ecfan
5+
ms.author: estfan
6+
ms.date: 06/08/2022
7+
---
8+
9+
Applies to: **Azure Logic Apps (Standard)**
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
ms.service: azure-logic-apps
3+
author: ecfan
4+
ms.author: estfan
5+
ms.topic: include
6+
ms.date: 06/09/2025
7+
---
8+
9+
> [!IMPORTANT]
10+
>
11+
> Always secure and protect sensitive and personal data, such as credentials, secrets,
12+
> access keys, connection strings, certificates, thumbprints, and similar information
13+
> with the highest available or supported level of security.
14+
>
15+
> Make sure that you securely store such information by using Microsoft Entra ID and
16+
> [Azure Key Vault](/azure/key-vault/general/overview). Don't hardcode this information,
17+
> share with other users, or save in plain text anywhere that others can access. Set up
18+
> a plan to rotate or revoke secrets in the case they become compromised. For more
19+
> information, see the following resources:
20+
>
21+
> - [Automate secrets rotation in Azure Key Vault](/azure/key-vault/secrets/tutorial-rotation)
22+
> - [Best practices for protecting secrets](/azure/security/fundamentals/secrets-best-practices)
23+
> - [Secrets in Azure Key Vault](/azure/key-vault/secrets/)

articles/business-process-tracking/index.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:Landing
22

3-
title: Azure Business Process Tracking documentation (Preview) # < 60 chars
3+
title: Azure Business Process Tracking documentation # < 60 chars
44
summary: Model business processes that you can map to Azure resources used for implementation. Record key business data from deployed resources during run time. # < 160 chars
55

66
metadata:
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: landing-page
1111
author: ecfan
1212
ms.author: estfan
13-
ms.date: 06/07/2024
13+
ms.date: 06/09/2025
1414

1515
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1616

@@ -29,5 +29,7 @@ landingContent:
2929
url: map-business-process-workflow.md
3030
- text: Deploy business process and tracking
3131
url: deploy-business-process.md
32+
- text: Set up continuous integration and deployment
33+
url: set-up-continuous-integration-deployment.md
3234
- text: Manage a business process
3335
url: manage-business-process.md

articles/business-process-tracking/manage-business-process.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
---
2-
title: Manage business processes
2+
title: Manage Business Processes
33
description: Edit a business process, make a copy, discard pending changes, or undeploy a business process in Azure Business Process Tracking.
44
ms.service: azure-business-process-tracking
55
ms.topic: how-to
66
ms.reviewer: estfan, azla
7-
ms.date: 06/07/2024
7+
ms.date: 06/09/2025
88
# CustomerIntent: As a business analyst or business SME, I want to learn ways to manage an existing business process, for example, edit the details, discard pending changes, copy a business process, or remove the deployment for a business process.
99
---
1010

11-
# Manage a business process in an application group (Preview)
12-
13-
> [!NOTE]
14-
>
15-
> This capability is in preview and is subject to the
16-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
11+
# Manage a business process in an application group
1712

1813
After you create or deploy a business process that shows the flow through a real-world business scenario and tracks real-world data that moves through that flow, you can manage various aspects of that business process.
1914

articles/business-process-tracking/map-business-process-workflow.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
---
2-
title: Map business processes to Standard workflows
2+
title: Map Business Processes to Standard Workflows
33
description: Map your business process stages to operations and outputs in Standard logic app workflows from Azure Logic Apps.
44
ms.service: azure-business-process-tracking
55
ms.topic: how-to
66
ms.reviewer: estfan, azla
7-
ms.date: 06/07/2024
7+
ms.date: 06/09/2025
88
# CustomerIntent: As an integration developer, I want a way to map previously business process stages to actual resources that implement these business use cases and scenarios.
99
---
1010

11-
# Map a business process to a Standard logic app workflow (Preview)
11+
# Map a business process to a Standard logic app workflow
1212

13-
> [!NOTE]
14-
>
15-
> This capability is in preview and is subject to the
16-
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
13+
[!INCLUDE [logic-apps-sku-standard](includes/logic-apps-sku-standard.md)]
1714

1815
After you finish creating your business process, you can map each stage, transaction ID, and business properties to actual operations and outputs in a Standard logic app workflow that you created using Azure Logic Apps.
1916

Loading
Loading
91.2 KB
Loading

0 commit comments

Comments
 (0)