You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-move-recovery-services-vault.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: sogup
6
6
manager: vijayts
7
7
ms.service: backup
8
8
ms.topic: conceptual
9
-
ms.date: 03/19/2019
9
+
ms.date: 04/08/2019
10
10
ms.author: sogup
11
11
---
12
12
@@ -17,7 +17,9 @@ This article explains how to move a Recovery Services vault configured for Azure
17
17
> [!NOTE]
18
18
> To move a Recovery Services vault and its associated resources to different resource group, you should first [register the source subscription](#register-the-source-subscription-to-move-your-recovery-services-vault).
Resource move for Recovery Services vault is supported in Australia East, Australia South East, Canada Central, Canada East, South East Asia, East Asia, Central US, North Central US, East US, East US2, South central US, West Central US, West Central US2, West US, Central India, South India, Japan East, Japan West, Korea Central, Korea South, North Europe, West Europe, South Africa North, South Africa West, UK South, UK West, UAE Central and UAE North.
21
23
22
24
## Prerequisites for moving a vault
23
25
@@ -29,12 +31,12 @@ This article explains how to move a Recovery Services vault configured for Azure
29
31
- Currently you can move one Recovery Services vault, per region, at a time.
30
32
- If a VM doesn’t move with the Recovery Services vault across subscriptions, or to a new resource group, the current VM recovery points remain intact in the vault until they expire.
31
33
- Whether the VM is moved with the vault or not, you can always restore the VM from the retained backup history in the vault.
32
-
-The Azure Disk Encryption requires that your key vault and VMs reside in the same Azure region and subscription.
33
-
-To move a virtual machine with managed disks, see this [article](https://azure.microsoft.com/blog/move-managed-disks-and-vms-now-available/).
34
-
-The options for moving resources deployed through the Classic model differ depending on whether you are moving the resources within a subscription, or to a new subscription. For more information, see this [article](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-move-resources#classic-deployment-limitations).
35
-
-Backup policies defined for the vault are retained after the vault moves across subscriptions or to a new resource group.
36
-
-Currently, you cannot move vaults containing the Azure Files, Azure File Sync, or SQL in IaaS VMs across subscriptions and resource groups. Support for these scenarios will be added in future releases.
37
-
-If you move a vault containing VM backup data, across subscriptions, you must move your VMs to the same subscription, and use the same target resource group to continue backups.<br>
34
+
- The Azure Disk Encryption requires that your key vault and VMs reside in the same Azure region and subscription.
35
+
- To move a virtual machine with managed disks, see this [article](https://azure.microsoft.com/blog/move-managed-disks-and-vms-now-available/).
36
+
- The options for moving resources deployed through the Classic model differ depending on whether you are moving the resources within a subscription, or to a new subscription. For more information, see this [article](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-move-resources#classic-deployment-limitations).
37
+
- Backup policies defined for the vault are retained after the vault moves across subscriptions or to a new resource group.
38
+
- Currently, you cannot move vaults containing the Azure Files, Azure File Sync, or SQL in IaaS VMs across subscriptions and resource groups.
39
+
- If you move a vault containing VM backup data, across subscriptions, you must move your VMs to the same subscription, and use the same target resource group to continue backups.<br>
38
40
39
41
> [!NOTE]
40
42
>
@@ -47,24 +49,24 @@ To register the source subscription to **Move** your Recovery Services vault, ru
47
49
1. Sign in to your Azure account
48
50
49
51
```
50
-
Connect-AzAccount
52
+
Connect-AzureRmAccount
51
53
```
52
54
53
55
2. Select the subscription that you want to register
Wait for 30 minutes for the subscription to be whitelisted before you start with the move operation using the Azure portal or PowerShell.
@@ -134,18 +136,18 @@ You can move a Recovery Services vault and its associated resources to a differe
134
136
135
137
## Use PowerShell to move a vault
136
138
137
-
To move a Recovery Services vault to another resource group, use the `Move-AzResource` cmdlet. `Move-AzResource` requires the resource name and type of resource. You can get both from the `Get-AzRecoveryServicesVault` cmdlet.
139
+
To move a Recovery Services vault to another resource group, use the `Move-AzureRMResource` cmdlet. `Move-AzureRMResource` requires the resource name and type of resource. You can get both from the `Get-AzureRmRecoveryServicesVault` cmdlet.
After executing the above cmdlets, you will be asked to confirm that you want to move the specified resources. Type **Y** to confirm. After a successful validation, the resource moves.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-vms-encryption.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Back up and restore encrypted Azure VMs with Azure Backup
3
-
description: Describes how to back up and restore encrypted Azure VMs with the Azure Backup service.
3
+
description: Describes how to back up and restore encrypted Azure VMs with the Azure Backup service.
4
4
services: backup
5
5
author: geetha
6
6
manager: vijayts
@@ -25,7 +25,7 @@ Azure Backup supports backup of Azure VMs that have their OS/data disks encrypte
25
25
Azure Backup can back up and restore Azure VMs using ADE with and without the Azure AD app, as summarized in the following table.
26
26
27
27
**VM disk type** | **ADE (BEK/dm-crypt)** | **ADE and KEK**
28
-
--- | --- | ---
28
+
--- | --- | ---
29
29
**Unmanaged** | Yes | Yes
30
30
**Managed** | Yes | Yes
31
31
@@ -89,14 +89,14 @@ In addition, there are a couple of things that you might need to do in some circ
89
89
8. If you're using Azure Key Vault, on the vault page, you see a message that Azure Backup needs read-only access to the keys and secrets in the Key Vault.
90
90
91
91
- If you receive this message, no action is required.
0 commit comments