Hi Team,
The Bot itself is going for toss when deployed in azure, where as it working fine in emulator during the course of development.
In Global.asax.cs file we've setting
var store = new InMemoryDataStore(); // volatile in-memory store
bld.Register(c => store)
.Keyed<IBotDataStore>(AzureModule.Key_DataStore)
.AsSelf()
.SingleInstance();
Hi Team, The Bot itself is going for toss when deployed in azure, where as it working fine in emulator during the course of development.
In Global.asax.cs file we've setting
Below snap is shown