How to deploy a Teams-Toolkit app that uses an external API to a client? #12939
Unanswered
ArneJanning
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Visual Studio 2022 (Version 17.12.3 ) with the Teams Toolkit-Integration.
I used the "Chat With Your Data"-Template and selected Azure OpenAI, as we are Azure OpenAI customers.
Then I changed the
RenderDataAsync()
-method to call an external API that I have built and return the output to Teams:This works without problem when I test it locally, I can also import the appPackage.dev.zip and publish the app to my Office-365-org and it just works as expected.
But what do I have to distribute to my client in a different Office-365-org? If I give him my appPackage.dev.zip he is able to install it but the bot never gets any response, I don't even see any requests being made to my API.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions