【发布时间】:2019-02-03 07:10:18
【问题描述】:
我正在尝试在 Azure 上部署基于 Javascript 的示例 Apollo GraphQL Server,但它无法正常工作。尝试了以下方法
1) Create Azure Web App (Linux + Node Runtime) with ZipDeploy of tested app
2) Create Web App with Node Starter template and do ZipDeploy
3) Create Ubuntu VM and install Node+NPM followed by deploying app
在上述所有情况下,我都怀疑是端口问题,但我找不到正确的调整。使用以下教程创建了带有 apollo 服务器的示例 NodeJS 应用程序
https://www.apollographql.com/docs/apollo-server/getting-started.html
如果有人成功部署了apollo graphql server,请指教
【问题讨论】:
标签: azure azure-web-app-service graphql apollo-server