简体   繁体   English

是否可以在Service Fabric中仅部署应用程序参数(cloud.xml),而不必更改应用程序版本?

[英]Is it possible to deploy only Application Parameters (cloud.xml) in Service Fabric without having to change the Application version?

Is there a possibility to deploy only Application Parameters (cloud.xml) somehow without having to redeploy the code or upgrade the application version? 是否有可能以某种方式仅部署应用程序参数(cloud.xml),而无需重新部署代码或升级应用程序版本? For example after deploying the Application on Service fabric cluster, there could be a minor thing I might need to change in one of the parameters in cloud.xml. 例如,在将应用程序部署到Service Fabric群集之后,可能需要做些小事来更改cloud.xml中的一个参数。 And it won't make sense to upgrade the version of the Application for this minor change. 对于此较小的更改,升级应用程序的版本是没有意义的。 I have combed through various sites but did not find anything suitable. 我已经浏览了多个站点,但没有找到合适的站点。

I'd say - no, you can't do this. 我会说-不,您不能这样做。 Here is what Service Fabric application upgrade says on this - 这是Service Fabric应用程序升级对此的说明-

During an upgrade, Service Fabric compares the new application manifest with the previous version and determines which services in the application require updates. 在升级期间,Service Fabric会将新的应用程序清单与以前的版本进行比较,并确定应用程序中的哪些服务需要更新。 Service Fabric compares the version numbers in the service manifests with the version numbers in the previous version. Service Fabric将服务清单中的版本号与先前版本中的版本号进行比较。 If a service has not changed, that service is not upgraded. 如果服务未更改,则该服务不会升级。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 powershell 部署 Service Fabric 应用程序,无需 Service Fabric SDK - Deploy Service fabric application from powershell without service fabric SDK 无需构建步骤就可以将代码部署到Azure云服务吗? - Is it possible to deploy code to an Azure Cloud Service without a build step? Team Services部署到本地Service Fabric,而没有暴露的终结点 - Team Services deploy to on-premise Service Fabric without exposed endpoint 使用PowerShell将应用程序部署到服务结构 - Deploy app to service fabric with PowerShell 如何从Powershell打包Service Fabric应用程序? - How can I package a Service Fabric application from Powershell? Azure DevOps Pipeline 更改服务结构应用程序的证书权限 - Azure DevOps Pipeline changing certificate permissions for service fabric application 使用Powershell对Azure安全服务结构进行身份验证,而无需输入凭据 - Authenticate to Azure Secure Service Fabric using Powershell without having to enter credentials 如何从Visual Studio将应用程序的多个实例发布到Service Fabric群集? - How do I publish multiple instances of an application to Service Fabric cluster from Visual Studio? 如何使用C#修改Power Fabric应用程序包,例如powershell命令“ Test-ServiceFabricApplicationPackage”? - How to Varify a Service Fabric application package using C# like the powershell command “Test-ServiceFabricApplicationPackage”? 在 C#/Powershell 中 - 是否可以更改 IIS 应用程序池的空闲超时? - in C#/Powershell - Is it possible to change the Idle TimeOut for an IIS Application Pool?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM