Forum Discussion
SadPython
Jun 12, 2024Copper Contributor
Embed existing app in teams tabs
I have an existing web app and I'd like to deploy a teams tab to the MS app store that simply embeds my app. I'm wondering if there is a way to avoid building an entirely separate app. I'd like to ju...
SadPython
Jun 16, 2024Copper Contributor
If my goal was to upload this to the MS app store for everyone, would I still just need to package my zip and icons?
Also, the manifest accesses env variables I have stored somewhere. Do I include that in the appPackage? Or do I need to hardcode that info?
If I'm hosting my existing app on aws, can I host the app package in S3 as well? I'm not sure I can spin up an entire azure tech stack for this.
Prasad_Das-MSFT
Microsoft
Jul 03, 2024SadPython - To upload your app to the Microsoft Store, you'll need to package your zip and icons, and also include your app's manifest file. The manifest file should not contain hardcoded environment variables. Instead, it should reference the variables stored elsewhere, which is a secure practice to manage sensitive information like API keys.