Skip to content

Commit 27ba828

Browse files
Merge pull request #261358 from KrishnaG-MSFT/patch-363
(AzureCXP) MicrosoftDocs/azure-docs#118059
2 parents a79443a + 5ba1fcf commit 27ba828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ A successful query returns a response similar to the following:
309309

310310
| Image Parameter | Helm chart Parameter name | Description | Supported values | Mandatory |
311311
| --------- | --------- | --------------- | --------- | --------- |
312-
| `TARGET_HOST` | `targetHost` | Target host where you want to forward the request to. <br>When sending data to an Azure Monitor workspace, use the `Metrics ingestion endpoint` from the workspaces Overview page. <br> When reading data from an Azure Monitor workspace, use the `Data collection rule` from the workspaces Overview page| | Yes |
312+
| `TARGET_HOST` | `targetHost` | Target host where you want to forward the request to. <br>When sending data to an Azure Monitor workspace, use the `Metrics ingestion endpoint` from the workspaces Overview page. <br> When reading data from an Azure Monitor workspace, use the `Query endpoint` from the workspaces Overview page| | Yes |
313313
| `IDENTITY_TYPE` | `identityType` | Identity type that is used to authenticate requests. This proxy supports three types of identities. | `systemassigned`, `userassigned`, `aadapplication` | Yes |
314314
| `AAD_CLIENT_ID` | `aadClientId` | Client ID of the identity used. This is used for `userassigned` and `aadapplication` identity types. Use `az aks show -g <AKS-CLUSTER-RESOURCE-GROUP> -n <AKS-CLUSTER-NAME> --query "identityProfile"` to retrieve the Client ID | | Yes for `userassigned` and `aadapplication` |
315315
| `AAD_TENANT_ID` | `aadTenantId` | Tenant ID of the identity used. Tenant ID is used for `aadapplication` identity types. | | Yes for `aadapplication` |

0 commit comments

Comments
 (0)