Skip to content

Commit 2998e20

Browse files
committed
freshness review
1 parent 5ab1704 commit 2998e20

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed
Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,46 @@
11
---
22
title: Get operation correlation ID from Activity Log
33
titleSuffix: Azure ExpressRoute
4-
description: This article shows you how to obtain the correlation ID for an ExpressRoute operation from the Azure Activity log.
4+
description: Learn how to obtain the correlation ID for an ExpressRoute operation from the Azure Activity log.
55
author: duongau
66
ms.topic: how-to
77
ms.author: duau
88
ms.service: azure-expressroute
9-
ms.date: 05/23/2023
9+
ms.date: 11/18/2024
1010
---
1111

1212
# Get operation correlation ID from Activity Log
1313

14-
The Azure Resource Manager Activity Log contains information about when a resource gets modified and can help you trace the flow of requests between services. Each operation has a unique identifier called a **Correlation ID** that can help investigate issues by correlating them with other signals collected that spans multiple services. This identifier can help troubleshoot issues with your resources, such as connectivity problems or errors in provisioning and configuration.
15-
16-
This guide walks you through the steps to obtain the operation correlation ID from the Activity Log for an ExpressRoute Resource such as circuit, gateway, connection or peering.
14+
The Azure Resource Manager Activity Log provides information about resource modifications and helps trace request flows between services. Each operation has a unique **Correlation ID** that aids in troubleshooting issues by correlating them with other signals across multiple services. This guide shows you how to obtain the correlation ID from the Activity Log for an ExpressRoute resource, such as a circuit, gateway, connection, or peering.
1715

1816
## Prerequisites
1917

20-
- You need to have access to an ExpressRoute circuit, ExpressRoute gateway, or ExpressRoute connection resource.
18+
- Access to an ExpressRoute circuit, gateway, or connection resource.
2119

2220
## Obtain operation correlation ID
2321

2422
1. Sign in to the [Azure portal](https://portal.azure.com/).
2523

26-
1. In the Azure portal, navigate to your ExpressRoute resource. Select **Activity log** from the left side menu.
24+
1. Navigate to your ExpressRoute resource in the Azure portal. Select **Activity log** from the left menu.
2725

2826
:::image type="content" source="./media/get-correlation-id/circuit-overview.png" alt-text="Screenshot of the Activity log button on the left menu pane on the overview page of an ExpressRoute circuit." lightbox="./media/get-correlation-id/circuit-overview.png":::
2927

30-
1. On the Activity log page, you can select to add filters to narrow down the results. For example, you can filter by **operation type** and **resource type** or **date/time range** to only show the activity log for a specific ExpressRoute resource. By default, Activity Log shows all activities for the selected ExpressRoute resource.
28+
1. On the Activity log page, apply filters to narrow down the results. For example, filter by **operation type**, **resource type**, or **date/time range** to show activities for a specific ExpressRoute resource. By default, the Activity Log shows all activities for the selected resource.
3129

3230
:::image type="content" source="./media/get-correlation-id/filter-log.png" alt-text="Screenshot of the activity log filters section for an ExpressRoute circuit." lightbox="./media/get-correlation-id/filter-log.png":::
3331

34-
1. Once you apply the filters, you can select an activity log entry to view the details.
32+
1. Select an activity log entry to view its details.
3533

3634
:::image type="content" source="./media/get-correlation-id/select-log-entry.png" alt-text="Screenshot of log entry after filter was applied." lightbox="./media/get-correlation-id/select-log-entry.png":::
3735

38-
1. Select the **JSON** view and then locate the **Correlation ID** in the activity log entry.
36+
1. Select the **JSON** view and locate the **Correlation ID** in the activity log entry.
3937

4038
:::image type="content" source="./media/get-correlation-id/entry-selected.png" alt-text="Screenshot of the summary page of a log entry after selected." lightbox="./media/get-correlation-id/entry-selected.png":::
4139

42-
1. To quickly search for the correlation ID, you can use the **Find** feature in your browser. Make note of this correlation ID and provide it as part of your support request submission.
40+
1. Use the **Find** feature in your browser to quickly search for the correlation ID. Note this correlation ID for your support request submission.
4341

4442
:::image type="content" source="./media/get-correlation-id/correlation-id.png" alt-text="Screenshot of the correlation ID found in the JSON format of the log entry." lightbox="./media/get-correlation-id/correlation-id.png":::
4543

4644
## Next steps
4745

48-
* File a support request with the correlation ID to help troubleshoot your issue. For more information, see [How to create an Azure support request](/azure/azure-portal/supportability/how-to-create-azure-support-request).
46+
* File a support request with the correlation ID to help troubleshoot your issue. For more information, see [How to create an Azure support request](/azure/azure-portal/supportability/how-to-create-azure-support-request).

0 commit comments

Comments
 (0)