Skip to content

Commit ba87ecf

Browse files
Merge branch 'main' into CI-8136
2 parents 1d2c8be + fd2cbb3 commit ba87ecf

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

support/azure/virtual-machines/windows/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ items:
9393
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-error-shutdown-in-process.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
9494
- name: Error Code 0x800f0831
9595
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-installation-error.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
96-
- name: Error code 0x80070bc9
97-
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80070bc9.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
98-
96+
- name: Error code 0x80072f8f
97+
href: ../../../windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80072f8f.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
98+
9999
- name: Uploading a VHD to Azure
100100
items:
101101
- name: Uploading a VHD to Azure

support/windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80072f8f.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When you try to connect to Windows Update, you encounter error 0x80072f8f. This
2323

2424
## Prerequisites
2525

26-
Make sure that you back up the OS disk. For more information, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
26+
For virtual machines (VMs) running Windows in Azure, make sure that you back up the OS disk. For more information, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
2727

2828
## How to identify the issue
2929

@@ -65,8 +65,14 @@ When you check for updates from Windows Update, you see no progress. The `Window
6565
This error is usually caused by one of the following issues:
6666

6767
- **Out-of-sync clock**: If the clock settings on the computer are incorrect, SSL negotiation fails. You can quickly verify clock accuracy from `WindowsUpdate.log` that always prints traces in local time.
68-
- **Untrusted SSL certificate**: In managed scenarios for Windows Server Update Services (WSUS) or Configuration Manager that's configured over SSL and includes self-generated or signed SSL certificates, the scan fails if the client doesn't trust the certificate chain.
68+
- **Untrusted SSL certificate**: This issue occurs in the following managed scenarios:
69+
- For Windows Server Update Services (WSUS).
70+
- For Configuration Manager that's configured over SSL and includes self-generated or signed SSL certificates.
71+
72+
In these scenarios, the scan fails if the client doesn't trust the certificate chain.
6973

7074
## Resolution
7175

72-
Perform an [in-place upgrade](/azure/virtual-machines/windows-in-place-upgrade) on the Windows virtual machine (VM).
76+
For Windows-based computers, perform an [in-place upgrade](/windows-server/get-started/perform-in-place-upgrade#perform-the-in-place-upgrade).
77+
78+
For VMs running Windows in Azure, see [in-place upgrade on the Windows virtual machine](/azure/virtual-machines/windows-in-place-upgrade).

support/windows-server/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3226,8 +3226,6 @@ items:
32263226
href: installing-updates-features-roles/troubleshoot-error-shutdown-in-process.md
32273227
- name: Troubleshoot Windows Update error 0x80072f8f
32283228
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80072f8f.md
3229-
- name: Troubleshoot Windows Update error 0x80070bc9
3230-
href: ./installing-updates-features-roles/troubleshoot-windows-update-error-0x80070bc9.md
32313229
- name: Troubleshoot Windows Update error 0x8024002E
32323230
href: installing-updates-features-roles/troubleshoot-windows-update-error-code-0x8024002e.md
32333231
- name: WUSA returns 0x5 ERROR_ACCESS_DENIED

0 commit comments

Comments
 (0)