Skip to content

Commit 9dd5c9c

Browse files
Addressed PM review inputs
1 parent ffb3740 commit 9dd5c9c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/backup/backup-azure-manage-vms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage and monitor Azure VM backups
33
description: Learn how to manage and monitor Azure VM backups by using the Azure Backup service.
44
ms.topic: how-to
5-
ms.date: 09/11/2024
5+
ms.date: 08/13/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -194,11 +194,11 @@ To protect your data, Azure Backup includes the soft delete feature. With soft d
194194
* These backup items remain active in the system adhering to the backup and retention policy set by the user. The backed-up data for these Azure VMs will be retained according to the retention policy. The expired recovery points (except the most recent recovery point) are cleaned according to the retention range set in the backup policy.
195195
* To avoid any additional cost, we recommend deleting the backup items where the primary data source no longer exists. This is in a scenario where the backup item/data for the deleted resources is no longer required, since the most recent recovery point is retained forever and you're charged according to the applicable backup pricing.
196196

197-
## Uninstall and re-install the VMSnapshot extension on Windows operating system
197+
## Re-install the VMSnapshot backup extension for Azure VM protection
198198

199-
If you 're experiencing Azure VM backup or extension failure issues, uninstall and reinstall the `VMSnapshot` extension on a Windows VM. This extension is responsible for enabling application-consistent snapshots during backup operations. Since it’s a hidden extension, the process involves manually cleaning up registry entries and plugin folders, followed by restarting the Azure Guest Agent. After the registry is cleaned, the extension automatically reinstalls during the next backup job.
199+
VMSnapshot backup extension enables application-consistent snapshots during backup operations. You can uninstall and reinstall the `VMSnapshot` extension on a Windows VM. Since it’s a hidden extension, the process involves manually cleaning up registry entries and plugin folders, followed by restarting the Azure Guest Agent. After the registry is cleaned, the extension automatically reinstalls during the next backup job.
200200

201-
To uninstall and re-install the VMSnapshot extension on Windows operating system for the backup operation, follow these steps:
201+
To re-install the VMSnapshot extension on Windows operating system for the backup operation, follow these steps:
202202

203203
1. Uninstall the `VMSnapshot` extension by running the following cmdlet:
204204

articles/backup/backup-azure-vms-troubleshoot.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot backup errors with Azure VMs
33
description: In this article, learn how to troubleshoot errors encountered with backup and restore of Azure virtual machines.
44
ms.reviewer: srinathv
55
ms.topic: troubleshooting
6-
ms.date: 06/19/2025
6+
ms.date: 08/13/2025
77
ms.service: azure-backup
88
author: jyothisuri
99
ms.author: jsuri
@@ -263,6 +263,8 @@ The Backup operation failed due to inconsistent state of Backup Extension. To re
263263
* After deleting backup extension, retry the backup operation
264264
* The subsequent backup operation will install the new extension in the desired state
265265
266+
Learn more how to [reinstall the VMSnapshot backup extension on Windows VM](backup-azure-manage-vms.md#re-install-the-vmsnapshot-backup-extension-for-azure-vm-protection).
267+
266268
### ExtensionFailedSnapshotLimitReachedError - Snapshot operation failed as snapshot limit is exceeded for some of the disks attached
267269
268270
Error code: ExtensionFailedSnapshotLimitReachedError <br/>

0 commit comments

Comments
 (0)