gpt4 book ai didi

Azure 不会覆盖应用程序设置

转载 作者:行者123 更新时间:2023-12-04 23:41:33 24 4
gpt4 key购买 nike

在我的 Azure 应用服务中,我想更新应用程序设置,但从 VS 发布后, key 不会覆盖本地 Web.config 中的值

在 Azure 中,它看起来像: enter image description here

在结果中,我在 azure 上的 web.config 包含来自本地设置的值

  <connectionStrings>
<add name="MainConnectionString" connectionString="ConnectionStringToReplaceByAzure" providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<add key="MS_SigningKey" value="Overridden by portal settings" />
</appSettings>

最佳答案

Azure 永远不会物理修改您的 web.config 文件。相反,Azure 应用程序设置会在运行时注入(inject)配置系统。因此,即使您在 web.config 中看不到它,如果您从应用程序中查询它,您也会获得正确的值。

关于Azure 不会覆盖应用程序设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35869849/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com