0
votes

When published to Azure, my bot does not show a splash message when a new user opens webchat. It works as expected locally via the emulator.

I've replicated this with the "send welcome message to users" sample code https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-send-welcome-message?view=azure-bot-service-4.0&tabs=csharp. Again, this works as described locally using the emulator but when published to Azure, the various events are not fired as compared to the emulator.

All the other subsequent bot functions work fine.

1

1 Answers

0
votes

After more digging, I found a marginally related question / answer that mentioned to make sure to check the "Remove additional files at destination" which is not checked by default. This appears to have fixed my problem.