microsoft / AzureMonitorCommunity

An open repo for Azure Monitor queries, workbooks, alerts and more
MIT License
990 stars 434 forks source link

Update Warm and Cold Form Load Data by Table.kql #225

Closed ddevine-msft closed 5 days ago

ddevine-msft commented 3 months ago

Fix: Changed join from inner to fullouter. This was done to fix where the query was missing table data when there was not both cold and warm loads for a table.

Enhanced: Added a coalesce in the project to unify the table data. Also added the option to allow a list of tables and also added sync request time to the summary results.