Skip to content

Commit b8c77ed

Browse files
authored
Merge pull request #298192 from MicrosoftDocs/main
4/14/2025 11:00 AM IST Publish
2 parents 78a0028 + baa6c6a commit b8c77ed

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
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

articles/backup/backup-rbac-rs-vault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage Backups with Azure role-based access control
33
description: Use Azure role-based access control to manage access to backup management operations in Recovery Services vault.
44
ms.reviewer: utraghuv
55
ms.topic: how-to
6-
ms.date: 09/11/2024
6+
ms.date: 04/14/2025
77
ms.service: azure-backup
88
author: jyothisuri
99
ms.author: jsuri
@@ -40,7 +40,7 @@ The following table captures the Backup management actions and corresponding min
4040
| | Virtual Machine Contributor | VM resource | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Compute/virtualMachines/write Microsoft.Compute/virtualMachines/read Microsoft.Compute/virtualMachines/instanceView/read |
4141
| On-demand backup of VM | Backup Operator | Recovery Services vault | |
4242
| Restore VM | Backup Operator | Recovery Services vault | |
43-
| | Contributor | Resource group in which VM will be deployed | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Resources/subscriptions/resourceGroups/write Microsoft.DomainRegistration/domains/write (required only for classic VM restore and not required for managed VMs), Microsoft.Compute/virtualMachines/write Microsoft.Compute/virtualMachines/read Microsoft.Network/virtualNetworks/read Microsoft.Network/virtualNetworks/subnets/read Microsoft.Network/virtualNetworks/subnets/join/action |
43+
| | Contributor | Resource group in which VM will be deployed | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: <br><br> - `Microsoft.Resources/subscriptions/resourceGroups/write` <br> - `Microsoft.Resources/subscriptions/resourceGroups/read` - According to validation, this permission is also needed. <br> - `Microsoft.DomainRegistration/domains/write` <br> - `Microsoft.Compute/virtualMachines/write` <br> - `Microsoft.Compute/virtualMachines/read` <br> - `Microsoft.Network/virtualNetworks/read Microsoft.Network/virtualNetworks/subnets/read` <br> - `Microsoft.Network/virtualNetworks/subnets/join/action` <br><br> Additionally, if you want to set custom role despite built-in-role, following permissions are needed on the Staging Location's Storage Account: <br><br> - `Microsoft.Storage/storageAccounts/read` <br> - `Microsoft.Storage/storageAccounts/write` |
4444
| | Virtual Machine Contributor | Source VM that got backed up | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Compute/virtualMachines/write Microsoft.Compute/virtualMachines/read|
4545
| | Storage Account Contributor | Storage account resource where disks are going to be restored | Alternatively, instead of a built-in-role, you can consider a custom role which has the following permissions: Microsoft.Storage/storageAccounts/write Microsoft.Storage/storageAccounts/listkeys/action |
4646
| Restore unmanaged disks VM backup | Backup Operator | Recovery Services vault |

articles/backup/restore-azure-encrypted-virtual-machines.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore encrypted Azure VMs
33
description: Describes how to restore encrypted Azure VMs with the Azure Backup service.
44
ms.topic: how-to
5-
ms.date: 03/27/2025
5+
ms.date: 04/14/2025
66
author: jyothisuri
77
ms.author: jsuri
88
---
@@ -21,6 +21,7 @@ Review the known limitations before you start restore of an encrypted VM
2121
- Azure Backup supports VMs encrypted using standalone keys. Any key that's a part of a certificate used to encrypt a VM isn't currently supported.
2222
- ADE encrypted VMs can’t be recovered at the file/folder level. You need to recover the entire VM to restore files and folders.
2323
- When restoring a VM, you can't use the [replace existing VM](backup-azure-arm-restore-vms.md#restore-options) option for ADE encrypted VMs. This option is only supported for unencrypted managed disks.
24+
- - During Azure VM restore, the encryption settings appear only when the vault is CMK encryption enabled.
2425

2526

2627
## Restore an encrypted VM
@@ -64,7 +65,7 @@ Azure Backup supports Cross Region Restore of encrypted Azure VMs to the [Azure
6465

6566
## Move an encrypted Azure VM
6667

67-
Moving an encrypted VM across vault or resource group is same as moving a backed up Azure Virtual machine. See,
68+
Moving an encrypted VM across vault or resource group is same as moving a backed-up Azure Virtual machine. See,
6869

6970
- [Steps to move an Azure virtual machine to a different recovery service vault](backup-azure-move-recovery-services-vault.md#move-an-azure-virtual-machine-to-a-different-recovery-service-vault)
7071
- [Steps to move an Azure virtual machine to different resource group or subscription](../azure-resource-manager/management/move-resource-group-and-subscription.md)

articles/cost-management-billing/manage/programmatically-create-subscription-enterprise-agreement.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Programmatically create Azure Enterprise Agreement subscriptions with the latest APIs
33
description: Learn how to create Azure Enterprise Agreement subscriptions programmatically using the latest versions of REST API, Azure CLI, Azure PowerShell, and Azure Resource Manager templates.
4-
author: prashantsaini4
4+
author: preetione
55
ms.service: cost-management-billing
66
ms.subservice: billing
77
ms.topic: how-to
8-
ms.date: 01/22/2025
9-
ms.reviewer: prsaini
10-
ms.author: prsaini
8+
ms.date: 04/14/2025
9+
ms.reviewer: presharm
10+
ms.author: presharm
1111
ms.custom: devx-track-azurepowershell, devx-track-azurecli, devx-track-arm-template, devx-track-bicep
1212
---
1313

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)