Forum Discussion
Getting "Unable to reach app. Please try again." while searching content from custom app in teams
aniketkadwane1600 - Teams does not handle the tab search iteams you need to implement it in your code. Could you please try to implement bot and message extension. Could you please check this sample to implement the message extension search.
Nikitha-MSFT - For only search in Teams search box we need to implement messaging extension?
Please see attached image.
- SdAggApr 05, 2023Copper Contributor
Nikitha-MSFT Hi Nikita, I have integrated a custom team app which is develop in .Net and deploy on Azure web apps and In Teams side messaging changes I provide the Microsoft App ID and Configuration URL of my Azure web app. It was working fine but when I create new Azure web app and deploy same code Microsoft App ID was not there, so I create Azure bot with enable channel for teams and provide Messaging endpoint into that bot and it's Microsoft App ID I have given in appsettings.json which is on my new Azure web app. Now on team side I have update my bot id with Microsoft App ID and add command in my Messaging extension section. it's showing me Unable to reach app. Please try again. Can you please help me on this.
- aniketkadwane1600Aug 14, 2020Copper ContributorThank you for your response.
- Nikitha-MSFTAug 14, 2020Former Employee
aniketkadwane1600 - yes you need to implement the message extension search, Since teams search does not handle the tab items in your app.