Skip to content

Commit 2eb0b60

Browse files
author
ecfan
committed
Use full branding name
1 parent 60be502 commit 2eb0b60

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
---
2-
title: Create business processes to add business context
3-
description: Model a business process to add business context about transactions in Standard workflows created with Azure Logic Apps.
2+
title: Create business processes
3+
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
77
ms.date: 06/07/2024
8+
89
# 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.
910
---
1011

11-
# Create a business process to add business context to Azure resources (Preview)
12+
# Create a business process to add business context about Azure resources using Azure Business Process Tracking (Preview)
1213

1314
> [!IMPORTANT]
1415
>
1516
> This capability is in public preview and isn't ready yet for production use. For more information, see the
1617
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1718
18-
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. 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 identifer 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.
19+
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 identifer 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.
1920

20-
When you add a stage to your business process, you can also define other business property values to capture as data moves through each stage. You can then later map the transaction ID and other properties to specific operations and data outputs in Standard logic app workflows. For more information, see [What is Business Process Tracking](overview.md)?
21+
When you add a stage to your business process, you can also define other business property values to capture as data moves through each stage. You can then later map the transaction ID and other properties to specific operations and data outputs in Standard logic app workflows. For more information, see [What is Azure Business Process Tracking](overview.md)?
2122

2223
For example, suppose you're a developer or business analyst at a power company. Your company's customer service team has the following business process to resolve a customer ticket for a power outage:
2324

2425
:::image type="content" source="media/create-business-process/business-process-stages-example.png" alt-text="Conceptual diagram shows example power outage business process stages for customer service at a power company." lightbox="media/create-business-process/business-process-stages-example.png":::
2526

2627
After you create a **Business Process** resource in Azure, you can use the process editor to create a flow chart that visually describes this business process, for example:
2728

28-
:::image type="content" source="media/create-business-process/business-process-stages-complete.png" alt-text="Screenshot shows process editor for business process tracking feature in an integration environment." lightbox="media/create-business-process/business-process-stages-complete.png":::
29+
:::image type="content" source="media/create-business-process/business-process-stages-complete.png" alt-text="Screenshot shows process editor for Azure Business Process Tracking." lightbox="media/create-business-process/business-process-stages-complete.png":::
2930

3031
> [!NOTE]
3132
>
@@ -55,7 +56,7 @@ After you define a business process, you can then map each stage to actual Azure
5556

5657
> [!NOTE]
5758
>
58-
> Although Business Process Tracking doesn't incur charges during preview, Azure Data
59+
> Although Azure Business Process Tracking doesn't incur charges during preview, Azure Data
5960
> Explorer incurs charges, based on the selected pricing option. For more information, see
6061
> [Azure Data Explorer pricing](https://azure.microsoft.com/pricing/details/data-explorer/#pricing).
6162
@@ -87,7 +88,7 @@ After you define a business process, you can then map each stage to actual Azure
8788

8889
| Property | Required | Value | Description |
8990
|----------|----------|-------|-------------|
90-
| **Transaction ID** | Yes | <*transaction-ID*> | This important and unique ID identifies a transaction, such as an order number, ticket number, case number, or another similar business identifier that's available across all stages in your business process. <br><br>This example uses the transaction ID named **TicketNumber** to correlate events across the different systems in the example business process, which include CRM, Work Order Management, and Marketing. <br><br>**Note**: Business Process Tracking automatically includes and records the transaction timestamp so that you don't have to separately add this value. Although you can define only a single transaction ID when you create a business process, you can later define other business properties in each stage that you want to record. |
91+
| **Transaction ID** | Yes | <*transaction-ID*> | This important and unique ID identifies a transaction, such as an order number, ticket number, case number, or another similar business identifier that's available across all stages in your business process. <br><br>This example uses the transaction ID named **TicketNumber** to correlate events across the different systems in the example business process, which include CRM, Work Order Management, and Marketing. <br><br>**Note**: Azure Business Process Tracking automatically includes and records the transaction timestamp so that you don't have to separately add this value. Although you can define only a single transaction ID when you create a business process, you can later define other business properties in each stage that you want to record. |
9192
| **Data type** | Yes | <*transacton-ID-data-type*> | The data type for your transaction ID: **String** or **Integer**. <br><br>This example uses the **Integer** data type. |
9293

9394
The following example shows the sample transaction ID:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ The following steps remove only the deployment artifacts and tracking profile fo
8383

8484
## Related content
8585

86-
[What is Business Process Tracking](overview.md)?
86+
[What is Azure Business Process Tracking](overview.md)?

articles/business-process-tracking/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: Overview for Business Process Tracking
2+
title: "Overview - Azure Business Process Tracking"
33
description: Learn why modeling and mapping business processes help add business context to Azure resources in your integration solution.
44
ms.service: azure-business-process-tracking
55
ms.topic: overview
66
ms.reviewer: estfan, azla
77
ms.date: 06/07/2024
8+
89
# CustomerIntent: As a developer or business analyst with a solution that has multiple or different Azure resources that integrate various services and systems, I want a way to visualize my organization's business processes and map them to the actual Azure resources that implement those use cases. For our business, I also want to record key business data that moves through these resources to gain better insight about how our solutions perform.
910
---
1011

0 commit comments

Comments
 (0)