Service Fabric 和 Windows 更新

Service Fabric and Windows Update

Service Fabric VM 是否接收辅助角色等自动安全更新?如果没有,未来有没有解决这个问题的计划?我们应该如何手动应用更新?

A​​zure VM 规模集今天不会自动 patched/upgraded,并且由于 Service Fabric 构建在 VM 规模集之上,因此这些 VM 也不会自动修补。

来自文档:

OS patches on the VMs that make up the cluster
     This capability is planned for the future as an automated feature. But currently, you are responsible to patch your VMs. You must do this one VM at a time, so that you do not take down more than one at a time.

OS upgrades on the VMs that make up the cluster
    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.

查看此处了解更多信息:

https://azure.microsoft.com/en-us/documentation/articles/service-fabric-cluster-upgrade/#cluster-configurations-that-you-control

现在有一个应用程序!

The patch orchestration application is a Azure Service Fabric application that automates operating system patching on a Service Fabric cluster on Azure without downtime.

https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-patch-orchestration-application