【发布时间】:2018-04-02 18:40:11
【问题描述】:
我在 Google App Engine 上使用 node-mssql 来查询托管在 Azure 上的 Sql 数据库。我遇到的问题是 App Engine 节点服务器不断更改 IP 地址。因此,我必须将 Azure 上所有可能的(我不知道有多少)IP 地址列入白名单。有没有其他办法解决这个问题?
【问题讨论】:
-
根据我在文档中看到的内容,您可以关闭 Azure 上的防火墙过滤(不推荐)或从 App Engine(或 Azure)切换到其他东西,因为静态 IP 映射到应用程序不是可以在 App Engine 中 (cloud.google.com/appengine/kb)
标签: google-app-engine azure-sql-database node-mssql