Skip to content

Commit 37e4cff

Browse files
authored
Merge pull request #100735 from mayurigupta13/master
CMK and TLS 1.2
2 parents ae9b640 + a4602bc commit 37e4cff

6 files changed

+27
-15
lines changed

articles/site-recovery/azure-to-azure-support-matrix.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Support matrix for Azure VM disaster recovery with Azure Site Recovery
33
description: Summarizes support for Azure VMs disaster recovery to a secondary region with Azure Site Recovery.
44
ms.topic: article
5-
ms.date: 12/23/2019
6-
7-
5+
ms.date: 01/10/2020
6+
ms.author: raynew
87
---
8+
99
# Support matrix for Azure VM disaster recovery between Azure regions
1010

1111
This article summarizes support and prerequisites for disaster recovery of Azure VMs from one Azure region to another, using the [Azure Site Recovery](site-recovery-overview.md) service.
@@ -198,7 +198,7 @@ Redundancy | LRS and GRS are supported.<br/><br/> ZRS isn't supported.
198198
Cool and hot storage | Not supported | VM disks aren't supported on cool and hot storage
199199
Storage Spaces | Supported |
200200
Encryption at rest (SSE) | Supported | SSE is the default setting on storage accounts.
201-
Encryption at rest (CMK) | Not Supported |
201+
Encryption at rest (CMK) | Supported | Both Software and HSM keys are supported for managed disks
202202
Azure Disk Encryption (ADE) for Windows OS | Supported for VMs with managed disks. VMs using unmanaged disks are not supported |
203203
Azure Disk Encryption (ADE) for Linux OS | Supported |
204204
Hot add | Supported | Enabling replication for a data disk that you add to a replicated Azure VM is supported for VMs that use managed disks.

articles/site-recovery/hyper-v-azure-powershell-resource-manager.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sujayt
55
manager: rochakm
66
ms.service: site-recovery
77
ms.topic: article
8-
ms.date: 06/18/2019
8+
ms.date: 01/10/2020
99
ms.author: sutalasi
1010

1111
---
@@ -185,7 +185,13 @@ Before you start, note that the storage account specified should be in the same
185185
186186
Succeeded
187187
188-
188+
> [!NOTE]
189+
> If you wish to replicate to CMK enabled managed disks in Azure, do the following steps using Az PowerShell 3.3.0 onwards:
190+
>
191+
> 1. Enable failover to managed disks by updating VM properties
192+
> 2. Use the Get-AsrReplicationProtectedItem cmdlet to fetch the disk ID for each disk of the protected item
193+
> 3. Create a dictionary object using New-Object "System.Collections.Generic.Dictionary``2[System.String,System.String]" cmdlet to contain the mapping of disk ID to disk encryption set. These disk encryption sets are to be pre-created by you in the target region.
194+
> 4. Update the VM properties using Set-AsrReplicationProtectedItem cmdlet by passing the dictionary object in -DiskIdToDiskEncryptionSetMap parameter.
189195
190196
## Step 8: Run a test failover
191197
1. Run a test failover as follows:

articles/site-recovery/hyper-v-azure-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rayne-wiselman
55
manager: carmonm
66
ms.service: site-recovery
77
ms.topic: conceptual
8-
ms.date: 11/12/2019
8+
ms.date: 1/10/2020
99
ms.author: raynew
1010
---
1111

@@ -126,7 +126,7 @@ Cool storage | No | No
126126
Hot storage| No | No
127127
Block blobs | No | No
128128
Encryption at rest (SSE)| Yes | Yes
129-
Encryption at rest (CMK)| No | No
129+
Encryption at rest (CMK) <br></br> (Only for failover to managed disks)| Yes (via PowerShell Az 3.3.0 module onwards) | Yes (via PowerShell Az 3.3.0 module onwards)
130130
Premium storage | Yes | Yes
131131
Import/export service | No | No
132132
Azure storage accounts with firewall enabled | Yes. For target storage and cache. | Yes. For target storage and cache.

articles/site-recovery/site-recovery-faq.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: General questions about the Azure Site Recovery service
33
description: This article discusses popular general questions about Azure Site Recovery.
44
ms.topic: conceptual
5-
ms.date: 11/14/2019
5+
ms.date: 1/10/2020
6+
ms.author: raynew
67

