
Am unable to deploy the skill and run it properly

Am unable to deploy the skill and run it properly
@jagadishj-1202 Based on the error did the deployment script deploy.ps1 complete successfully? It looks like cosmos DB "botstate-db" connection fails for state management of bot or the URI provided is invalid.
Can you tell me what configuration needs to be done in order to run the bot?
There is no clear documentation available for this.
[1]: https://microsoft.github.io/botframework-solutions/skills/samples/itsm/
@jagadishj-1202 Could you confirm if your virtual assistant is running without the skill? If you have downloaded and deployed the virtual assistant and its resources the appsettings.json file in your solution should have the settings for your cosmos DB which the bot uses to maintain state information. Based on the error the cosmos db endpoint connection settings maybe incorrect or the bot is unable to connect to it. The following should be the format in which the settings would be available in the appsettings.json file.
"cosmosDb": {
"authKey": "cosmos_auth_key",
"containerId": "<yourassistantname>-state",
"cosmosDBEndpoint": "https://<endpointname>:443/",
"databaseId": "botstate-db"
},
Hi @ jagadishj-1202 - I encountered the same problem while trying to follow itil practitioner guidance course...
38 people are following this question.