I am a beginner in Microsoft BOT Development. I am trying to create a BOT Application that sends proactive messages to connected users. I got a GitHub repo source code.
I have already created an app in the Azure portal and used these credentials to the local development environment and use Bot Emulator for connecting the BOT application. Everything works fine in the local environment, I can connect the BOT Emulator with the local development environment. After the deployment (deployment documentation URL) I can't connect the BOT through Emulator it always shows a message, Cannot post activity unauthorized
I already copied the AppID and Password to the '.env' file. This AppID and Password works fine in the local development. Is there any additional configuration needed to connect the BOT after the deployment?