OfficeDev / microsoft-teams-apps-greatideas

An “innovation challenge” system that lets employees submit and share ideas and insights, with voting and contests. An app using which employees can submit an innovative idea in a selected category to be visible to all colleagues and leadership, ideas can be voted upon and a leader board of best idea contributors can be shared. This app can also be a route to file patent ideas by anyone in an organization.
MIT License
84 stars 35 forks source link

No option to enter Manifest ID during Custom deployment #6

Closed Snowfox05 closed 4 years ago

Snowfox05 commented 4 years ago

Step 2 point 6 d. references a Manifest ID, however during the custom deployment in Azure there isn't an field to enter this data into.

Thanks

gmccollin commented 4 years ago

Followed the instructions to the letter (also agree with Snowfox05 comment). Able to install the app in Teams but when going to "Great Ideas" tab get the following message.

"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable"

image

abbodh commented 4 years ago

Hi @Snowfox05 @gmccollin - sorry to hear about the issue you faced. The manifest id is not required, and the deployment guide is updated in order to reflect the same.

@gmccollin - the error you see seems to be generic and could be due to misconfiguration in manifest file. Can you please check and confirm the static tab URL.

gmccollin commented 4 years ago

Thanks for coming back to me, the static tab URL is

        "contentUrl": "https://GreatIdeas.azurefd.net/ideas",
abbodh commented 4 years ago

Hi @gmccollin - thanks for letting know. Can you send a screenshot of the resources created to confirm that 'GreatIdeas' resources created correctly. Also, can you confirm if the app service is running.

abbodh commented 4 years ago

Ohh... looks like there is a bug in the ARM deployment file. Can you please navigate to your Azure app services > Settings > Configuration > Application Settings > Advanced edit .

Can you please change 'App:TeamLink' key to 'App:CuratorTeamLink'.

The fix is under review and should be merged soon #7

gmccollin commented 4 years ago

@abbodh, made the Azure app services change image

but still no joy in fact now have a invalid URI image

Please also see resources created and the service is running image

gmccollin commented 4 years ago

do you have any update? i have recreated all the steps again but still erroring.

Does this work for other people or am i the first to try to install?

abbodh commented 4 years ago

Hi @gmccollin , I tried to perform the deployment again in a new test tenant and interestingly the build reported the npm error for app service. The fix is under review and will be merge soon with PR #7.

Would it be possible for you to share the bug details. You can go to app service > deployment center and check whether the deployment succeeded. If shows as failed, please check the logs and share it.

Apologize for the trouble.

abbodh commented 4 years ago

Hi @gmccollin - can you try to sync the latest changes to verify whether the build is succeeded or not. Please refer https://github.com/OfficeDev/microsoft-teams-apps-greatideas/wiki/Continuos-deployment#continuous-deployment-in-azure-app-services to leverage continuous deployment to upgrade the solution.

Looking forward for the feedback.

abbodh commented 4 years ago

@gmccollin - let us know if the deployment succeeded. We have revised the deployment instructions for better clarity. Feel free to open a new issue if the problem still persists.

laracloud123 commented 2 years ago

@abbodh have you fixed this issue? I still get the failure message: "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." Thanks