how to get chat history from azure table storage
问题 Since we are forced to drop the stateclient and move to a custom storage, in my case an azure table storage. Using my storageexplorer I can see that it already saved conversation data on my azure. How can I update my ff code to get past chat history? Before I'm using a IActivityLogger class to log a conversation, but now I'm confused on how to update it. Global Asax Before: protected void Application_Start() { var builder = new ContainerBuilder(); builder.RegisterType<Logger>()