Skip to content

Commit 5a2a0cf

Browse files
author
ecfan
committed
Fix links and headings
1 parent c8221b4 commit 5a2a0cf

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

articles/logic-apps/monitor-logic-apps-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Azure Logic Apps includes built-in tracking that you can enable for parts of you
5151

5252
- For a reference guide to the syntax and attributes for the tracking schemas, see the following documentation:
5353

54-
- [Tracking schemas for B2B messages in Consumption workflows](tracking-schemas-as2-x12-custom.md)
55-
- [Tracking table schemas for B2B transactions in Standard workflows](tracking-table-schemas-standard.md)
54+
- [Tracking schemas for B2B messages in Consumption workflows](tracking-schemas-consumption.md)
55+
- [Tracking schemas for B2B transactions in Standard workflows](tracking-schemas-standard.md)
5656

5757
[!INCLUDE [horz-monitor-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-activity-log.md)]
5858

articles/logic-apps/monitor-track-b2b-transactions-standard.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ For tracking to work correctly, make sure that all the following conditions are
134134

135135
:::image type="content" source="media/monitor-track-b2b-transactions/example-x12-message-details.png" alt-text="Screenshot shows Premium integration account with B2B tracking selected, and a table with details about collected X12 messages.":::
136136

137-
For more information about these table columns, see [Tracking schemas for B2B transactions - Standard workflows](tracking-schemas-standard.md).
138-
139137
## Database tables
140138

141139
In your Azure Data Explorer cluster, the database stores transaction data in a table-structured format. This table structure provides the capability for you to efficiently query and retrieve B2B tracking data, provide structured insights into message flow, processing status, and troubleshoot problems.
@@ -252,4 +250,4 @@ Return a success response for a successfully deleted tracking store.
252250

253251
## Related content
254252

255-
- [Table schemas for tracking B2B transactions - Standard workflows](tracking-schemas-standard.md)
253+
- [Schemas for tracking B2B transactions - Standard workflows](tracking-schemas-standard.md)

articles/logic-apps/tracking-schemas-consumption.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8-
ms.date: 02/28/2024
8+
ms.date: 03/07/2024
99
# As a B2B integration solutions developer, I want to know about tracking schemas to monitor B2b messages for Consumption workflows in Azure Logic Apps.
1010
---
1111

@@ -19,6 +19,7 @@ ms.date: 02/28/2024
1919
>
2020
> - [Enable or open Application Insights after deployment for Standard logic apps](create-single-tenant-workflows-azure-portal.md#enable-open-application-insights)
2121
> - [Monitor and track B2B transactions in Standard workflows](monitor-track-b2b-transactions-standard.md)
22+
> - [](tracking-schemas-standard.md)
2223
2324
Azure Logic Apps includes built-in tracking that you can enable for parts of your workflow. To help you monitor the successful delivery or receipt, errors, and properties for business-to-business (B2B) messages, you can create and use AS2, X12, and custom tracking schemas in your integration account. This reference guide describes the syntax and attributes for these tracking schemas.
2425

articles/logic-apps/tracking-schemas-standard.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: Table schemas for tracking B2B transactions - Standard workflows
3-
description: Learn about table schemas to use for tracking B2B transactions data for Standard workflows in Azure Logic Apps.
2+
title: Schemas for tracking B2B transactions - Standard workflows
3+
description: Learn about schemas to use for tracking B2B transactions data for Standard workflows in Azure Logic Apps.
44
services: logic-apps
55
ms.topic: how-to
66
ms.reviewer: estfan, divswa, pravagar, azla
77
ms.date: 03/07/2025
8-
# As a B2B integration solutions developer, I want to better understand the table structures used fo storing B2B transaction data for Standard workflows in Azure Logic Apps.
8+
# As a B2B integration solutions developer, I want to better understand the data structures used fo storing B2B transaction data for Standard workflows in Azure Logic Apps.
99
---
1010

11-
# Table schemas for tracking B2B transactions for Standard workflows in Azure Logic Apps
11+
# Tracking schemas for B2B transactions in Standard workflows for Azure Logic Apps
1212

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

1515
Azure Logic Apps includes built-in tracking that you can enable for parts of your Standard workflow. To help you monitor the successful delivery or receipt, errors, and properties for business-to-business (B2B) messages, this guide helps you better understand the tables that store B2B tracking data for your transactions.
1616

1717
<a name="as2-table"></a>
1818

19-
## AS2 tracking table - AS2TrackRecords
19+
## AS2TrackRecords tracking table for AS2
2020

2121
The Azure Database Explorer table named **AS2TrackRecords** stores all AS2 tracking data. The following sample describes the query that creates this table and the required order for specifying the table columns:
2222

@@ -139,7 +139,7 @@ The **MessageProperties** table column has a **dynamic** type structure that use
139139

140140
<a name="x12-table"></a>
141141

142-
## X12 tracking table – EdiTrackRecords
142+
## EdiTrackRecords tracking table for X12
143143

144144
The Azure Database Explorer table named **EdiTrackRecords** stores all X12 tracking data. The following sample describes the query that creates this table and the required order for specifying the table columns:
145145

0 commit comments

Comments
 (0)