Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

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

@ShujaathKhan

Description

@ShujaathKhan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions