Skip to content

Commit 7cce658

Browse files
Merge pull request #275064 from bragi92/kaveesh/remote_write_release
update remote write path to use latest release image
2 parents 406da96 + c074b64 commit 7cce658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -156,7 +156,7 @@ This step is required only if you didn't turn on Azure Key Vault Provider for Se
156156
| Value | Description |
157157
|:---|:---|
158158
| `<CLUSTER-NAME>` | The name of your AKS cluster. |
159-
| `<CONTAINER-IMAGE-VERSION>` | `mcr.microsoft.com/azuremonitor/prometheus/promdev/prom-remotewrite:prom-remotewrite-20230906.1`<br>The remote write container image version. |
159+
| `<CONTAINER-IMAGE-VERSION>` | `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-remote-write/images:prom-remotewrite-20240507.1`<br>The remote write container image version. |
160160
| `<INGESTION-URL>` | The value for **Metrics ingestion endpoint** from the **Overview** page for the Azure Monitor workspace. |
161161
| `<APP-REGISTRATION -CLIENT-ID>` | The client ID of your application. |
162162
| `<TENANT-ID>` | The tenant ID of the Microsoft Entra application. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ az ad app federated-credential create --id ${APPLICATION_OBJECT_ID} --parameters
164164
| Value | Description |
165165
|:---|:---|
166166
| `<CLUSTER-NAME>` | The name of your AKS cluster. |
167-
| `<CONTAINER-IMAGE-VERSION>` | `mcr.microsoft.com/azuremonitor/prometheus/promdev/prom-remotewrite:prom-remotewrite-20230906.1` <br>The remote write container image version. |
167+
| `<CONTAINER-IMAGE-VERSION>` | `mcr.microsoft.com/azuremonitor/containerinsights/ciprod/prometheus-remote-write/images:prom-remotewrite-20240507.1` <br>The remote write container image version. |
168168
| `<INGESTION-URL>` | The value for **Metrics ingestion endpoint** from the **Overview** page for the Azure Monitor workspace. |
169169

170170
1. Use Helm to apply the YAML file and update your Prometheus configuration:

0 commit comments

Comments
 (0)