Get the latest row for each of the Azure Functions
requests
| summarize arg_max(timestamp, name) by name, success
| project timestamp, name, success
No comments:
Post a Comment