I have bot that working fine with local machine when published to local machine.
[15:14:02] -> POST 200 [conversationUpdate]
[15:14:06] Warning: The Bot Framework State API is not recommended for production environments, and may be deprecated in a future release. Learn how to implement your own storage adapter.
[15:14:06] <- GET 200 getConversationData
[15:14:06] <- GET 200 getPrivateConversationData
[15:14:07] <- GET 200 getUserData
When I publish this to Azure bot do not reply to messages, status is becoming like this:
[15:24:10] -> POST 200 [conversationUpdate]
[15:24:10] -> POST 200 [conversationUpdate]
[15:24:13] -> POST 200 [message] hello
Application insights register message events, but nothing happens after this event.
All the web.configs are copied correctly.
