You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")]
The text was updated successfully, but these errors were encountered: