Config only update on Service Fabric 10.1 using --force-restart does not restart applications

Steve Sherwood 0 Reputation points
2024-12-16T14:32:45.3433333+00:00

All of my applications in my service fabric cluster read configuration directly from Azure KeyVault on start up. To change the configuration we do a config only update of a deployed application changing a "timestamp" value in the service's parameters, and then do a config only update using the SFCTL command line tool with --force-restart to restart the underlying apps on each node. The cluster seems to go through the motions, but the underlying applications are not restarted. This seems to have started since v10 of service fabric. Is there a work around for this without having to deploy a complete new version of the software?

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
272 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.