Service Fabric

Andrew Kriptkvo 0 Reputation points
2023-04-16T06:42:31.54+00:00

My Azure Service Fabric Cluster consists of 5 nodes. I'm wondering how the OS updates are delivered to these nodes - does it happen automatically or do I need to take any actions to apply them?

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

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-04-16T06:43:32.3133333+00:00

    If you are using Azure Service Fabric Cluster, you can leverage the Virtual Machine Scale Set Automatic OS Image Update feature to automatically apply OS updates to the nodes. However, if your cluster is running outside of Azure, you can use an application we have provided to patch the underlying operating systems beneath your Service Fabric nodes.

    0 comments No comments

  2. Mohammed Sajid 1 Reputation point
    2023-04-24T16:15:06.4+00:00

    If you are using a Windows OS the following link might help, https://learn.microsoft.com/en-us/azure/service-fabric/how-to-patch-cluster-nodes-windows

    0 comments No comments

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.