1

i need to add an login link in description to a MS Teams App as part of the information display before the app is installed. Documentation does mention a how to add link but how can I put it on the app's manifest/info like the image below?

So as per in screenshot i want to add link in description

1 Answers1

2

In the manifest in description section if you want to add hyperlink, you can do as below format:

    "description": {
    "short": "Sample Decription",
    "full": "FullDecsLink [FullLink](https://adaptivecards.io/designer/)"
  },

Attaching screenshot for reference: enter image description here

Prasad-MSFT
  • 660
  • 1
  • 3
  • 7
  • That markdown no longer works to show a hyperlink in the full description from the Teams Admin center. – Michael S. Scherotter Apr 26 '23 at 18:45
  • You are right, in Teams admin center the markdown doesn't work. We are checking with engineering team regarding the difference in behaviour. We will inform you once we get any update from them. Thanks for noticing! – Prasad-MSFT Apr 28 '23 at 12:34
  • We have raised a bug for the same. We will inform you once we get any further update from engineering team. Thanks! – Prasad-MSFT Jul 07 '23 at 07:55