Skip to content

Commit baa6c6a

Browse files
Merge pull request #295927 from AbhishekMallick01/Mar-7-2025-EEE5
Addressed EEE doc ask #29294173
2 parents e16f5d6 + 4fed634 commit baa6c6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/backup/backup-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Architecture Overview
33
description: Provides an overview of the architecture, components, and processes used by the Azure Backup service.
44
ms.topic: overview
5-
ms.date: 07/18/2024
5+
ms.date: 04/14/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri

includes/azure-vm-backup-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: v-amallick
33
ms.service: Azure Backup
44
ms.topic: include
5-
ms.date: 03/15/2024
5+
ms.date: 04/14/2025
66
ms.author: v-amallick
77
---
88

@@ -18,7 +18,7 @@ ms.author: v-amallick
1818
- By default, Backup takes full VSS backups.
1919
- If Backup can't take an app-consistent snapshot, then it takes a file-consistent snapshot of the underlying storage (because no application writes occur while the VM is stopped).
2020
1. For Linux VMs, Backup takes a file-consistent backup. For app-consistent snapshots, you need to manually customize pre/post scripts.
21-
1. For Windows VMs, **Microsoft Visual C++ 2013 Redistributable (x64) version 12.0.40660** is installed, the startup of Volume Shadow Copy Service (VSS) is changed to *automatic*, and a Windows Service **IaaSVmProvider** is added.
21+
1. For Windows VMs, **Microsoft Visual C++ 2015 Redistributable (x64) version 14.40.33810.0** is installed, the startup of Volume Shadow Copy Service (VSS) is changed to automatic, and a Windows Service **IaaSVmProvider** is added.
2222
1. After Backup takes the snapshot, it transfers the data to the vault.
2323
- The backup is optimized by backing up each VM disk in parallel.
2424
- For each disk that's being backed up, Azure Backup reads the blocks on the disk and identifies and transfers only the data blocks that changed (the delta) since the previous backup.

0 commit comments

Comments
 (0)