Azure / botbuilder-instrumentation-cs

BotBuilder Instrumentation (C#)
MIT License
5 stars 9 forks source link

Instrumentation failing in Azure if InMemoryDataStore() is used #21

Open ShujaathKhan opened 6 years ago

ShujaathKhan commented 6 years ago

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();

Below snap is shown image

AkshayLokare commented 5 years ago

Hi ShujaathKhan,

Any update on this.. Even i am also facing same problem