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?
I see many examples with Redis configuration, will Azure storage table can used for Actor statestore?
I referred this Github Document and was able to implement Azure container DAPR with storage State-store successfully:-
CLI Commands used:-
Output:-
statestore.yaml:-
Check your statestore.yaml matches above file.
Logs:-