Skip to content

Commit 46edb5d

Browse files
committed
updated concepts
1 parent e194046 commit 46edb5d

File tree

2 files changed

+21
-34
lines changed

2 files changed

+21
-34
lines changed

articles/service-fabric/service-fabric-cluster-upgrade-standalone.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 11/12/2018
1717
ms.author: aljo
1818

1919
---
20-
# Upgrading an Azure Service Fabric stand alone cluster
20+
# Upgrading and updating a Service Fabric standalone cluster
2121

2222
For any modern system, designing for upgradability is key to achieving long-term success of your product. An Azure Service Fabric standalone cluster is a resource that you own. This article describes what can be upgraded or updated.
2323

@@ -26,21 +26,21 @@ Make sure that your cluster always runs a supported Service Fabric version. When
2626

2727
You can set your cluster to receive automatic fabric upgrades as they are released by Microsoft or you can manually select a supported fabric version you want your cluster to be on. For more information, read [Upgrade the Service Fabric version that runs on your cluster](service-fabric-cluster-upgrade-windows-server.md).
2828

29-
## Configuration settings
29+
## Customize configuration settings
3030

3131
Many different [configuration settings](service-fabric-cluster-manifest.md) can be set in the *ClusterConfig.json* file, such as the reliability level of the cluster and node properties. To learn more, read [Upgrade the configuration of a standalone cluster](service-fabric-cluster-config-upgrade-windows-server.md). Many other, more advanced, settings can also be customized. For more information, read [Service Fabric cluster fabric settings](service-fabric-cluster-fabric-settings.md).
3232

33-
## Node properties
33+
## Define node properties
3434
Sometimes you may want to ensure that certain workloads run only on certain types of nodes in the cluster. For example, some workload may require GPUs or SSDs while others may not. For each of the node types in a cluster, you can add custom node properties to cluster nodes. Placement constraints are the statements attached to individual services that select for one or more node properties. Placement constraints define where services should run.
3535

