Skip to content

Commit 6a454e8

Browse files
Merge pull request #289303 from ankitaduttaMSFT/asrdoc
asr eee
2 parents f67a14c + 602890b commit 6a454e8

5 files changed

+13
-14
lines changed

articles/site-recovery/azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ankitaduttaMSFT
55
manager: aravindang
66
ms.service: azure-site-recovery
77
ms.topic: tutorial
8-
ms.date: 05/06/2024
8+
ms.date: 10/28/2024
99
ms.author: ankitadutta
1010
ms.custom: references_regions
1111
---
@@ -65,9 +65,7 @@ As mentioned before, zone-to-zone disaster recovery uses redundant networking co
6565

6666
- **Virtual network**: You can use the same virtual network as the source network for actual failovers. For test failovers, use a virtual network that's different from the source virtual network.
6767
- **Subnet**: Failover into the same subnet is supported.
68-
- **Private IP address**: If you're using static IP addresses, you can use the same IP addresses in the target zone if you choose to configure them that way.
69-
70-
When you use Azure Site Recovery, you must have a free IP address available in the subnet for each VM for which you want to use the same IP address in the target zone. During failover, Azure Site Recovery allocates this free IP address to the source VM to free up the target IP address. Azure Site Recovery then allocates the target IP address to the target VM.
68+
- **Private IP address**: If you're using static IP addresses, you cannot retain the same IP address in zone to zone failover.
7169
- **Accelerated networking**: Similar to Azure-to-Azure disaster recovery, you can enable accelerated networking if the VM type supports it.
7270
- **Public IP address**: You can attach a previously created standard public IP address in the same region to the target VM. Basic public IP addresses don't support scenarios related to availability zones.
7371
- **Load balancer**: A standard load balancer is a regional resource, so the target VM can be attached to the back-end pool of the same load balancer. A new load balancer isn't required.

articles/site-recovery/configure-mobility-service-proxy-settings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ Mobility Service auto detects the proxy settings from environment settings or In
4545

4646
### Method 2: Provide custom application proxy settings
4747

48-
In this case, the customer provides custom application proxy settings in Mobility Service config file ProxyInfo.conf. This method allows customers to provide proxy only for Mobility Service or a different proxy for Azure Site Recovery Mobility Service than a proxy (or no proxy) for rest of the applications on the machine.
48+
In this case, the customer provides custom application proxy settings in Mobility Service config file ProxyInfo.conf. This method allows customers to provide proxy only for Mobility Service or a different proxy for Azure Site Recovery Mobility Service than a proxy (or no proxy) for rest of the applications on the machine. Check whether the file `C:\ProgramData\Microsoft Azure Site Recovery\Config\ProxyInfo.conf` has any proxy entry. In case the file doesn't exist, create one.
49+
4950

5051
## Proxy template
5152

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Support for disaster recovery of Hyper-V VMs to Azure with Azure Site Rec
33
description: Summarizes the supported components and requirements for Hyper-V VM disaster recovery to Azure with Azure Site Recovery
44
ms.service: azure-site-recovery
55
ms.topic: concept-article
6-
ms.date: 09/18/2024
6+
ms.date: 10/28/2024
77
author: ankitaduttaMSFT
88
ms.author: ankitadutta
99
---
@@ -67,13 +67,14 @@ Guest VM network: NIC Teaming | No | No
6767
Guest VM network: IPv4 | Yes | Yes
6868
Guest VM network: IPv6 | No | Yes
6969
Guest VM network: Static IP (Windows) | Yes | Yes
70-
Guest VM network: Static IP (Linux) | No | No
70+
Guest VM network: Static IP (Linux) | Yes | Yes
7171
Guest VM network: Multi-NIC | Yes | Yes
7272
Https Proxy | No | No
7373
Automatic Private IP Addressing (APIPA) | No | No
7474
Private link access to Site Recovery service | Yes. [Learn more](hybrid-how-to-enable-replication-private-endpoints.md). | Yes. [Learn more](hybrid-how-to-enable-replication-private-endpoints.md).
7575

76-
76+
> [!NOTE]
77+
> For Guest VM network, static IP (Linux), Static IP from source OS's NIC is not used on Azure. The vNIC on Azure VM is configured with a new Azure IP of selected virtual network.
7778
7879

7980
## Azure VM network configuration (after failover)

articles/site-recovery/transport-layer-security.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,11 @@ Use the following registry keys to configure .NET Framework that supports strong
4848
```reg
4949
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
5050
"SystemDefaultTlsVersions"=dword:00000001
51-
"SchUseStrongCrypto" = dword:00000001
52-
53-
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
54-
"SystemDefaultTlsVersions"=dword:00000001
55-
"SchUseStrongCrypto" = dword:00000001
5651
```
5752

53+
> [!NOTE]
54+
> If the registry keys are absent, you don't need to create them for Windows Server 2012 R2 or later versions if TLS 1.2 is enabled in SChannel protocols.
55+
5856
## Frequently asked questions
5957

6058
### Why enable TLS 1.2?

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,10 @@ Azure virtual network service endpoints<br/> | Yes
321321
Accelerated networking | No
322322

323323
## Storage
324+
324325
**Component** | **Supported**
325326
--- | ---
326-
Dynamic disk | OS disk must be a basic disk. <br/><br/>Data disks can be dynamic disks
327+
Dynamic disk | OS disk must be a basic disk. <br/><br/>Data disks can be dynamic disks. <br><br> Data disks can be spanned volumes.
327328
Docker disk configuration | No
328329
Host NFS | Yes for VMware<br/><br/> No for physical servers
329330
Host SAN (iSCSI/FC) | Yes

0 commit comments

Comments
 (0)