In my C# class, per the template, I have a function attribute to rename the function
[FunctionName("AckDetailFunction")]
And though the code runs fine locally, in Azure I get the error
AckDetailFunction: The function type name 'PaymentManager.Functions.AckDetailFunction' is invalid."
I don't currently have access to Kudu, but locally, the Function folder name is correct AckDetailFunction
What am I doing wrong? What can I try?
In my C# class, per the template, I have a function attribute to rename the function
And though the code runs fine locally, in Azure I get the error
I don't currently have access to Kudu, but locally, the Function folder name is correct
AckDetailFunctionWhat am I doing wrong? What can I try?