3636
For details on the use of placement constraints, node properties, and how to define them, read [node properties and placement constraints](service-fabric-cluster-resource-manager-cluster-description.md#node-properties-and-placement-constraints).
3737

3838

39-
## Capacity metrics
39+
## Add capacity metrics
4040
For each of the node types, you can add custom capacity metrics that you want to use in your applications to report load. For details on the use of capacity metrics to report load, refer to the Service Fabric Cluster Resource Manager Documents on [Describing Your Cluster](service-fabric-cluster-resource-manager-cluster-description.md) and [Metrics and Load](service-fabric-cluster-resource-manager-metrics.md).
4141

42-
## Patch the Windows OS in the cluster nodes
43-
Refer to [Patch Orchestration Application](service-fabric-patch-orchestration-application.md), which can be deployed on your cluster to install patches from Windows Update in an orchestrated manner, keeping the services available all the time.
42+
## Patch the OS in the cluster nodes
43+
The patch orchestration application (POA) is a Service Fabric application that automates operating system patching on a Service Fabric cluster without downtime. The [Patch Orchestration Application for Windows](service-fabric-patch-orchestration-application.md) can be deployed on your cluster to install patches in an orchestrated manner while keeping the services available all the time.
4444

4545

4646
## Next steps

articles/service-fabric/service-fabric-cluster-upgrade.md

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@ ms.date: 11/12/2018
1717
ms.author: aljo
1818

1919
---
20-
# Upgrading an Azure Service Fabric cluster
20+
# Upgrading and updating an Azure Service Fabric cluster
2121

2222
For any modern system, designing for upgradability is key to achieving long-term success of your product. An Azure Service Fabric cluster is a resource that you own, but is partly managed by Microsoft. This article describes what is managed automatically and what you can configure yourself.
2323

2424
## Controlling the fabric version that runs on your cluster
25-
You can set your cluster to receive automatic fabric upgrades as they are released by Microsoft or you can select a supported fabric version you want your cluster to be on.
25+
26+
Make sure to keep your cluster running a supported fabric version always. As and when we announce the release of a new version of service fabric, the previous version is marked for end of support after a minimum of 60 days from that date. The new releases are announced on the service fabric team blog. The new release is available to choose then.
27+
28+
14 days prior to the expiry of the release your cluster is running, a health event is generated that puts your cluster into a warning health state. The cluster remains in a warning state until you upgrade to a supported fabric version.
29+
30+
You can set your cluster to receive automatic fabric upgrades as they are released by Microsoft or you can select a supported fabric version you want your cluster to be on. To learn more, read [upgrade the Service Fabric version of your cluster](service-fabric-cluster-upgrade-version-azure.md).
2631

2732
## Fabric upgrade behavior during automatic upgrades
2833
Microsoft maintains the fabric code and configuration that runs in an Azure cluster. We perform automatic monitored upgrades to the software on an as-needed basis. These upgrades could be code, configuration, or both. To make sure that your application suffers no impact or minimal impact due to these upgrades, we perform the upgrades in the following phases:
@@ -68,33 +73,15 @@ If the cluster health policies are met, the upgrade is considered successful and
6873
In addition to the ability to set the cluster upgrade mode, here are the configurations that you can change on a live cluster.
6974

7075
### Certificates
71-
You can add new or delete certificates for the cluster and client via the portal easily. Refer to [this document for detailed instructions](service-fabric-cluster-security-update-certs-azure.md)
72-
73-
![Screenshot that shows certificate thumbprints in the Azure portal.][CertificateUpgrade]
76+
Service Fabric uses [X.509 server certificates](service-fabric-cluster-security.md) that you specify when you create a cluster to secure communications between cluster nodes and authenticate clients. You can add, update, or delete certificates for the cluster and client in the [Azure portal](https://portal.azure.com) or using PowerShell/Azure CLI. To learn more, read [add or remove certificates](service-fabric-cluster-security-update-certs-azure.md)
7477

7578
### Application ports
76-
You can change application ports by changing the Load Balancer resource properties that are associated with the node type. You can use the portal, or you can use Resource Manager PowerShell directly.
77-
78-
To open a new port on all VMs in a node type, do the following:
79-
80-
1. Add a new probe to the appropriate load balancer.
81-
82-
If you deployed your cluster by using the portal, the load balancers are named "LB-name of the Resource group-NodeTypename", one for each node type. Since the load balancer names are unique only within a resource group, it is best if you search for them under a specific resource group.
83-
84-
![Screenshot that shows adding a probe to a load balancer in the portal.][AddingProbes]
85-
2. Add a new rule to the load balancer.
86-
87-
Add a new rule to the same load balancer by using the probe that you created in the previous step.
88-
89-
![Adding a new rule to a load balancer in the portal.][AddingLBRules]
79+
You can change application ports by changing the Load Balancer resource properties that are associated with the node type. You can use the Azure portal, or you can use PowerShell/Azure CLI. For more information, read [Open application ports for a cluster](create-load-balancer-rule.md).
9080

91-
### Placement properties
92-
For each of the node types, you can add custom placement properties that you want to use in your applications. NodeType is a default property that you can use without adding it explicitly.
81+
## Node properties
82+
Sometimes you may want to ensure that certain workloads run only on certain types of nodes in the cluster. For example, some workload may require GPUs or SSDs while others may not. For each of the node types in a cluster, you can add custom node properties to cluster nodes. Placement constraints are the statements attached to individual services that select for one or more node properties. Placement constraints define where services should run.
9383

94-
> [!NOTE]
95-
> For details on the use of placement constraints, node properties, and how to define them, refer to the section "Placement Constraints and Node Properties" in the Service Fabric Cluster Resource Manager Document on [Describing Your Cluster](service-fabric-cluster-resource-manager-cluster-description.md).
96-
>
97-
>
84+
For details on the use of placement constraints, node properties, and how to define them, read [node properties and placement constraints](service-fabric-cluster-resource-manager-cluster-description.md#node-properties-and-placement-constraints).
9885

9986
### Capacity metrics
10087
For each of the node types, you can add custom capacity metrics that you want to use in your applications to report load. For details on the use of capacity metrics to report load, refer to the Service Fabric Cluster Resource Manager Documents on [Describing Your Cluster](service-fabric-cluster-resource-manager-cluster-description.md) and [Metrics and Load](service-fabric-cluster-resource-manager-metrics.md).
@@ -108,10 +95,10 @@ You can specify the custom health policies or review the current settings under
10895
![Manage custom health policies][HealthPolices]
10996

11097
### Customize Fabric settings for your cluster
111-
Refer to [service fabric cluster fabric settings](service-fabric-cluster-fabric-settings.md) on what and how you can customize them.
98+
Many different configuration settings can be customized on a cluster, such as the reliability level of the cluster and node properties. For more information, read [Service Fabric cluster fabric settings](service-fabric-cluster-fabric-settings.md).
11299

113-
### OS patches on the VMs that make up the cluster
114-
Refer to [Patch Orchestration Application](service-fabric-patch-orchestration-application.md), which can be deployed on your cluster to install patches from Windows Update in an orchestrated manner, keeping the services available all the time.
100+
## Patch the OS in the cluster nodes
101+
The patch orchestration application (POA) is a Service Fabric application that automates operating system patching on a Service Fabric cluster without downtime. The [Patch Orchestration Application for Windows](service-fabric-patch-orchestration-application.md) or [Patch Orchestration Application for Linux](service-fabric-patch-orchestration-application-linux.md) can be deployed on your cluster to install patches in an orchestrated manner while keeping the services available all the time.
115102

116103
### OS upgrades on the VMs that make up the cluster
117104
If you must upgrade the OS image on the virtual machines of the cluster, you must do it one VM at a time. You are responsible for this upgrade--there is currently no automation for this.

0 commit comments

Comments
 (0)