Skip to content

Commit cdd9a64

Browse files
Merge pull request #10355 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-11 22:00 UTC
2 parents be7cecf + 2929159 commit cdd9a64

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

support/azure/information-protection/troubleshoot-aip-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: How to troubleshoot Azure Information Protection policy issues
33
description: Discusses how to troubleshoot Azure Information Protection policy issues.
44
ms.date: 04/07/2022
5-
ms.service: information-protection
5+
ms.service: azure-information-protection
66
ms.author: jarrettr
77
author: JarrettRenshaw
88
ms.reviewer:

support/azure/information-protection/welcome-information-protection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
title: Troubleshoot common issues with Azure Information Protection
88
description: Documentation for troubleshooting common issues with Azure Information Protection. # Required; article description that is displayed in search results. < 160 chars.
99
services: azure
10-
ms.service: information-protection #Required; service per approved list. service slug assigned to your service by ACOM.
10+
ms.service: azure-information-protection
1111
ms.topic: landing-page # Required
1212
author: JarrettRenshaw #Required; your GitHub user alias, with correct capitalization.
1313
ms.author: jarrettr #Required; microsoft alias of author; optional team alias.

support/azure/virtual-machines/linux/linux-azure-guest-agent-tools-vmassist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Provides script-based tool to help diagnose and resolve Azure Guest
44
author: JarrettRenshaw
55
ms.author: jarrettr
66
manager: dcscontentpm
7-
ms.date: 10/24/2025
7+
ms.date: 12/04/2025
88
ms.reviewer: v-jsitser, scotro, v-ryanberg
99
ms.service: azure-virtual-machines
10-
ms.custom: sap:zzzz
10+
ms.custom: sap:VM Extensions not operating correctly
1111
---
1212
# Troubleshooting Tool for Linux Guest Agent - VM assist
1313

@@ -59,7 +59,7 @@ If no issues are discovered during the base checks by using bash, the Python scr
5959

6060
## How to run the tool
6161

62-
The VM assist scripting is run initially from the documentation. Subsequently, you can run the bash script directly: `vmassist.sh` as root or by using `sudo`.
62+
Go to the following GitHub location and follow the instructions there to [download, install, and run the tool](https://github.com/Azure/azure-support-scripts/blob/master/vmassist/linux/README.md). Subsequently, you can run the bash script directly: `vmassist.sh` as root or by using `sudo`.
6363

6464
If you open a support request, please include both of these files to aid the support agent who assists you.
6565

support/mem/configmgr/setup-migrate-backup-recovery/understand-troubleshoot-updates-servicing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ Before you install updates by using the Configuration Manager console, review th
2424

2525
Review the following update checklists for actions to take before you start the update:
2626

27+
- [Checklist for installing update 2509](/intune/configmgr/core/servers/manage/checklist-for-installing-update-2509)
2728
- [Checklist for installing update 2503](/intune/configmgr/core/servers/manage/checklist-for-installing-update-2503)
2829
- [Checklist for installing update 2409](/intune/configmgr/core/servers/manage/checklist-for-installing-update-2409)
29-
- [Checklist for installing update 2403](/intune/configmgr/core/servers/manage/checklist-for-installing-update-2403)
30+
3031

3132
### Step 2: Run the prerequisite checker before you install an update
3233

@@ -88,6 +89,7 @@ For reference, the following table lists well-known update package GUIDs. The li
8889
| Configuration Manager 2409 HFRU | 345A6BE1-3D07-43ED-B6E5-FAC0889DA04C |
8990
| Configuration Manager 2503 | AA928926-5C76-4DE0-B51F-0FE4D365DFE2 |
9091
| Configuration Manager 2503 HFRU | 6B0783D9-B8A2-4848-82F6-8EFE956F4988|
92+
| Configuration Manager 2509 | 420E3E18-73C5-4BE9-88B0-6F1E30A012CA |
9193

9294
### Identify the installation stage of the update
9395

@@ -331,7 +333,7 @@ Correlate the returned version information to other sources such as the version
331333
| SQL DB | fnCurrentSiteVersion | 5.00.*nnnn*.1000 |
332334
| SQL DB | fnSetupFullVersion | 5.00.*nnnn*.10*mm* |
333335
| SQL DB | fnCurrentSiteVersion_INT/fnCurrentSiteVersion_INT_TABLE | 500*nnnn* |
334-
| Registry | `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Setup\Full Version` | 5.00.*nnnn*.1000 |
336+
| Registry | HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Setup\Full Version | 5.00.*nnnn*.1000 |
335337
| SQL DB | Sites.Version | 5.00.*nnnn*.1000 |
336338
| SMSExec.exe | Product Version | 5.00.*nnnn*.10*mm* |
337339
@@ -1390,7 +1392,7 @@ In the console, go to **Monitoring** > **Overview** > **Database Replication**.
13901392

13911393
The CMUpdate process is the main driver of update package installation. It hosts the CONFIGURATION_MANAGER_UPDATE service. If CMUpdate fails, the installation stops responding at a specific stage, and CMUpdate.log might repeatedly record the same activity. To investigate this issue, open Event Viewer, and review the Windows Application log for Event ID 1000 (Process crash).
13921394

1393-
Security software can also cause this behavior by preventing the updated CMUpdate binary from running, or by stopping the process. To investigate this issue, turn off the security software, and then try again to update. If the issue persists, use the [ProcDump](/sysinternals/downloads/procdump) tool to collect a process memory dump file. Download and install the tool, and then run the following command at a command prompt:
1395+
Security software can also cause this behavior by preventing the updated CMUpdate binary from running, or by stopping the process. To investigate this issue, turn off the security software, and then try again to update. If the issue persists, use the [ProcDump](/sysinternals/downloads/procdump) tool to collect a process memory dump file. Download and unpack the tool, and then run the following command at a command prompt:
13941396

13951397
```console
13961398
procdump -ma -e cmupdate.exe

0 commit comments

Comments
 (0)