在 Windows 10 上部署 Service Fabric 应用

Deploy Service Fabric app on Windows 10

是否可以在 Windows 10 机器上 运行 release/production 版本的 Service Fabric 应用程序?

简答:不可以,只有本地开发集群可以。

当 运行 在 Azure 上时,它默认带有 Windows 服务器。 (我认为是2012 R2)

当 运行 在本地时,这些是要求 (source)

Step 2: Prepare the machines to meet the prerequisites Prerequisites for each machine that you want to add to the cluster:

  • A minimum of 16 GB of RAM is recommended.
  • A minimum of 40 of GB available disk space is recommended.
  • A 4 core or greater CPU is recommended.
  • Connectivity to a secure network or networks for all machines.
  • Windows Server 2012 R2 or Windows Server 2016.
  • .NET Framework 4.5.1 or higher, full install.
  • Windows PowerShell 3.0.
  • The RemoteRegistry service should be running on all the machines.