From 3bba11999e23334a51f3e90206b33d54217b6860 Mon Sep 17 00:00:00 2001 From: Meena Saravanan Date: Thu, 28 Apr 2022 13:58:31 -0700 Subject: [PATCH 1/4] Update how-to-patch-cluster-nodes-windows.md --- articles/service-fabric/how-to-patch-cluster-nodes-windows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/service-fabric/how-to-patch-cluster-nodes-windows.md b/articles/service-fabric/how-to-patch-cluster-nodes-windows.md index ca9da5dc1fd67..998564c8dc61b 100644 --- a/articles/service-fabric/how-to-patch-cluster-nodes-windows.md +++ b/articles/service-fabric/how-to-patch-cluster-nodes-windows.md @@ -30,6 +30,8 @@ When enabling automatic OS updates, you'll also need to disable Windows Update i > [!IMPORTANT] > Service Fabric does not support in-VM upgrades where Windows Updates applies operating system patches without replacing the OS disk. +> [!NOTE] +> When managed disks are used ensure that Custom Extension script for mapping managed disks to drive letters handles reimage of the VM correctly. See [Create a Service Fabric cluster with attached data disks](https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-attached-disks#create-a-service-fabric-cluster-with-attached-data-disks) for an example script that handles reimage of VMs with managed disks correctly. 1. Enable automatic OS image upgrades and disable Windows Updates in the deployment template: From 36e79d36ecf721f2caed91ca73f94af3382359ec Mon Sep 17 00:00:00 2001 From: Meena Saravanan Date: Thu, 28 Apr 2022 14:11:30 -0700 Subject: [PATCH 2/4] Update how-to-patch-cluster-nodes-windows.md --- articles/service-fabric/how-to-patch-cluster-nodes-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/service-fabric/how-to-patch-cluster-nodes-windows.md b/articles/service-fabric/how-to-patch-cluster-nodes-windows.md index 998564c8dc61b..eb8c33a0140b4 100644 --- a/articles/service-fabric/how-to-patch-cluster-nodes-windows.md +++ b/articles/service-fabric/how-to-patch-cluster-nodes-windows.md @@ -31,7 +31,7 @@ When enabling automatic OS updates, you'll also need to disable Windows Update i > Service Fabric does not support in-VM upgrades where Windows Updates applies operating system patches without replacing the OS disk. > [!NOTE] -> When managed disks are used ensure that Custom Extension script for mapping managed disks to drive letters handles reimage of the VM correctly. See [Create a Service Fabric cluster with attached data disks](https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-attached-disks#create-a-service-fabric-cluster-with-attached-data-disks) for an example script that handles reimage of VMs with managed disks correctly. +> When managed disks are used ensure that Custom Extension script for mapping managed disks to drive letters handles reimage of the VM correctly. See [Create a Service Fabric cluster with attached data disks](https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-attached-disks#create-a-service-fabric-cluster-with-attached-data-disks) for an example script that handles reimage of VMs with managed disks correctly. 1. Enable automatic OS image upgrades and disable Windows Updates in the deployment template: From 1c022687264a3d27ffbe4186cf54320be0010a40 Mon Sep 17 00:00:00 2001 From: Meena Saravanan Date: Thu, 28 Apr 2022 14:27:18 -0700 Subject: [PATCH 3/4] Update how-to-patch-cluster-nodes-windows.md --- articles/service-fabric/how-to-patch-cluster-nodes-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/service-fabric/how-to-patch-cluster-nodes-windows.md b/articles/service-fabric/how-to-patch-cluster-nodes-windows.md index eb8c33a0140b4..c72547aa9f725 100644 --- a/articles/service-fabric/how-to-patch-cluster-nodes-windows.md +++ b/articles/service-fabric/how-to-patch-cluster-nodes-windows.md @@ -31,7 +31,7 @@ When enabling automatic OS updates, you'll also need to disable Windows Update i > Service Fabric does not support in-VM upgrades where Windows Updates applies operating system patches without replacing the OS disk. > [!NOTE] -> When managed disks are used ensure that Custom Extension script for mapping managed disks to drive letters handles reimage of the VM correctly. See [Create a Service Fabric cluster with attached data disks](https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-attached-disks#create-a-service-fabric-cluster-with-attached-data-disks) for an example script that handles reimage of VMs with managed disks correctly. +> When managed disks are used ensure that Custom Extension script for mapping managed disks to drive letters handles reimage of the VM correctly. See [Create a Service Fabric cluster with attached data disks](../Virtual-machine-scale-sets/virtual-machine-scale-sets-attached-disks#create-a-service-fabric-cluster-with-attached-data-disks.md) for an example script that handles reimage of VMs with managed disks correctly. 1. Enable automatic OS image upgrades and disable Windows Updates in the deployment template: From f07a508083d859a84f4e7cb7f5331098b4e69400 Mon Sep 17 00:00:00 2001 From: Meena Saravanan Date: Thu, 28 Apr 2022 14:56:44 -0700 Subject: [PATCH 4/4] Update how-to-patch-cluster-nodes-windows.md --- articles/service-fabric/how-to-patch-cluster-nodes-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/service-fabric/how-to-patch-cluster-nodes-windows.md b/articles/service-fabric/how-to-patch-cluster-nodes-windows.md index c72547aa9f725..a7d52d5d478b3 100644 --- a/articles/service-fabric/how-to-patch-cluster-nodes-windows.md +++ b/articles/service-fabric/how-to-patch-cluster-nodes-windows.md @@ -31,7 +31,7 @@ When enabling automatic OS updates, you'll also need to disable Windows Update i > Service Fabric does not support in-VM upgrades where Windows Updates applies operating system patches without replacing the OS disk. > [!NOTE] -> When managed disks are used ensure that Custom Extension script for mapping managed disks to drive letters handles reimage of the VM correctly. See [Create a Service Fabric cluster with attached data disks](../Virtual-machine-scale-sets/virtual-machine-scale-sets-attached-disks#create-a-service-fabric-cluster-with-attached-data-disks.md) for an example script that handles reimage of VMs with managed disks correctly. +> When managed disks are used ensure that Custom Extension script for mapping managed disks to drive letters handles reimage of the VM correctly. See [Create a Service Fabric cluster with attached data disks](/azure/Virtual-machine-scale-sets/virtual-machine-scale-sets-attached-disks#create-a-service-fabric-cluster-with-attached-data-disks) for an example script that handles reimage of VMs with managed disks correctly. 1. Enable automatic OS image upgrades and disable Windows Updates in the deployment template: