Hi,<BR><BR>Is there any way in C# to take a string variable and use that to call a function matching the string? like:<BR><BR>string fName = "getRecords";<BR>call fName<BR><BR>Please let me know if ...
Last time I looked at the basics of triggers. Let's look at creating an HTTP-triggered function for displaying a greeting based on a target audience. The last time we looked at Azure Functions, I ...