microsoft-teamsmicrosoft-appstudio

How to add an image to a Teams App manifest for a local app


For a local App that will be only available on our own tenant (so no publishing to the MS app store), I want to display an image / image carrousel on the app's "splash screen", just like the image below:

enter image description here

The image markdown seems to be supported, however when I add the image markdown, like so:

![No Image](https://test.com/test_picture.png)

It does not show the image, but the alternative text and a link to the image:

enter image description here

How can I display images like the example?


Solution

  • This is not part of the manifest. You can set this while submitting your app to the app store. Please reach out to teamsubm@microsoft.com for any further queries on this.