You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-deploy-anywhere.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
---
2
2
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.
4
4
ms.topic: conceptual
5
5
ms.author: tomcassidy
6
6
author: tomvcassidy
7
7
ms.service: service-fabric
8
8
ms.custom: linux-related-content
9
9
services: service-fabric
10
-
ms.date: 07/14/2022
10
+
ms.date: 05/13/2024
11
11
---
12
12
13
13
# Comparing Azure and standalone Service Fabric clusters on Windows Server and Linux
14
14
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.
16
16
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).
18
18
19
19
## Benefits of clusters on Azure
20
20
@@ -29,7 +29,7 @@ On Azure, we provide integration with other Azure features and services, which m
29
29
30
30
## Benefits of standalone clusters
31
31
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.
33
33
* Service Fabric applications, once written, can be run in multiple hosting environments with minimal to no changes.
34
34
* Knowledge of building Service Fabric applications carries over from one hosting environment to another.
35
35
* Operational experience of running and managing Service Fabric clusters carries over from one environment to another.
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-linux-windows-differences.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,24 @@ author: tomvcassidy
7
7
ms.service: service-fabric
8
8
ms.custom: linux-related-content
9
9
services: service-fabric
10
-
ms.date: 07/14/2022
10
+
ms.date: 05/13/2024
11
11
---
12
12
13
13
# Differences between Service Fabric on Linux and Windows
14
14
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:
16
16
17
17
* 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
19
19
* Console redirection (not supported in Linux or Windows production clusters)
20
20
* 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)
24
24
*[Difference in Service Fabric Events Channel](service-fabric-diagnostics-overview.md#platform-cluster-monitoring)
25
25
26
26
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
0 commit comments