diff --git a/news/feature-457.md b/news/feature-457.md new file mode 100644 index 000000000..8c02ce1b1 --- /dev/null +++ b/news/feature-457.md @@ -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. \ No newline at end of file