Azure 通信服务 - 无法 运行 Azure 应用服务中的快速启动应用

Azure Communication Service - unable to run the quickstart app in Azure App Service

我目前正在设置 ReactJs 应用并将其部署到 Azure 应用服务中。我按照下面提供的说明进行操作 github url

https://github.com/Azure-Samples/communication-services-web-calling-tutorial

它在本地运行良好。但是,当我将它部署到 Azure App Service (https://webcallingappnode.azurewebsites.net/) 时,它失败并出现 404 错误,如下所示。

在 github url 的 代码结构 部分下,如下所示,它表示它使用简单的本地服务器进行令牌配置。

./webpack.config.js: Project bundler. Has a simple local server for user token provisioning.

这是否意味着它在部署到生产环境后不起作用?如果没有,那我该如何让它工作?

截至目前,您正在使用的示例需要实施为仅在本地工作的后端服务。您将需要实现获取令牌的方法。