You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/partner-solutions/ingestion-key-rotation-log-flow.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,13 @@ The issue occurs because Azure isn't notified of the ingestion key rotation. The
27
27
28
28
To work around the issue, manually update the ingestion key by using the following API call:
29
29
30
-
1. Find the **Resource ID** of the Azure New Relic resource that's associated with the account to which the ingestion key was rotated. If multiple resources are linked to the same account, you can make the API call for any of them. The following is an example of a Resource ID: `/subscriptions/0493ccca-0000-0000-0000-f9bca5fc5dc9/resourceGroups/myRG/providers/NewRelic.Observability/monitors/MyNewRelicResource`. It includes the subscription ID, resource group name, and the Azure New Relic resource name.
30
+
1. Find the **Resource ID** of the Azure New Relic resource that's associated with the account to which the ingestion key was rotated. If multiple resources are linked to the same account, you can make the API call for any of them. The following is an example of a Resource ID: `/subscriptions/0493ccca-0000-0000-0000-f9bca5fc5dc9/resourceGroups/myRG/providers/NewRelic.Observability/monitors/MyNewRelicResource`.
31
+
It includes the subscription ID, the resource group name, and the Azure New Relic resource name.
31
32
32
-
2. Make the API call to update the ingestion key. Use an API client (such as **Bruno**) to make a **POST** request to the following endpoint:
33
+
4. Make the API call to update the ingestion key. Use an API client (such as **Bruno**) to make a **POST** request to the following endpoint:
@@ -50,7 +51,7 @@ To work around the issue, manually update the ingestion key by using the followi
50
51
1. Filter the results by using **Fetch/XHR**. You can find a bearer token in the request headers of the corresponding API call. Use it while it remains active.
51
52
52
53
:::image type="content" source="media/ingestion-key-rotation-log-flow/get-token.png" alt-text="Screenshot showing how to view the access token." lightbox="media/ingestion-key-rotation-log-flow/get-token.png":::
53
-
3. The request should return a **204** status code that indicates that the ingestion key was successfully updated.
54
+
5. The request should return a **204** status code that indicates that the ingestion key was successfully updated.
54
55
55
56
> [!NOTE]
56
57
> Because of cache resetting on the Azure side, log flow might take up to 24 hours to resume.
0 commit comments