OfficeDev / microsoft-teams-apps-icebreaker

Icebreaker is an open-source app for Microsoft Teams that helps the whole team get closer by pairing members up every week at random to meet for coffee, burgers, pizza, or a walk around the block.
MIT License
174 stars 206 forks source link

Icebreaker bot - installed successfully but no actions showing in MS Teams #284

Closed dmczjc closed 1 year ago

dmczjc commented 1 year ago

I have deployed the Icebreaker bot for Teams manually into our testing Azure subscription and tenant. This has all completed successfully and the web job runs successfully without error.

I have installed the app within MS Teams, and added it to a team, but nothing is happening from this point.

I've manually triggered the web job - no change.

I've checked the TenantID and confirmed the Azure Subscription tenant is the same as the tenant in which the app is deployed.

I've also tried the automated deployment but it's failing on a number of unrecognised commands - from what I can tell, the az ad app commands have changed since this was written and some of the references are no longer valid, such as --available-to-other-tenants: https://learn.microsoft.com/en-us/cli/azure/ad/app?view=azure-cli-latest#az-ad-app-create

Any help in getting this working would be really appreciated. Ideally I'd like to get what I've already deployed working, but I'm also happy to try and get the auto-deployment working to see if that makes any difference. Output errors from that attempt are attached for reference. Many thanks.

AutoDeploy_ErrorOutputs.txt

gsv022 commented 1 year ago

Hi @zoecunningham87 , Thanks for raising the query. Please share the zipped manifest file

dmczjc commented 1 year ago

Manifest.zip @gsv022 Zipped manifest folder attached as requested. Thanks

dmczjc commented 1 year ago

@gsv022 are you able to advise any further? Thanks

gsv022 commented 1 year ago

Hi @dmczjc , There is a ongoing issue happening with localization files present in the manifest folder. We will be releasing the fix in the next week and will keep you posted on this.

Thank you

dmczjc commented 1 year ago

@gsv022 Brilliant thanks for the update, I'll keep an eye out for the fix. Many thanks

v-jaygupta commented 1 year ago

Hi @dmczjc , We have released the fixes for the localization issue. Kindly download the latest manifest files , re-configure it and upload it again.

ghost commented 1 year ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

dmczjc commented 1 year ago

@v-jaygupta many thanks - I've downloaded the updated files and deployed again and looks to now be working - many thanks.

Ok a side note, the guidance gives some additional configuration that could be done - are there any guides on how to actually do each one?