Forum Discussion
kart4u
Microsoft
Mar 06, 2019Parameterized functions to use for calculating and output the flag
I am trying to write a function that returns whether it is working hour or not based on the timestamp. It goes like this
let IsWorkingHours = (timestamp:datetime)
{
let hour = hourofday(t...
Mar 08, 2019
Functions in Log Analytics expect direct output. So first your function should output something so when it is called it can be executed. Also as mentioned by Vino55 parameterization is not possible.