Dapr Actor statestore storagetable

SriRaghavendran Prabhakaran 260 Reputation points
2024-01-08T13:12:32.01+00:00

Hello,

I configured Azure storage table for Actor statestore with below metadata value "name: actorStateStore" value: "true" , but getting the below error

Failed,Dapr.DaprApiException: the state store is not configured to use the actor runtime. Have you set the - name: actorStateStore value: "true" in your state store component file?

User's image

Is there any thing i missed? Please help to resolve my issue.

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
{count} votes

Accepted answer
  1. Anand Prakash Yadav 6,005 Reputation points Microsoft Vendor
    2024-01-09T11:43:40.9233333+00:00

    Hello SriRaghavendran Prabhakaran,

    Thank you for posting your query here!

    As per the following document:

    State store component specs | Dapr Docs

    ‘State stores can be used for actors if it supports both transactional operations and ETag.’

    Azure Table Storage does not support Transactional Operations, so it can’t be used as an actor state store.

    User's image

    Please let us know if you have any further queries. I’m happy to assist you further.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful