Skip to content

Commit d3cf83e

Browse files
authored
Update ingestion-key-rotation-log-flow.md
1 parent 3ef8810 commit d3cf83e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

support/azure/partner-solutions/ingestion-key-rotation-log-flow.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ The issue occurs because Azure isn't notified of the ingestion key rotation. The
2727

2828
To work around the issue, manually update the ingestion key by using the following API call:
2929

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.
3132

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:
3334

3435
```HTTP
35-
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{AzureNewRelicResourceName}/refreshIngestionKey
36+
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{AzureNewRelicResourceName}/refreshIngestionKey
3637
```
3738
3839
**Query parameter**: `api-version`: `2024-10-01`
@@ -50,7 +51,7 @@ To work around the issue, manually update the ingestion key by using the followi
5051
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.
5152
5253
:::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.
5455
5556
> [!NOTE]
5657
> Because of cache resetting on the Azure side, log flow might take up to 24 hours to resume.

0 commit comments

Comments
 (0)