From c31009c9165b4e0eb547de284ec3600c98e2f3f9 Mon Sep 17 00:00:00 2001 From: Micah McKittrick <32313503+mimckitt@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:05:26 -0700 Subject: [PATCH 1/3] Update standby-pools-faq.md --- articles/virtual-machine-scale-sets/standby-pools-faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/articles/virtual-machine-scale-sets/standby-pools-faq.md b/articles/virtual-machine-scale-sets/standby-pools-faq.md index 8e40fee26be..4679c254df5 100644 --- a/articles/virtual-machine-scale-sets/standby-pools-faq.md +++ b/articles/virtual-machine-scale-sets/standby-pools-faq.md @@ -58,6 +58,9 @@ Virtual machines in the standby pool inherit the same virtual machine profile as Yes. To change the size of your standby pool update the max ready capacity setting. +### Can an standby pool resource be moved? +No. Standby Pools doesn't currently support that capability. If you need to move a standby pool, you can consider deleting it recreating it in another location. + ### I created a standby pool and I noticed that some virtual machines are coming up in a failed state. Ensure you have enough quota to complete the standby pool creation. Insufficient quota results in the platform attempting to create the virtual machines in the standby pool but unable to successfully complete the create operation. Check for multiple types of quotas such as Cores, Network Interfaces, IP Addresses, etc. From cfe27c959259c61aebd595e2c52dcd760e56cc75 Mon Sep 17 00:00:00 2001 From: Micah McKittrick <32313503+mimckitt@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:17:10 -0700 Subject: [PATCH 2/3] Update standby-pools-faq.md --- articles/virtual-machine-scale-sets/standby-pools-faq.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/articles/virtual-machine-scale-sets/standby-pools-faq.md b/articles/virtual-machine-scale-sets/standby-pools-faq.md index 4679c254df5..6c0054fcbe3 100644 --- a/articles/virtual-machine-scale-sets/standby-pools-faq.md +++ b/articles/virtual-machine-scale-sets/standby-pools-faq.md @@ -57,8 +57,7 @@ Virtual machines in the standby pool inherit the same virtual machine profile as ### Can I change the size of my standby pool without needing to recreate it? Yes. To change the size of your standby pool update the max ready capacity setting. - -### Can an standby pool resource be moved? +### Can a standby pool resource be moved? No. Standby Pools doesn't currently support that capability. If you need to move a standby pool, you can consider deleting it recreating it in another location. ### I created a standby pool and I noticed that some virtual machines are coming up in a failed state. From a3173e93f095f2d8c28cb24d31606389b477b02d Mon Sep 17 00:00:00 2001 From: Micah McKittrick <32313503+mimckitt@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:25:57 -0700 Subject: [PATCH 3/3] Update virtual-machine-scale-sets-maxsurge.md --- .../virtual-machine-scale-sets-maxsurge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-maxsurge.md b/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-maxsurge.md index 52262dab3d2..e0d1cb9e020 100644 --- a/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-maxsurge.md +++ b/articles/virtual-machine-scale-sets/virtual-machine-scale-sets-maxsurge.md @@ -50,8 +50,8 @@ Register-AzProviderFeature -FeatureName MaxSurgeRollingUpgrade -ProviderNamespac ## Considerations - When using rolling upgrades with MaxSurge, new virtual machines are created using the latest scale set model to replace virtual machines using the old scale set model. These newly created virtual machines counts towards your overall core quota. Additionally, these new virtual machines have new IP addresses and are placed into an existing subnet. You also need to have enough IP address quota and subnet space available to deploy these newly created virtual machines. - -- During the MaxSurge rolling upgrade processes, Azure performs a quota check before each new batch. If that quota check fails, the upgrade will default to a non-MaxSurge upgrade and be upgraded in place. +- During the MaxSurge rolling upgrade processes, Azure performs a quota check before each new batch. If that quota check fails, the upgrade will default to a non-MaxSurge upgrade and be upgraded in place. +- When using rolling upgrades with MaxSurge on Virtual Machine Scale Sets with Uniform Orchestration, the new virtual machine that is created with the updated model to replace the virtual machine with the older model may be placed into a different update domain than the previous virtual machine. ## MaxSurge vs in place upgrades