thub.users.profile.tabs.comments.personalized


@MikeChlipala-2968 - Please use this link to raise feature request: Microsoft Teams Community

Hello @AmirSohail-0150 - We are here to help you for all your Teams App development related queries.

However, if you have any business critical issue which need immediate attention, please raise a support request here:
https://docs.microsoft.com/en-us/microsoft-365/admin/get-help-support?view=o365-worldwide&tabs=online

Please let us know if you have any further query here?

@TekanePhasha-9775 - Can you please share the repro steps and supporting document for our investigation ?

@FurkanCengiz-1134 - Can you please share the steps or doc that you have used to create enterprise application?
Have you developed a Web app or Teams apps ?
If it's a web app then you need to integrate it inside a Tab in Teams:
Reference doc link: https://docs.microsoft.com/en-us/microsoftteams/platform/samples/integrating-web-apps

Hello @HarshBharadwaj-4368 - As asked previously, Can you please share the repro steps and docs that your are following to create channel and for adding members in it ?
Have you created private or public team/channel ?

@SuchethanathRavindranath-9729 - You are directly trying to show your page on configurable tab popup page.
Ideal way is to first save the configuration and then redirect/display a created custom page on pinned tab.

Reference sample:
https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-deeplink

https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/tab-deeplink/csharp/DeepLinkBot/Views/Home/Configure.cshtml

Hello @SimonNTT - Can you please also share the console logs to investigate on your issue?

Hello @SimonNTT - Can you please follow below documentation and check it once from your end:
https://docs.microsoft.com/en-us/MicrosoftTeams/manage-apps

If you are still not able to resolve this issue, Please check with your organization's M365 admin.

Hello @AmirSohail-0150 - One way is to handle the meeting events in bot and then you can call your external app's API's end point.

Reference sample code: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/meetings-events

anonymous user - Looks like the connectivity issue at your end.
Can you please try it again and confirm here.

Are you creating console application or Web app using .Net + C#?

Are you developing Microsoft Teams application ?
How are you adding Adaptive Card in meeting occurrence, can you please share the repro steps or please share the doc that you are following ?

@PriyankaSingh-6085 - Can you please share your Adaptive Card JSON ?

Please check it after sometime and try to update it again.
Also, you can try it in Web version and check it once.