Skip to content

Commit 5351cd2

Browse files
Addressed EEE doc ask #29104886
1 parent d1f59a5 commit 5351cd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
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: 07/24/2025
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
99
ms.author: v-mallicka
@@ -560,8 +560,7 @@ VM backup relies on issuing snapshot commands to underlying storage. Not having
560560
* **VMs with SQL Server backup configured can cause snapshot task delay**. To avoid that, currently VM backup creates a VSS full backup (Copy-Only) on Windows VMs. If you need a VSS Full backup (Non-copy Only) then add the following registry key on the Windows VM:
561561
562562
```console
563-
REG ADD "HKLM\SOFTWARE\Microsoft\BcdrAgent" /v UseVssFullBackup /t REG_SZ /d True /f
564-
563+
REG ADD "HKLM\SOFTWARE\Microsoft\BcdrAgent" /v UseVSSCopyBackup /t REG_SZ /d True /f
565564
```
566565
567566
>[!Note]

0 commit comments

Comments
 (0)