2
votes

I'm looking way to change icons of my bot (botframework botbuilder c# azure web app) using manifest.json (https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema) they work like a charme for green icon and doesn't work for the 2 red circle ? :' : enter image description here

I didn't know if it's a problem due to the picture but i have following the site and preconization : https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema

Note : All icon work if i'm deploy the bot using channel link registration on Azure portal.

Sincerely, Pascal.

1
Could you link the icon images as well? - Mark B
Hello Mark, sorry for the time to respond. I have use multiple icon but this errors append when i try to change the icon to another. - Sanpas
If possible, posting the icon image itself would aid in helping you to figure out what is wrong with changing the images. - Mark B
I have find the solution it"s not a problem off the icon image on manifest. But it's a problem due to the icon setting in Azure Portal. Thx for your help. - Sanpas
Please post your solution below in case other users run into this problem. - Mark B

1 Answers

1
votes

According to Tech Community this is a caching issue. Related to the fact, that all personal chats continue in the previous thread, and threads can't be deleted.

The claim is that new users will see the correct icon (I have not verified this).


UPDATE:

The 'red' icons are set in the Teams App manifest json package.

The 'green' icon set in the Azure App Registration, being registered with the bot app.