Currently when you start a function by:
yield context.df.callActivity("FunctionName", parameter);
you end up with a log in the Log Analytics of Executing 'Functions.FunctionName

but the parameter is not registered under Properties.
How (and potentially where, if it's not the right repo) could we change it?
Currently when you start a function by:
yield context.df.callActivity("FunctionName", parameter);you end up with a log in the Log Analytics of Executing 'Functions.FunctionName
but the parameter is not registered under Properties.
How (and potentially where, if it's not the right repo) could we change it?