Milind Kulkarni
Milind Kulkarni

Reputation: 1

Hosting an application-hosted media

Team,

As mentioned in the doc(https://learn.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/requirements-considerations-application-hosted-media-bots), the bot can be only deployed on service fabric and VM.

Observation

 1. We can only host on service fabric cluster or VM apart from Classic Cloud.

Questions.

 1. What are the dependencies so that it only works on above mentioned services?

 2. If not, can we use Azure AppService(WebApps) or AppService Instance to host?

Upvotes: 0

Views: 247

Answers (1)

Saonti-MSFT
Saonti-MSFT

Reputation: 151

Yes we can use Azure App Service to host a bot. You can get the detailed overview in this Documentation. Secondly, if you are using Azure service fabric or VM, the dependencies the already explained in this Link

Upvotes: 0

Related Questions