Open swifteralex opened 9 months ago
Hello @swifteralex
It is Function for out-of-process bindings and FunctionName for inprocess bindings. The links are samples from another binding [Blob], but the idea is the same.
The sample in this folder is for out of process bindings.
Line 14 of https://github.com/Azure/Webjobs.Extensions.Kusto/blob/main/samples/samples-outofproc/InputBindingSamples/GetProducts.cs should be
[FunctionName("GetProducts")]
instead of[Function("GetProducts")]