78
---
89
# General questions about Azure Site Recovery
@@ -96,7 +97,8 @@ Yes. When you create a Site Recovery vault in a region, we ensure that all metad
9697
### Does Site Recovery encrypt replication?
9798
For virtual machines and physical servers, replicating between on-premises sites encryption-in-transit is supported. For virtual machines and physical servers replicating to Azure, both encryption-in-transit and [encryption-at-rest (in Azure)](https://docs.microsoft.com/azure/storage/storage-service-encryption) are supported.
9899

99-
100+
### How can I enforce TLS 1.2 on all on-premises Azure Site Recovery components?
101+
Mobility agents installed on the replicated items communicate to Process Server only on TLS 1.2. However, communication from Configuration Server to Azure and from Process Server to Azure could be on TLS 1.1 or 1.0. Please follow the [guidance](https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-wi) to enforce TLS 1.2 on all Configuration Servers and Process Servers set up by you.
100102

101103

102104
## Disaster recovery

articles/site-recovery/vmware-azure-disaster-recovery-powershell.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to set up replication and failover to Azure for disaster
44
author: sujayt
55
manager: rochakm
66
ms.service: site-recovery
7-
ms.date: 06/30/2019
7+
ms.date: 01/10/2020
88
ms.topic: conceptual
99
ms.author: sutalasi
1010

@@ -368,10 +368,14 @@ $PolicyMap = Get-AzRecoveryServicesAsrProtectionContainerMapping -ProtectionCon
368368
#Get the protectable item corresponding to the virtual machine CentOSVM1
369369
$VM1 = Get-AzRecoveryServicesAsrProtectableItem -ProtectionContainer $ProtectionContainer -FriendlyName "CentOSVM1"
370370
371-
# Enable replication for virtual machine CentOSVM1 using the Az.RecoveryServices module 2.0.0
371+
# Enable replication for virtual machine CentOSVM1 using the Az.RecoveryServices module 2.0.0 onwards to replicate to managed disks
372372
# The name specified for the replicated item needs to be unique within the protection container. Using a random GUID to ensure uniqueness
373373
$Job_EnableReplication1 = New-AzRecoveryServicesAsrReplicationProtectedItem -VMwareToAzure -ProtectableItem $VM1 -Name (New-Guid).Guid -ProtectionContainerMapping $PolicyMap -ProcessServer $ProcessServers[1] -Account $AccountHandles[2] -RecoveryResourceGroupId $ResourceGroup.ResourceId -logStorageAccountId $LogStorageAccount.Id -RecoveryAzureNetworkId $RecoveryVnet.Id -RecoveryAzureSubnetName "Subnet-1"
374374
375+
# Alternatively, if the virtual machine CentOSVM1 has CMK enabled disks, enable replication using Az module 3.3.0 onwards as below
376+
# $diskID is the Disk Encryption Set ID to be used for all replica managed disks and target managed disks in the target region
377+
$Job_EnableReplication1 = New-AzRecoveryServicesAsrReplicationProtectedItem -VMwareToAzure -ProtectableItem $VM1 -Name (New-Guid).Guid -ProtectionContainerMapping $PolicyMap -ProcessServer $ProcessServers[1] -Account $AccountHandles[2] -RecoveryResourceGroupId $ResourceGroup.ResourceId -logStorageAccountId -DiskEncryptionSetId $diskId $LogStorageAccount.Id -RecoveryAzureNetworkId $RecoveryVnet.Id -RecoveryAzureSubnetName "Subnet-1"
378+
375379
#Get the protectable item corresponding to the virtual machine Win2K12VM1
376380
$VM2 = Get-AzRecoveryServicesAsrProtectableItem -ProtectionContainer $ProtectionContainer -FriendlyName "Win2K12VM1"
377381

articles/site-recovery/vmware-physical-azure-support-matrix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Support matrix for VMware/physical disaster recovery in Azure Site Recove
33
description: Summarizes support for disaster recovery of VMware VMs and physical server to Azure using Azure Site Recovery.
44
ms.service: site-recovery
55
ms.topic: conceptual
6-
ms.date: 12/23/2019
7-
6+
ms.date: 1/10/2020
7+
ms.author: raynew
88

99
---
1010
# Support matrix for disaster recovery of VMware VMs and physical servers to Azure
@@ -222,7 +222,7 @@ Cool storage | No
222222
Hot storage| No
223223
Block blobs | No
224224
Encryption-at-rest (SSE)| Yes
225-
Encryption-at-rest (CMK)| No
225+
Encryption-at-rest (CMK)| Yes (via Powershell Az 3.3.0 module onwards)
226226
Premium storage | Yes
227227
Import/export service | No
228228
Azure Storage firewalls for VNets | Yes.<br/> Configured on target storage/cache storage account (used to store replication data).

0 commit comments

Comments
 (0)