ARTICLE AD BOX
We have several Azure Functions Apps containing several Azure Functions written in C# code.
We can run those function if required.
If there a way I can add what parameters are required to run these functions through C# code and it shows on Portal?
Or some sort of meta data I can add so that we don't have to look into C# code to figure out what parameters required.

