Application Insights outputs less information when I publish the bot to Azure using Azure CI/CD pipeline

Daniel Hjelm
45
Reputation points
When I build an Azure CI/CD pipeline for my Composer bot following this guide: https://learn.microsoft.com/en-us/composer/how-to-cicd, the Application Insights logging becomes so much worse. As an example, here is what the "name" of the logs looked like when I used the CI/CD:
versus how it looks like when I publish it directly from Bot Framework:
In addition, it doesn't track response time, server requests, failed requests etc. which it does when I publish it directly from Bot Framework.
{count} votes
@Ramr-msft I raised an issue two weeks ago but have not received any response yet: https://github.com/microsoft/BotFramework-Composer/issues/9535
Is there a way to elevate the issue?
@Ramr-msft