Stuck in Service upgrade

Viktor Kaznovsky 101 Reputation points
2020-08-14T08:39:52.377+00:00

After getting a 'Upgrade service unreachable',
I looked to the version (7.0.470.9590) and found that it ran out of support. I tried a Fabric upgrade to the latest version: 7.1.428.9590 , with Manual mode and default policy, as in:
https://video2.skills-academy.com/en-us/azure/service-fabric/service-fabric-cluster-upgrade-version-azure

but I get an 'Updating cluster' message, without the possibility to save.

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

Accepted answer
  1. Viktor Kaznovsky 101 Reputation points
    2020-09-22T19:47:51.787+00:00

    Hi !
    I have solved the problem, after having opened an Azure Case and received guidance as well as advice.
    The situation briefly was the following:
    Problem: there were actually several error messages whose interrelationship unfortunately prevented a straightforward solution:
    a. the first one was: (Service Fabric cluster) "upgrade service unreachable", then I detected a second one at "Fabric upgrades":
    b. the text was "The current fabric version is no longer supported. Upgrade your cluster as soon as possible. Click to learn about supported versions". My version was 7.0.470.9590.
    I mistakenly associated the two and didn't look closer to "Security". In time, I realized that the self signed certificate was expired. This is why the automatic upgrade could not be performed.
    Solution: in order to learn from this situation, I chose not to redeploy the cluster+publish the .NET application. Under the supervision of the Azure Support staff, I went through the following steps:

    Having corrected all errors of the cluster, I published the application on the cluster, with the new certificate.
    This ended all issues with the application. The environment was Dev.

    I hope this helps others too.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.