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 Deployment without Azure Arm Template #233

Closed aburtosandy closed 2 years ago

aburtosandy commented 2 years ago

In our enviroment we are not able to run the ARM template for the creation and configuration of the resource and services required for ICEBREAKER to correctly be deployed. is there any guide we can use for the creation and configuration of the required resources and services using the Azure User interface?

We're currently getting this error:

innerError: {message: "The file could not be found in the app package.", code: "UnableToParseTeamsAppManifest",…} client-request-id: "d658d99c-819e-4cb8-a566-4f9f8dafdc9a" code: "UnableToParseTeamsAppManifest" date: "2022-03-10T14:17:21" innerError: {} message: "The file could not be found in the app package." request-id: "d658d99c-819e-4cb8-a566-4f9f8dafdc9a" message: "The file could not be found in the app package."

Regards, and thanks for your help!

Sandra

Porkai-Pandian commented 2 years ago

Hi @aburtosandy,

Thank you for raising the query, we're looking into the issue.

magurrapu commented 2 years ago

@aburtosandy The issue is due to the zip file does not include all the json resource file(s). Please select all the file(s) except the zip file, right click and send it to zip folder. Rename the zip folder and try to upload the package. Please let me know if it is still an issue.

I attached a sample screenshot. The target new zip file includes all the files except the already generated zip file as per the attached screenshot.

image

Porkai-Pandian commented 2 years ago

Hi @aburtosandy, please let us know if you've any updates on the response provided, if not we'll proceed with closing out the issue.