You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2021. It is now read-only.
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
