Skip to content

Commit 7b9de37

Browse files
Merge pull request #275082 from bragi92/kaveesh/update
missed two sections for the remote write release
2 parents 0ce67c4 + 23f2be6 commit 7b9de37

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,21 @@ The `aadpodidbinding` label must be added to the Prometheus pod for the pod-mana
9898

9999
[!INCLUDE[pod-identity-yaml](../includes/prometheus-sidecar-remote-write-pod-identity-yaml.md)]
100100

101+
1. Replace the following values in the YAML:
102+
103+
| Value | Description |
104+
|:---|:---|
105+
| `<AKS-CLUSTER-NAME>` | The name of your AKS cluster. |
106+
| `<CONTAINER-IMAGE-VERSION>` | `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-remote-write/images:prom-remotewrite-20240507.1`<br> The remote write container image version. |
107+
| `<INGESTION-URL>` | The value for **Metrics ingestion endpoint** from the **Overview** page for the Azure Monitor workspace. |
108+
| `<MANAGED-IDENTITY-CLIENT-ID>` | The value for **Client ID** from the **Overview** page for the managed identity. |
109+
| `<CLUSTER-NAME>` | Name of the cluster that Prometheus is running on. |
110+
111+
> [!IMPORTANT]
112+
> For Azure Government cloud, add the following environment variables in the `env` section of the YAML file:
113+
>
114+
> `- name: INGESTION_AAD_AUDIENCE value: https://monitor.azure.us/`
115+
101116
1. Use Helm to apply the YAML file and update your Prometheus configuration:
102117

103118
```azurecli

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This step isn't required if you're using an AKS identity. An AKS identity alread
118118
| Value | Description |
119119
|:---|:---|
120120
| `<AKS-CLUSTER-NAME>` | The name of your AKS cluster. |
121-
| `<CONTAINER-IMAGE-VERSION>` | `mcr.microsoft.com/azuremonitor/prometheus/promdev/prom-remotewrite:prom-remotewrite-20230906.1`<br> The remote write container image version. |
121+
| `<CONTAINER-IMAGE-VERSION>` | `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-remote-write/images:prom-remotewrite-20240507.1`<br> The remote write container image version. |
122122
| `<INGESTION-URL>` | The value for **Metrics ingestion endpoint** from the **Overview** page for the Azure Monitor workspace. |
123123
| `<MANAGED-IDENTITY-CLIENT-ID>` | The value for **Client ID** from the **Overview** page for the managed identity. |
124124
| `<CLUSTER-NAME>` | Name of the cluster that Prometheus is running on. |

0 commit comments

Comments
 (0)