azure - Service Fabric (ASP.NET Core) 中的应用程序设置

标签 azure asp.net-core .net-core azure-service-fabric

是否可以在运行时更新 Service Fabric 中的应用程序设置和连接字符串 like it is possible in Azure App Services

唯一similar solution我发现涉及更新虚拟机规模集 (VMSS),据我所知,它为规模集中的每个虚拟机设置环境变量,而且我对共享这些变量的应用程序不感兴趣。

另一种解决方案可能是更新 appsettings.json 并部署新版本,但我更希望能够做到这一点。

最佳答案

无法进行全局配置更改。服务的配置应包含在服务的配置包中,并以版本化、滚动升级的方式进行更改。

关于azure - Service Fabric (ASP.NET Core) 中的应用程序设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40102859/

相关文章:

azure - 适用于 Azure 的 FHIR 服务器 : Azure AD mechanism when there are multiple servers

xml - Azure B2C 自定义策略注册 UI - 删除显示名称

asp.net-core - 在 JwtBearerOptions 中指定用于 Azure Active Directory 身份验证的客户端 key

c# - Excel CSV 编码问题

asp.net - 如何在 ASP.NET vNext MVC 6 (beta1) 项目之间共享 View ?

c# - 将代码/bin 文件(重新)部署到(多个)Windows Azure 虚拟机的方法

database - Azure DTU 计算

c# - EF Core 到 Mysql 表绑定(bind)

asp.net-core - 如何在 Windows 构建服务器上使用本地包进行 dotnet 构建

.net-core - 我可以使用 NETStandard.Library 1.5.0-rc2-24027 定位 netstandard1.6 吗?