Add parameters to the logging of callActivity #624
Labels
Enhancement
New feature or request
Observability
Trouble seeing app health or how functions run.
P2
Priority 2 item
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?
The text was updated successfully, but these errors were encountered: