File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
articles/azure-monitor/containers Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,21 @@ The `aadpodidbinding` label must be added to the Prometheus pod for the pod-mana
98
98
99
99
[ !INCLUDE[ pod-identity-yaml] ( ../includes/prometheus-sidecar-remote-write-pod-identity-yaml.md )]
100
100
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
+
101
116
1 . Use Helm to apply the YAML file and update your Prometheus configuration:
102
117
103
118
``` azurecli
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ This step isn't required if you're using an AKS identity. An AKS identity alread
118
118
| Value | Description |
119
119
|:---|:---|
120
120
| `<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. |
122
122
| `<INGESTION-URL>` | The value for **Metrics ingestion endpoint** from the **Overview** page for the Azure Monitor workspace. |
123
123
| `<MANAGED-IDENTITY-CLIENT-ID>` | The value for **Client ID** from the **Overview** page for the managed identity. |
124
124
| `<CLUSTER-NAME>` | Name of the cluster that Prometheus is running on. |
You can’t perform that action at this time.
0 commit comments