队员们,
正如文档(https://docs.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/requirements-considerations-application-hosted-media-bots)中提到的,机器人只能部署在服务结构和VM上。
观察
1. We can only host on service fabric cluster or VM apart from Classic Cloud.问题。
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?发布于 2021-03-03 18:14:12
是的,我们可以使用Azure应用程序服务来托管机器人。您可以在此Documentation中获取详细的概述。其次,如果您使用的是Azure服务结构或VM,则此Link中已经解释了依赖关系
https://stackoverflow.com/questions/65378926
复制相似问题