Looking to customize the conversation with an Azure Chatbot (developed with Typescript) on a webchat or directLine channel (changing the color of the conversation, one for the bot and one for the user, for example). I've been following the guidelines from this Microsoft documentation: https://learn.microsoft.com/fr-fr/azure/bot-service/bot-builder-webchat-customization?view=azure-bot-service-4.0
While it works locally when I add an index.html file to my project using the command npx serve
, after deploying my entire project on an app service in the Azure Portal connected to my Azure Bot service, I can't see the changes on the direct line or webchat in production. Is there something within Azure services that may be blocking the custom modifications when my bot is on a production channel?
Any help would be appreciated! Thanks!