Image hosted internally inaccessible on MS Teams client
Image hosted internally inaccessible on MS Teams client
Image hosted internally inaccessible on MS Teams client
Re: Image hosted internally inaccessible on MS Teams client
For rendering image in adaptive card, it has to be hosted in public content-delivery network (CDN). Here the [official document link](https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-reference#common-properties-for-all-cards).
It worked in WebChat client because in browser your authentication is already cached where as in Teams App there is no cache and the image requires authentication.
You need to host the image in public domain or Azure Blob storage to make it work.
It worked in WebChat client because in browser your authentication is already cached where as in Teams App there is no cache and the image requires authentication.
You need to host the image in public domain or Azure Blob storage to make it work.