Skip to content

Commit 7defa34

Browse files
authored
Merge pull request #124212 from bdegs/patch-21
Update prometheus-remote-write-virtual-machines.md
2 parents 9d92fcc + c5b6c8d commit 7defa34

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-monitor/essentials/prometheus-remote-write-virtual-machines.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,14 +362,14 @@ remote_write:
362362
- url: "<metrics ingestion endpoint for your Azure Monitor workspace>"
363363
# AzureAD configuration.
364364
# The Azure Cloud. Options are 'AzurePublic', 'AzureChina', or 'AzureGovernment'.
365-
azuread:
366-
cloud: 'AzurePublic'
367-
managed_identity:
368-
client_id: "<client-id of the managed identity>"
369-
oauth:
370-
client_id: "<client-id from the Entra app>"
371-
client_secret: "<client secret from the Entra app>"
372-
tenant_id: "<Azure subscription tenant Id>"
365+
azuread:
366+
cloud: 'AzurePublic'
367+
managed_identity:
368+
client_id: "<client-id of the managed identity>"
369+
oauth:
370+
client_id: "<client-id from the Entra app>"
371+
client_secret: "<client secret from the Entra app>"
372+
tenant_id: "<Azure subscription tenant Id>"
373373
```
374374
375375
---

0 commit comments

Comments
 (0)