Azure / Azure/Azurite

Azurite | Durable functions not working properly

Open
#1,741 9 comments 4 reactions 1 assignee Claimed by @edwin-huber View on GitHub
azure-function table-storage
Dominant language
TypeScript
Stars
2.3k
Forks
393
Avg merge
1d 20h
Merged PRs (30d)
36

Description

### Which service(blob, file, queue, table) does this issue concern?
tables
### Which version of the Azurite was used?
Version that comes with VS2022 preview. Version#3.19

### Where do you get Azurite? (npm, DockerHub, NuGet, Visual Studio Code Extension)
VS2022 preview

### What problem was encountered?

[11/2/2022 5:31:09 AM] A ScriptHost error has occurred
[11/2/2022 5:31:09 AM] The listener for function 'ActivityFunction' was unable to start. Microsoft.WindowsAzure.Storage: The property 'value' does not exist on type 'devstoreaccount1.Tables'. Make sure to only use property names that are defined by the type. Microsoft.Data.OData: The property 'value' does not exist on type 'devstoreaccount1.Tables'. Make sure to only use property names that are defined by the type.
[11/2/2022 5:31:09 AM] The listener for function 'ActivityFunction' was unable to start. Microsoft.WindowsAzure.Storage: The property 'value' does not exist on type 'devstoreaccount1.Tables'. Make sure to only use property names that are defined by the type. Microsoft.Data.OData: The property 'value' does not exist on type 'devstoreaccount1.Tables'. Make sure to only use property names that are defined by the type.
[11/2/2022 5:31:09 AM]

### Steps to reproduce the issue?

Function works fine when I delete the azurite folder and start the function project.
If I miss to delete the folder, I see above error. It is 100% consistent.

### Have you found a mitigation/solution?
The only work around I found it, every time before start running the project. I have to kill the azurite process and delete the data folder. Start the Azurite and then run the project.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.