Skip to content

Commit d9b08f8

Browse files
authored
Merge pull request #274343 from ankitaduttaMSFT/tVM
TVM
2 parents 1100d5a + 2188533 commit d9b08f8

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: Trusted launch VMs with Azure Site Recovery (preview)
3+
description: Describes how to use trusted launch virtual machines with Azure Site Recovery for disaster recovery and migration.
4+
services: site-recovery
5+
author: ankitaduttaMSFT
6+
ms.service: site-recovery
7+
ms.topic: conceptual
8+
ms.date: 05/09/2024
9+
ms.author: ankitadutta
10+
11+
---
12+
# Azure Site Recovery support for Azure trusted launch virtual machines (preview)
13+
14+
[Trusted launch](../virtual-machines/trusted-launch.md) protects against advanced and persistent attack techniques. It is composed of several coordinated infrastructure technologies that can be enabled independently. Each technology provides another layer of defense against sophisticated threats. To deploy an Azure trusted launch VM, follow [these steps](../virtual-machines/trusted-launch-portal.md).
15+
16+
17+
## Support matrix
18+
19+
Find the support matrix for Azure trusted launch virtual machines with Azure Site Recovery:
20+
21+
- **Region**: Available in all [Azure Site Recovery supported regions](./azure-to-azure-support-matrix.md#region-support).
22+
> [!NOTE]
23+
> For [Azure government regions](../azure-government/documentation-government-overview-dod.md), both source and target location should either be in `US Gov` regions or both should be in `US DoD` regions. Setting source location of US Gov regions and target location of US DoD regions or vice versa isn't supported.
24+
- **Operating system**: Support available only for Windows OS. Linux OS is currently not supported.
25+
- **Private endpoints**: Azure trusted virtual machines can be protected using private endpoint configured recovery services vault with the following conditions:
26+
- You can create a new recovery services vault and [configure private endpoints on it](./azure-to-azure-how-to-enable-replication-private-endpoints.md). Then you can start protecting Azure Trusted VMs using it.
27+
- You can't protect Azure Trusted VMs using recovery services vault which are already created before public preview and have private endpoints configured.
28+
- **Migration**: Migration of Azure Site Recovery protected existing Generation 1 Azure VMs to trusted VMs and [Generation 2 Azure virtual machines to trusted VMs](../virtual-machines/trusted-launch-existing-vm.md) isn't supported. [Learn more](#migrate-azure-site-recovery-protected-azure-generation-2-vm-to-trusted-vm) about migration of Generation 2 Azure VMs.
29+
- **Disk Network Access**: Azure Site Recovery creates disks (replica and target disks) with public access enabled by default. To disable public access for these disks follow [these steps](./azure-to-azure-common-questions.md#disk-network-access).
30+
- **Boot integrity monitoring**: Replication of [Boot integrity monitoring](../virtual-machines/boot-integrity-monitoring-overview.md) state isn't supported. If you want to use it, enable it explicitly on the failed over virtual machine.
31+
- **Shared disks**: Trusted virtual machines with attached shared disks aren't currently supported.
32+
- **Scenario**: Available only for Azure-to-Azure scenario.
33+
- **Create a new VM flow**: Enabling **Management** > **Site Recovery** option in *Create a new Virtual machine* flow is currently not supported.
34+
35+
36+
## Azure Site Recovery for trusted VMs
37+
38+
You can follow the same steps for Azure Site Recovery with trusted virtual machines as for Azure Site Recovery with standard Azure virtual machines.
39+
40+
- To configure Azure Site Recovery on trusted virtual machines to another region, [follow these steps](./azure-to-azure-tutorial-enable-replication.md). To enable replication to another zone within the same region, [follow these steps](./azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery.md).
41+
- To failover and failback trusted virtual machines, [follow these steps](./azure-to-azure-tutorial-failover-failback.md).
42+
43+
44+
## Migrate Azure Site Recovery protected Azure Generation 2 VM to trusted VM
45+
46+
Azure Generation 2 VMs protected by Azure Site Recovery cannot be migrated to trusted launch. While the portal blocks this migration, other channels like PowerShell and CLI do not. Before proceeding, review the migration [prerequisites](../virtual-machines/trusted-launch-existing-vm.md) and plan accordingly. If you still wish to migrate your Generation 2 Azure VM protected by Azure Site Recovery to Trusted Launch, follow these steps:
47+
48+
1. [Disable](./site-recovery-manage-registration-and-protection.md#disable-protection-for-a-azure-vm-azure-to-azure) Azure Site Recovery replication.
49+
1. Uninstall Azure Site Recovery agent from the VM. To do this, follow these steps:
50+
1. On the Azure portal, go to the virtual machine.
51+
1. Select **Settings** > **Extensions**.
52+
1. Select Site Recovery extension.
53+
1. Select **Uninstall**.
54+
1. Uninstall Azure Site Recovery mobility service using these [commands](./vmware-physical-manage-mobility-service.md#uninstall-mobility-service).
55+
1. Trigger the migration of [Generation 2 VM to trusted launch VM](../virtual-machines/trusted-launch-existing-vm.md).
56+
57+
> [!NOTE]
58+
> After migrating the virtual machine, the existing protection is disabled, deleting the existing recovery points. The migrated virtual machine is no longer protected by Azure Site Recovery. You must re-enable Azure Site Recovery protection on the trusted virtual machine, if needed.
59+
60+
61+
## Next steps
62+
63+
To learn more about trusted virtual machines, see [trusted launch for Azure virtual machines](../virtual-machines/trusted-launch.md).

articles/site-recovery/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@
155155
items:
156156
- name: Azure to Azure disaster recovery architecture
157157
href: azure-to-azure-architecture.md
158+
- name: Azure trusted launch VMs
159+
href: concepts-trusted-vm.md
158160
- name: Configure Failover for Multiple IP addresses
159161
href: concepts-multiple-ip-address-failover.md
160162
- name: Accelerated networking for Azure VM disaster recovery

0 commit comments

Comments
 (0)