Hello raviteja vemulakonda,
Thanks for your patience on this. I am summarizing our offline discussion and posting the same as answer for the benefit of other community members.
Issue : You are encountering the following error with the Azure Durable Function: "Could not load file or assembly 'System.Memory.Data, Version'."
Mitigation/Workaround:
- Updated your
host.jsonto the following: { "version": "2.0", "extensionBundle": {
} }"id": "Microsoft.Azure.Functions.ExtensionBundle", "version": "[3.3.0, 4.0.0)" - Extension Bundle 3 is the final version that provides exclusive support for Python without requiring .NET dependencies. Versions 4 and above are intended for .NET-isolated workers and may lead to unexpected assembly loading errors.
Please do let us know in case of further queries, I would be happy to assist you.
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.
Thankyou!