Skip to content

Commit

Permalink
NEWS: Add entry for axoflow#457
Browse files Browse the repository at this point in the history
Signed-off-by: Tamás Kosztyu <[email protected]>
  • Loading branch information
sodomelle committed Jan 20, 2025
1 parent a7fb0fa commit 81552f2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions news/feature-457.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
`cloud-auth`: Added azure_monitor_builtin and azure_monitor_custom destinations

Added `auth(azure(monitor()))` authentication option.

Example usage:
```
azure-monitor-custom(table-name("table")
dcr-id("dcr id")
dce-uri("dce uri")
auth(azure(monitor(tenant-id("tenant id")
app-id("app id")
app-secret("app secret")))))
```

Note: Table name should not contain the trailing "_CL" string for custom tables.

0 comments on commit 81552f2

Please sign in to comment.