Skip to content

Commit 86e7935

Browse files
Merge pull request #2741 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-08 23:00 UTC
2 parents 17d96be + f80c8d4 commit 86e7935

File tree

6 files changed

+52
-6
lines changed

6 files changed

+52
-6
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2188,7 +2188,18 @@
21882188
displayName: Automatic OS image upgrade, image, upgrade, OS
21892189
href: /azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade?toc=/azure/virtual-machines/toc.json
21902190
- name: Windows Server in-place upgrade
2191-
href: windows-in-place-upgrade.md
2191+
items:
2192+
- name: Overview
2193+
href: windows-in-place-upgrade.md
2194+
- name: OS Upgrade assessment tool
2195+
href: /troubleshoot/azure/virtual-machines/windows/windows-vm-osupgradeassessment-tool?toc=/azure/virtual-machines/toc.json
2196+
- name: Windows Client in-place upgrade
2197+
items:
2198+
- name: Overview
2199+
href: /troubleshoot/azure/virtual-machines/windows/in-place-system-upgrade?toc=/azure/virtual-machines/toc.json
2200+
- name: OS Upgrade assessment tool
2201+
href: /troubleshoot/azure/virtual-machines/windows/windows-vm-osupgradeassessment-tool?toc=/azure/virtual-machines/toc.json
2202+
21922203
- name: Automatic VM guest patching
21932204
items:
21942205
- name: Overview

articles/virtual-machines/azure-compute-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ With Compute Gallery, you can deploy up to 1,000 VM instances in a scale set. Yo
6363

6464
Although we understand that no two resources or regions are the same, here are general guidelines on how to use replicas in a region:
6565

66-
- For every 50 VMs that you create concurrently, we recommend that you keep one replica. For example, if you're creating 500 VMs concurrently by using the same image in a region, we suggest you keep at least 10 replicas of your image.
66+
- For every 20 VMs that you create concurrently, we recommend that you keep one replica. For example, if you're creating 1,000 VMs concurrently by using the same image in a region, we suggest you keep at least 50 replicas of your image.
6767
- For each scale set that you create concurrently, we recommend that you keep one replica.
6868

6969
We always recommend that you overprovision the number of replicas due to factors like resource size, content, and OS type.

articles/virtual-machines/extensions/agent-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Azure Windows VM Agent supports the x64 and ARM64 architecture for these Win
3737
| Windows Server 2025 Core | Supported | Supported |
3838

