Forum Discussion
ray2408
Mar 22, 2024Brass Contributor
Not getting the bot name
When we switched to the new Teams app. We are not getting the bot name in chat. But in classic teams, we can see the bot name as mentioned in the app.
John_Miller
Microsoft
Apr 07, 2024ray2408 Use the Bot Framework portal or Azure Bot Service resource in Azure, depending on which your using.
Jason1395
Apr 07, 2024Copper Contributor
John_Miller We also faced the same issue, I used the Teams Toolkit create the bot by default in VSCode.
We can change the bot icon successfully by changing the "icons"-->"color" in file manifest.json in old teams while it does not work in new teams.
- Jason1395Apr 15, 2024Copper Contributor
Thanks, I have changed the bot icon successfully by adding iconUrl in teamsapp.local.yml.
- Meghana-MSFTApr 12, 2024Former Employee
Jason1395 - Please use Bot Framework portal or Azure Bot Service resource in Azure as mentioned by John_Miller in previous comments.