Skip to content

Commit aa2520e

Browse files
Merge pull request #275204 from tomvcassidy/removingPromissoryLinuxNotes
removing promissory linux notes and clarifaction linux limitations
2 parents e5234d0 + 88f9999 commit aa2520e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/service-fabric/service-fabric-deploy-anywhere.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Overview of Azure and standalone Service Fabric clusters
3-
description: You can create Service Fabric clusters on any VMs or computers running Windows Server or Linux. This means you are able to deploy and run Service Fabric applications in any environment where you have a set of Windows Server or Linux computers that are interconnected- on-premises, Microsoft Azure, or with any cloud provider.
3+
description: Analysis of differences between Azure and standalone Service Fabric clusters on Windows Server and Linux machines.
44
ms.topic: conceptual
55
ms.author: tomcassidy
66
author: tomvcassidy
77
ms.service: service-fabric
88
ms.custom: linux-related-content
99
services: service-fabric
10-
ms.date: 07/14/2022
10+
ms.date: 05/13/2024
1111
---
1212

1313
# Comparing Azure and standalone Service Fabric clusters on Windows Server and Linux
1414

15-
A Service Fabric cluster is a network-connected set of virtual or physical machines into which your microservices are deployed and managed. A machine or VM that is part of a cluster is called a cluster node. Clusters can scale to thousands of nodes. If you add new nodes to the cluster, Service Fabric rebalances the service partition replicas and instances across the increased number of nodes. Overall application performance improves and contention for access to memory decreases. If the nodes in the cluster are not being used efficiently, you can decrease the number of nodes in the cluster. Service Fabric again rebalances the partition replicas and instances across the decreased number of nodes to make better use of the hardware on each node.
15+
A Service Fabric cluster is a network-connected set of virtual or physical machines into which your microservices are deployed and managed. A machine or virtual machine (VM) that is part of a cluster is called a cluster node. Clusters can scale to thousands of nodes. If you add new nodes to the cluster, Service Fabric rebalances the service partition replicas and instances across the increased number of nodes. Overall application performance improves and contention for access to memory decreases. If the nodes in the cluster aren't being used efficiently, you can decrease the number of nodes in the cluster. Service Fabric again rebalances the partition replicas and instances across the decreased number of nodes to make better use of the hardware on each node.
1616

17-
Service Fabric allows for the creation of Service Fabric clusters on any VMs or computers running Windows Server or Linux. This means you are able to deploy and run Service Fabric applications in any environment where you have a set of Windows Server or Linux computers that are interconnected, be it on-premises, Microsoft Azure, or with any cloud provider.
17+
Service Fabric allows for the creation of Service Fabric clusters on any VMs or computers running Windows Server or Linux. However, [standalone clusters](service-fabric-standalone-clusters-overview.md) aren't available on Linux. For more information about the differences in feature support for Windows and Linux, see [Differences between Service Fabric on Linux and Windows](service-fabric-linux-windows-differences.md).
1818

1919
## Benefits of clusters on Azure
2020

@@ -29,7 +29,7 @@ On Azure, we provide integration with other Azure features and services, which m
2929

3030
## Benefits of standalone clusters
3131

32-
* You are free to choose any cloud provider to host your cluster.
32+
* You're free to choose any cloud provider to host your cluster.
3333
* Service Fabric applications, once written, can be run in multiple hosting environments with minimal to no changes.
3434
* Knowledge of building Service Fabric applications carries over from one hosting environment to another.
3535
* Operational experience of running and managing Service Fabric clusters carries over from one environment to another.

articles/service-fabric/service-fabric-linux-windows-differences.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ author: tomvcassidy
77
ms.service: service-fabric
88
ms.custom: linux-related-content
99
services: service-fabric
10-
ms.date: 07/14/2022
10+
ms.date: 05/13/2024
1111
---
1212

1313
# Differences between Service Fabric on Linux and Windows
1414

15-
There are some features that are supported on Windows, but not yet on Linux. Eventually, the feature sets will be at parity and with each release this feature gap will shrink. The following differences exist between the latest available releases.
15+
There are some features that are supported on Windows but not on Linux. The following differences exist between the latest available releases:
1616

1717
* Envoy (Reverse Proxy) is in preview on Linux
18-
* Standalone installer for Linux is not yet available on Linux
18+
* Standalone installer isn't available on Linux
1919
* Console redirection (not supported in Linux or Windows production clusters)
2020
* The Fault Analysis Service (FAS) on Linux
21-
* DNS service for Service Fabric services (DNS service is supported for containers on Linux)
22-
* CLI command equivalents of certain PowerShell commands (list below, most of which apply only to standalone clusters)
23-
* [Differences in log implementation that may affect scalability](service-fabric-concepts-scalability.md#choosing-a-platform)
21+
* Domain Name System (DNS) service for Service Fabric services (DNS service is supported for containers on Linux)
22+
* CLI command equivalents of certain PowerShell commands detailed in [PowerShell cmdlets that don't work against a Linux Service Fabric Cluster](#powershell-cmdlets-that-dont-work-against-a-linux-service-fabric-cluster). Most of these cmdlets only apply to standalone clusters.
23+
* [Differences in log implementation that can affect scalability](service-fabric-concepts-scalability.md#choosing-a-platform)
2424
* [Difference in Service Fabric Events Channel](service-fabric-diagnostics-overview.md#platform-cluster-monitoring)
2525

2626

27-
## PowerShell cmdlets that do not work against a Linux Service Fabric cluster
27+
## PowerShell cmdlets that don't work against a Linux Service Fabric cluster
2828

2929
* Invoke-ServiceFabricChaosTestScenario
3030
* Invoke-ServiceFabricFailoverTestScenario

0 commit comments

Comments
 (0)