3939
> [!IMPORTANT]
40-
> - The Azure Windows VM Agent needs at least Windows Server 2008 SP2 (64-bit) to run, with the .NET Framework 4.0. See [Minimum version support for virtual machine agents in Azure](https://support.microsoft.com/help/4049215/extensions-and-virtual-machine-agent-minimum-version-support).
40+
> - The Azure Windows VM Agent needs at least Windows Server 2016 (64-bit) to run, with the .NET Framework 4.0. See [Minimum version support for virtual machine agents in Azure](https://support.microsoft.com/help/4049215/extensions-and-virtual-machine-agent-minimum-version-support).
4141
>
4242
> - Ensure that your VM has access to IP address 168.63.129.16. For more information, see [What is IP address 168.63.129.16?](/azure/virtual-network/what-is-ip-address-168-63-129-16).
4343
>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
author: scotro
3+
ms.service: azure-virtual-machines
4+
ms.topic: include
5+
ms.date: 11/10/2025
6+
ms.author: scotro
7+
# Customer intent: "With my Azure VM in Azure, I need to know the tooling available to diagnose Windows Update errors. I also want to have a tool to reset the servicing stack and assess the OS Upgrade matrix for this VM"
8+
---
9+
>[!Important]
10+
>**Virtual Machine (VM)** running in Azure and experiencing Windows Update issues?
11+
>Trying to diagnose and resolve Windows Update or Windows OS Upgrade issues for your Azure Virtual Machine? Try one of the following tools:
12+
>
13+
>* [Azure VM Windows Update Error Detection Tool](/troubleshoot/azure/virtual-machines/windows/windows-vm-ipu-tool) to diagnose specific Windows Update errors
14+
>* [Azure VM Windows Servicing Stack Reset Tool](/troubleshoot/azure/virtual-machines/windows/windows-vm-wureset-tool) to reset the Windows Servicing stack.
15+
>* [Azure Virtual Machine (VM) Windows OS Upgrade Assessment Tool](/troubleshoot/azure/virtual-machines/windows/windows-vm-osupgradeassessment-tool) to validate the OS upgrade path and any known issues
16+
>
17+
>*If you're experiencing Windows Update or Windows OS Upgrade issues with virtual machines, before contacting support, run these tools.*
18+
19+
20+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
author: scotro
3+
ms.service: azure-virtual-machines
4+
ms.topic: include
5+
ms.date: 11/10/2025
6+
ms.author: scotro
7+
# Customer intent: "We recommend that you run [VM assist for Windows] or [VM assist for Linux]. These script-based diagnostic tools help you to identify common issues that affect the Azure VM Guest Agent and overall VM health."
8+
---
19
> [!NOTE]
210
> Try VM assist for faster diagnostics.
311
> We recommend that you run [VM assist for Windows](https://aka.ms/vmassistwindows) or [VM assist for Linux](https://aka.ms/vmassistlinux). These script-based diagnostic tools help you to identify common issues that affect the Azure VM Guest Agent and overall VM health.
12+
>
13+
>If you're experiencing performance problems with virtual machines, before contacting support, run these tools.

articles/virtual-machines/windows-in-place-upgrade.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ ms.author: cynthn
1414

1515
An in-place upgrade allows you to go from an older operating system to a newer one while keeping your settings, server roles, and data intact. This article teaches you how to move your Azure VMs to a later version of Windows Server using an in-place upgrade. Currently, upgrading to Windows Server 2012, Windows Server 2016, Windows Server 2019, Windows Server 2022, and Windows Server 2025 are supported.
1616

17+
> [!CAUTION]
18+
> Following the process in this article causes a disconnection between the data plane and the [control plane](/azure/architecture/guide/multitenant/considerations/control-planes#responsibilities-of-a-control-plane) of the virtual machine (VM). Azure capabilities such as [Auto guest patching](/azure/virtual-machines/automatic-vm-guest-patching#how-does-automatic-vm-guest-patching-work), [Auto OS image upgrades](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade), [Hotpatching](/windows-server/get-started/hotpatch?toc=%2Fazure%2Fvirtual-machines%2Ftoc.json#supported-updates), and [Azure Update Manager](/azure/update-manager/overview) won't be available. This means that the source image information in the VM properties, including the publisher, offer, and plan, remains unchanged. The image used to deploy the VM remains the same, and only the OS is upgraded. To utilize these features, create a new VM using your preferred operating system instead of performing an in-place upgrade.
19+
20+
[!INCLUDE [Azure VM Windows WU & OS Upgrade Diagnostic Tools](./includes/virtual-machines-runcmd-wu-tools.md)]
21+
22+
## Prerequisites
1723
Before you begin an in-place upgrade:
1824

1925
- Review the upgrade requirements for the target operating system:
@@ -28,13 +34,12 @@ Before you begin an in-place upgrade:
2834

2935
- Upgrade options for Windows Server 2025 from Windows Server 2022, Windows Server 2019, Windows Server 2016, or Windows Server 2012 R2
3036

37+
- Run the [Azure Virtual Machine (VM) Windows OS Upgrade Assessment Tool](/troubleshoot/azure/virtual-machines/windows/windows-vm-osupgradeassessment-tool) to validate the OS upgrade path and any known issues.
38+
3139
- Verify the operating system disk has enough [free space to perform the in-place upgrade](/windows-server/get-started/hardware-requirements#storage-controller-and-disk-space-requirements). If more space is needed [follow these steps](./windows/expand-os-disk.md) to expand the operating system disk attached to the VM.
3240

3341
- Disable antivirus and anti-spyware software and firewalls. These types of software can conflict with the upgrade process. Re-enable antivirus and anti-spyware software and firewalls after the upgrade is completed.
3442

35-
> [!CAUTION]
36-
> Following the process in this article causes a disconnection between the data plane and the [control plane](/azure/architecture/guide/multitenant/considerations/control-planes#responsibilities-of-a-control-plane) of the virtual machine (VM). Azure capabilities such as [Auto guest patching](/azure/virtual-machines/automatic-vm-guest-patching#how-does-automatic-vm-guest-patching-work), [Auto OS image upgrades](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade), [Hotpatching](/windows-server/get-started/hotpatch?toc=%2Fazure%2Fvirtual-machines%2Ftoc.json#supported-updates), and [Azure Update Manager](/azure/update-manager/overview) won't be available. This means that the source image information in the VM properties, including the publisher, offer, and plan, remains unchanged. The image used to deploy the VM remains the same, and only the OS is upgraded. To utilize these features, create a new VM using your preferred operating system instead of performing an in-place upgrade.
37-
3843
## Upgrade VM to volume license (KMS server activation)
3944

4045
The upgrade media provided by Azure requires the VM to be configured for Windows Server volume licensing. This is the default behavior for any Windows Server VM that was installed from a generalized image in Azure. If the VM was imported into Azure, then it might need to be converted to volume licensing to use the upgrade media provided by Azure. To confirm the VM is configured for volume license activation follow these steps to [configure the appropriate KMS client setup key](/troubleshoot/azure/virtual-machines/troubleshoot-activation-problems#step-1-configure-the-appropriate-kms-client-setup-key). If the activation configuration was changed, then follow these steps to [verify connectivity to Azure KMS service](/troubleshoot/azure/virtual-machines/troubleshoot-activation-problems#step-2-verify-the-connectivity-between-the-vm-and-azure-kms-service).

0 commit comments

Comments
 (0)