Skip to content

Commit 62a523a

Browse files
Merge pull request #239593 from EdB-MSFT/proxy-fixes
version updates
2 parents c38b125 + 08ad7e4 commit 62a523a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

articles/azure-monitor/essentials/prometheus-authorization-proxy.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Active Directory authorization proxy
33
description: Azure Active Directory authorization proxy
4-
ms.topic: conceptual
4+
ms.topic: how-to
55
author: EdB-MSFT
66
ms.author: edbaynash
77
ms.date: 07/10/2022
@@ -19,7 +19,9 @@ The Azure Active Directory authorization proxy is a reverse proxy, which can be
1919
> The remote write example in this article uses Prometheus remote write to write data to Azure Monitor. Onboarding your AKS cluster to Prometheus automatically installs Prometheus on your cluster and sends data to your workspace.
2020
## Deployment
2121

22-
The proxy can be deployed with custom templates using release image or as helm chart. Both deployments contain the same customizable parameters. These parameters are described in the [Parameters](#parameters) table.
22+
The proxy can be deployed with custom templates using release image or as a helm chart. Both deployments contain the same customizable parameters. These parameters are described in the [Parameters](#parameters) table.
23+
24+
For for more information, see [Azure Active Directory authentication proxy](https://github.com/Azure/aad-auth-proxy) project.
2325

2426
The following examples show how to deploy the proxy for remote write and for querying data from Azure Monitor.
2527

@@ -110,7 +112,7 @@ Before deploying the proxy, find your managed identity and assign it the `Monito
110112
spec:
111113
containers:
112114
- name: aad-auth-proxy
113-
image: mcr.microsoft.com/azuremonitor/auth-proxy/prod/aad-auth-proxy/images/aad-auth-proxy:aad-auth-proxy-0.1.0-main-04-11-2023-623473b0
115+
image: mcr.microsoft.com/azuremonitor/auth-proxy/prod/aad-auth-proxy/images/aad-auth-proxy:0.1.0-main-05-24-2023-b911fe1c
114116
imagePullPolicy: Always
115117
ports:
116118
- name: auth-port
@@ -171,7 +173,7 @@ Before deploying the proxy, find your managed identity and assign it the `Monito
171173
172174
```bash
173175
helm install aad-auth-proxy oci://mcr.microsoft.com/azuremonitor/auth-proxy/prod/aad-auth-proxy/helmchart/aad-auth-proxy \
174-
--version 0.1.0 \
176+
--version 0.1.0-main-05-24-2023-b911fe1c \
175177
-n observability \
176178
--set targetHost=https://proxy-test-abc123.eastus-1.metrics.ingest.monitor.azure.com \
177179
--set identityType=userAssigned \
@@ -191,11 +193,14 @@ Before deploying the proxy, find your managed identity and assign it the `Monito
191193
## https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write
192194
##
193195
remoteWrite:
194-
- url: "http://azuremonitor-ingestion.observability.svc.cluster.local/dataCollectionRules/dcr-abc123d987e654f3210abc1def234567/streams/ Microsoft-PrometheusMetrics/api/v1/write?api-version=2021-11-01-preview"
196+
- url: "http://azuremonitor-ingestion.observability.svc.cluster.local/dataCollectionRules/dcr-abc123d987e654f3210abc1def234567/streams/Microsoft-PrometheusMetrics/api/v1/write?api-version=2021-11-01-preview"
195197
```
196198
197199
1. Apply the remote write configuration.
198200
201+
> [!NOTE]
202+
> For the latest proxy image version ,see the [release notes](https://github.com/Azure/aad-auth-proxy/blob/main/RELEASENOTES.md)
203+
199204
### Check that the proxy is ingesting data
200205
201206
Check that the proxy is successfully ingesting metrics by checking the pod's logs, or by querying the Azure Monitor workspace.

0 commit comments

Comments
 (0)