All tils

A thumbnail image

TIL: How to Find the Last Record in a Group Using KQL

Today I learned how to use KQL's arg_max function to find the last record in a log time interval group in Azure's Application Insight.

A thumbnail image

TIL: How to pass data to PyTest fixtures from the CLI

Today I learned how to pass different URLs via the CLI to PyTest fixtures to make my test reusable on different API deployments.