Skip to content

Commit 20f5e51

Browse files
author
Ankita Dutta
committed
Static IP
1 parent ccbcb64 commit 20f5e51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ As mentioned before, zone-to-zone disaster recovery uses redundant networking co
6464

6565
- **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.
6666
- **Subnet**: Failover into the same subnet is supported.
67-
- **Private IP address**: If you're using static IP addresses, you cannot retain the same IP address in zone to zone failover.
67+
- **Private IP address**: If you're using static IPs, you can use the same static IPs for the failed over VM once failover completes. Ensure the source VM’s private IP is static before enabling Site Recovery. You must have a free IP in the same subnet (different from the source IP). When failover is triggered, Site Recovery assigns the free IP to the source VM, freeing the source IP for use.
68+
> [!NOTE]
69+
> You can use the same source IP for the target VM only if you choose to shut down the source VM during failover. Shutting down the VM helps to dissociate the original IP.
6870
- **Accelerated networking**: Similar to Azure-to-Azure disaster recovery, you can enable accelerated networking if the VM type supports it.
6971
- **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.
7072
- **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.

0 commit comments

Comments
 (0)