-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error indexing method ‘functionName’ Method overloads are not supported #8248
Comments
I don't see any mitigation for people running Docker Images with tag "mcr.microsoft.com/azure-functions/dotnet:4" You need to remember us running Function Apps as containers, thus not using PaaS service in Azure Portal. |
Hi @marnilss In your case, You are using App Service Plan, right? In this case, you might encounter following case. Could you share with me your site name to my e-mail account? (I'll remove the e-mail after you send me an e-mail)
|
Hi @TsuyoshiUshio , no I'm not using any Azure Function App at all, I'm running the mentioned Docker image in Kubernetes. (https://docs.microsoft.com/en-us/azure/azure-functions/functions-kubernetes-keda) |
There is several options. I think k8s cluster caches the image.
|
Starting 3/4/2022 - The latest Functions Host release 4.2.1.17812 introduced a defect for a subset of .NET in-proc Function Apps (for apps that more than one function in a class) affecting their Function executions. The error that would be seen is:
Microsoft.Azure.WebJobs.Host.Indexers.FunctionIndexingException : Error indexing method
. This issue can be mitigated right now by pinning back to version 4.1.3.17473. The ETA of the rollback completion will be 19:30 PST 3/18/2022.Customers who are still affected by the issue - following are the mitigations per sku
The text was updated successfully, but these errors were encountered: