代码之家  ›  专栏  ›  技术社区  ›  rajesh-nitc

在azure上部署alexa桥

  •  0
  • rajesh-nitc  · 技术社区  · 6 年前

    我已经开发了一个使用微软BOT框架NoDEJS SDK的机器人。我想使用Alexa桥 https://github.com/CatalystCode/alexa-bridge 给我的机器人Alexa语音接口。实际上,在azure上部署网桥的最初步骤中,我遇到了麻烦。

    当我点击部署到Azure按钮上的Alexa桥GITHUB页面

    enter image description here

    它带我到我湛蓝的门户

    enter image description here

    我知道bot id,直连密码,但不知道服务器场id字段。create server farm字段采用true/false。在Azure Portal上部署桥梁需要做些什么?

    1 回复  |  直到 6 年前
        1
  •  3
  •   Gary Liu    6 年前

    这个 Server Farm Id 实际上是你的网络应用 App Service Plan 姓名。和布尔 Create Server Farm 确定她创建新应用服务计划的原因。可以根据需要设置值,下面是我的测试部署:

    enter image description here