Hi TimEichfeld,
Thank you for reaching out to Microsoft Q & A forum.
The issue you're experiencing seems to be related to NuGet package conflicts. I recommend ensuring that all relevant packages, particularly Microsoft.Azure.WebJobs.Extensions.Storage, are compatible with the version of Azure Functions and .NET you're using. Additionally, try manually installing the System.Memory.Data package (v6.0.0.0), as this may resolve the issue. Please also confirm that you are using the latest version of the Azurite emulator and that your Visual Studio installation is fully updated with the Azure Development workload. After making these updates, rebuild the project and verify if the problem persists.
Please feel free to contact us if you have any additional questions.
If you have found the answer provided to be helpful, please click on the "Accept answer/Upvote" button so that it is useful for other members in the Microsoft Q&A community.