An Azure service that provides a general-purpose, serverless container platform.
@SriRaghavendran Prabhakaran I'm glad to see you were able to resolve the issue. Thanks for sharing your solution so that others experiencing the same thing can easily reference this. Since the Microsoft Q&A community has a policy that the question author cannot accept their own answer, they can only accept answers by others, I'll repost your solution in case you'd like to Accept the answer.
Issue: Encountered below exception while running with dapr Actor in Azure container app with statestore as Azure table storage,
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?
Resolution: the component (Azure storage table), is not supported for Actor state store.
Please 'Accept as answer' and ‘Upvote’ so that it can help others in the community looking for help on similar topics.