Skip to content

Commit 663edef

Browse files
committed
final
1 parent 4b7d123 commit 663edef

5 files changed

+8
-11
lines changed

articles/azure-monitor/containers/prometheus-remote-write-active-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article applies to the following cluster configurations:
3030

3131
### Azure Monitor workspace
3232

33-
This article covers sending Prometheus metrics to an Azure Monitor workspace. To create an Azure monitor workspace, see [Manage an Azure Monitor workspace](./azure-monitor-workspace-manage.md#create-an-azure-monitor-workspace#create-an-azure-monitor-workspace).
33+
This article covers sending Prometheus metrics to an Azure Monitor workspace. To create an Azure monitor workspace, see [Manage an Azure Monitor workspace](/azure/azure-monitor/essentials/azure-monitor-workspace-manage#create-an-azure-monitor-workspace).
3434

3535
## Permissions
3636
Administrator permissions for the cluster or resource are required to complete the steps in this article.

articles/azure-monitor/containers/prometheus-remote-write-azure-ad-pod-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Prometheus versions greater than v2.45 are required for managed identity authent
2323

2424
### Azure Monitor workspace
2525

26-
This article covers sending Prometheus metrics to an Azure Monitor workspace. To create an Azure monitor workspace, see [Manage an Azure Monitor workspace](./azure-monitor-workspace-manage.md#create-an-azure-monitor-workspace#create-an-azure-monitor-workspace).
26+
This article covers sending Prometheus metrics to an Azure Monitor workspace. To create an Azure monitor workspace, see [Manage an Azure Monitor workspace](/azure/azure-monitor/essentials/azure-monitor-workspace-manage#create-an-azure-monitor-workspace).
2727

2828
## Permissions
2929

articles/azure-monitor/containers/prometheus-remote-write-azure-workload-identity.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ This article describes how to set up [remote write](prometheus-remote-write.md)
1616

1717
## Prerequisites
1818

19-
To send data from a Prometheus server by using remote write with Microsoft Entra Workload ID authentication, you need:
20-
## Prerequisites
21-
2219
- Prometheus versions greater than v2.48 are required for Microsoft Entra ID application authentication.
2320

2421
- A cluster that has feature flags that are specific to OpenID Connect (OIDC) and an OIDC issuer URL:

articles/azure-monitor/containers/prometheus-remote-write-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Prometheus versions greater than v2.45 are required for managed identity authent
2828

2929
### Azure Monitor workspace
3030

31-
This article covers sending Prometheus metrics to an Azure Monitor workspace. To create an Azure monitor workspace, see [Manage an Azure Monitor workspace](./azure-monitor-workspace-manage.md#create-an-azure-monitor-workspace#create-an-azure-monitor-workspace).
31+
This article covers sending Prometheus metrics to an Azure Monitor workspace. To create an Azure monitor workspace, see [Manage an Azure Monitor workspace](/azure/azure-monitor/essentials/azure-monitor-workspace-manage#create-an-azure-monitor-workspace).
3232

3333
## Permissions
3434

articles/azure-monitor/essentials/prometheus-remote-write-virtual-machines.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Assign the `Monitoring Metrics Publisher` role on the workspace's data collectio
8181
1. Select **Add**, and **Add role assignment**.
8282
:::image type="content" source="media/prometheus-remote-write-virtual-machines/data-collection-rule-access-control.png" lightbox="media/prometheus-remote-write-virtual-machines/data-collection-rule-access-control.png" alt-text="A screenshot showing the data collection rule.":::
8383

84-
1. Select for *Monitoring Metrics Publisher*, and then select **Next**.
84+
1. Search for and select for *Monitoring Metrics Publisher*, and then select **Next**.
8585
:::image type="content" source="media/prometheus-remote-write-virtual-machines/add-role-assignment.png" lightbox="media/prometheus-remote-write-virtual-machines/add-role-assignment.png" alt-text="A screenshot showing the role assignment menu for a data collection rule.":::
8686

8787
1. Select **Managed Identity**.
@@ -257,7 +257,7 @@ For example,
257257
az ad sp create-for-rbac \
258258
--name PromRemoteWriteApp \
259259
--role "Monitoring Metrics Publisher" \
260-
--scopes /ubscriptions/abcdef00-1234-5678-abcd-1234567890ab/resourceGroups/MA_amw-001_eastus_managed/providers/Microsoft.nsights/dataCollectionRules/amw-001
260+
--scopes /subscriptions/abcdef00-1234-5678-abcd-1234567890ab/resourceGroups/MA_amw-001_eastus_managed/providers/Microsoft.nsights/dataCollectionRules/amw-001
261261
```
262262
The following is an example of the output displayed:
263263
```azurecli
@@ -278,7 +278,7 @@ For more information, see [az ad app create](/cli/azure/ad/app?view=azure-cli-la
278278

279279
Remote-write is configured in the Prometheus configuration file `prometheus.yml`.
280280

281-
For more information on configuring remote-write, see the Prometeus.io article: [Configuration](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write). For more on tuning the remote write configuration, see [Remote write tuning](https://prometheus.io/docs/practices/remote_write/#remote-write-tuning).
281+
For more information on configuring remote-write, see the Prometheus.io article: [Configuration](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write). For more on tuning the remote write configuration, see [Remote write tuning](https://prometheus.io/docs/practices/remote_write/#remote-write-tuning).
282282

283283
To send data to your Azure Monitor Workspace, add the following section to the configuration file of your self-managed Prometheus instance.
284284

@@ -337,12 +337,12 @@ To check if the metrics are flowing to the Azure Monitor workspace, from your Az
337337

338338
### Prometheus explorer in Azure Monitor Workspace
339339

340-
Prometheus Explorer provides a convenient way to interact with Prometheus metrics within your Azure environment, making monitoring and troubleshooting more efficient. To use the Prometheus explorer, from to your Azure Monitor workspace in the Azure portal and select **Prometheus Explorer** to query the metrics that you're expecting from the self-managed Prometheus environment.
340+
Prometheus Explorer provides a convenient way to interact with Prometheus metrics within your Azure environment, making monitoring and troubleshooting more efficient. To use the Prometheus explorer, go to your Azure Monitor workspace in the Azure portal and select **Prometheus Explorer** to query the metrics that you're expecting from the self-managed Prometheus environment.
341341
For more information, see [Prometheus explorer](/azure/azure-monitor/essentials/prometheus-workbooks).
342342

343343
### Grafana
344344

345-
Use PromQL queries in Grafana and verify that the results return expected data. See [getting Grafana setup with Managed Prometheus](../essentials/prometheus-grafana.md) to configure Grafana.
345+
Use PromQL queries in Grafana to verify that the results return the expected data. See [getting Grafana setup with Managed Prometheus](../essentials/prometheus-grafana.md) to configure Grafana.
346346

347347

348348
## Troubleshoot remote write

0 commit comments

Comments
 (0)