Skip to content

Commit 3ef8810

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ 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.
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.
3131

3232
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:
3333

3434
```HTTP
35-
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{monitorName}/refreshIngestionKey
35+
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors/{AzureNewRelicResourceName}/refreshIngestionKey
3636
```
37-
37+
3838
**Query parameter**: `api-version`: `2024-10-01`
3939
4040
**Body**: Empty raw JSON
@@ -55,7 +55,7 @@ To work around the issue, manually update the ingestion key by using the followi
5555
> [!NOTE]
5656
> Because of cache resetting on the Azure side, log flow might take up to 24 hours to resume.
5757
58-
## Troubleshooting
58+
## Get support
5959
6060
If you receive an error response, contact [**New Relic Support**](https://support.newrelic.com/s/) and provide the **correlation ID** (`x-ms-correlation-request-id`) from the response headers of your API call for further assistance.
6161

0 commit comments

Comments
 (0)