|
1 | 1 | ---
|
2 | 2 | title: Get operation correlation ID from Activity Log
|
3 | 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. |
| 4 | +description: Learn how to obtain the correlation ID for an ExpressRoute operation from the Azure Activity log. |
5 | 5 | author: duongau
|
6 | 6 | ms.topic: how-to
|
7 | 7 | ms.author: duau
|
8 | 8 | ms.service: azure-expressroute
|
9 |
| -ms.date: 05/23/2023 |
| 9 | +ms.date: 11/18/2024 |
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | # Get operation correlation ID from Activity Log
|
13 | 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. |
| 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. |
17 | 15 |
|
18 | 16 | ## Prerequisites
|
19 | 17 |
|
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. |
21 | 19 |
|
22 | 20 | ## Obtain operation correlation ID
|
23 | 21 |
|
24 | 22 | 1. Sign in to the [Azure portal](https://portal.azure.com/).
|
25 | 23 |
|
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. |
27 | 25 |
|
28 | 26 | :::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 | 27 |
|
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. |
31 | 29 |
|
32 | 30 | :::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 | 31 |
|
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. |
35 | 33 |
|
36 | 34 | :::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 | 35 |
|
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. |
39 | 37 |
|
40 | 38 | :::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 | 39 |
|
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. |
43 | 41 |
|
44 | 42 | :::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 | 43 |
|
46 | 44 | ## Next steps
|
47 | 45 |
|
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