4

I am working on Microsoft Bot Framework, I am created the bot through Azure Bot Service in Azure Portal. When I am running my bot application in local emulator its working fine after that published into Azure Bot service.

enter image description here

Here my issue is whenever to test my application in in Azure Portal at Test In Web Chat option the test window will showing like this below.

enter image description here

Added the same bot to Skype channel there also I am not getting any response.

How can I resolve the problem?

James Z
  • 12,209
  • 10
  • 24
  • 44
sateesh
  • 605
  • 6
  • 16

2 Answers2

0

Please check your MicrosoftAppID and MicrosoftAppPassword are correctly mentioned in both your BotApplication as well as in Azure Bot Service. Also do check if the same is deployed properly and the MessagingEndpoint is correctly mentioned.

If this was just an issue with the channel your Test in WebChat could have worked properly.

kanwal019
  • 95
  • 11
  • Thanks for your suggestion and I am provided correct details in my both BotApplication as well as in Azure Bot Service and also checked the same deployed properly at my MessageingEndPoint also. – sateesh Mar 26 '18 at 06:38
  • You can try logging your application(store it in a blob). This might help you get a better idea of the issue. Helped me, when I created my bot ! – kanwal019 Mar 26 '18 at 08:53
0

From my experience, it is happen to me with the same situation. I think you select publish as Website. You should select publish as Deployment Script.

Eng Soon Cheah
  • 257
  • 1
  • 10
  • 42
  • Thanks for your replay and I can't understand how deploy through Script and when I am searching the same I am not able to get any reference URL. Could you please explain how to publish as Deployment Script. – sateesh Mar 29 '18 at 04:23