Skip to content

Commit de79013

Browse files
authored
Merge pull request #238946 from duongau/getcorrelation
ExpressRoute - Get correlation ID from activity log (new article)
2 parents fb753e2 + f994573 commit de79013

File tree

7 files changed

+50
-0
lines changed

7 files changed

+50
-0
lines changed

articles/expressroute/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@
227227
href: expressroute-nat.md
228228
- name: Troubleshoot
229229
items:
230+
- name: Obtain correlation ID
231+
href: get-correlation-id.md
230232
- name: Verifying ExpressRoute connectivity
231233
href: expressroute-troubleshooting-expressroute-overview.md
232234
- name: Resolving network performance issues
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Get operation correlation ID from Activity Log
3+
titleSuffix: Azure ExpressRoute
4+
description: This article shows you how to obtain the correlation ID for an ExpressRoute operation from the Azure Activity log.
5+
author: duongau
6+
ms.topic: how-to
7+
ms.author: duau
8+
ms.service: expressroute
9+
ms.date: 05/23/2023
10+
---
11+
12+
# Get operation correlation ID from Activity Log
13+
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.
17+
18+
## Prerequisites
19+
20+
- You need to have access to an ExpressRoute circuit, ExpressRoute gateway, or ExpressRoute connection resource.
21+
22+
## Obtain operation correlation ID
23+
24+
1. Sign in to the [Azure portal](https://portal.azure.com/).
25+
26+
1. In the Azure portal, navigate to your ExpressRoute resource. Select **Activity log** from the left side menu.
27+
28+
:::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":::
29+
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.
31+
32+
:::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":::
33+
34+
1. Once you apply the filters, you can select an activity log entry to view the details.
35+
36+
:::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":::
37+
38+
1. Select the **JSON** view and then locate the **Correlation ID** in the activity log entry.
39+
40+
:::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":::
41+
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.
43+
44+
:::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":::
45+
46+
## Next steps
47+
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-portal/supportability/how-to-create-azure-support-request.md).
55.7 KB
Loading
63.5 KB
Loading
27.1 KB
Loading
64.7 KB
Loading
64.6 KB
Loading

0 commit comments

Comments
 (0)