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?
Asked
Active
Viewed 210 times
1
-
Could you please elaborate your issue , what are you trying to achieve? Any screenshot/detailed explanation will be helpful – Prasad-MSFT Jan 31 '22 at 05:21
-
check screenshot – Tejas Sanjay Chaudhari Jan 31 '22 at 06:13
1 Answers
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/)"
},

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