Skip to content

Commit d4fea27

Browse files
Merge pull request #261633 from sunasing/sunasing-branch-1219
Fixing the audience for Azure Government
2 parents 7a4b164 + 523e881 commit d4fea27

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This step isn't required if you're using an AKS identity since it will already h
9797
| `<CLUSTER-NAME>` | Name of the cluster Prometheus is running on |
9898
9999
> [!IMPORTANT]
100-
> For Azure Government cloud, use *"https://monitor.azure.us//.default"* as the value for *INGESTION_AAD_AUDIENCE* in the yaml.
100+
> For Azure Government cloud, add the following environment variables in the "env" section of the yaml: - name: INGESTION_AAD_AUDIENCE value: https://monitoring.azure.us/
101101
102102
3. Open Azure Cloud Shell and upload the YAML file.
103103
4. Use helm to apply the YAML file to update your Prometheus configuration with the following CLI commands.

articles/azure-monitor/includes/prometheus-sidecar-remote-write-managed-identity-yaml.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ prometheus:
5959
value: userAssigned
6060
- name: AZURE_CLIENT_ID
6161
value: <MANAGED-IDENTITY-CLIENT-ID>
62-
- name: INGESTION_AAD_AUDIENCE
63-
value: https://monitor.azure.us//.default
6462
# Optional parameter
6563
- name: CLUSTER
6664
value: <CLUSTER-NAME>

0 commit comments

Comments
 (0)