【发布时间】:2015-07-03 02:05:36
【问题描述】:
我将 ElCamino's Azure Identity Storage 用于托管为 Azure Web 应用程序的网站。
对于部署,我让 Azure 监视 Github 存储库。存储库是公开的。
我的问题是我想在 Azure 中存储 Azure 存储的连接字符串/密钥,并在部署时将其插入到 Web.config 中。 ElCamino 在其自己的配置部分使用 Web.config 元素 elcaminoIdentityConfiguration。我已经在 web 应用程序的 config 下看到了连接字符串和 appSettings 选项,但我无法弄清楚在从公共 Github 存储库部署时如何安全地存储任意 web.config 转换。
【问题讨论】:
标签: .net azure connection-string asp.net-identity