I have implemented custom state data store with Azure Cosmos DB as instructed in here - Manage custom state data with Azure Cosmos DB
It works fine. The azure extension has created a db called 'botdb' and a collection called 'botcollection' in my Cosmos DB endpoint.
Is there anyway that i can change the db name from 'botdb' to something else?
Otherwise i am able to store state data, only for one bot in one Cosmos DB endpoint. I am planning to store state data for multiple bots in same Cosmos DB endpoint.
Will i have to manually implement IBotDataStore?