Skip to content

Commit 89d54a7

Browse files
author
Ankita Dutta
committed
streamline next steps 4
1 parent 1c082cf commit 89d54a7

7 files changed

+18
-4
lines changed

articles/site-recovery/azure-vm-disaster-recovery-with-accelerated-networking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ If you have enabled Accelerated Networking on the source virtual machine after e
8686
The above process should also be followed for existing replicated virtual machines that didn't previously have Accelerated Networking enabled automatically by Site Recovery.
8787

8888
## Next steps
89+
8990
- Learn more about [benefits of Accelerated Networking](../virtual-network/accelerated-networking-overview.md#benefits).
9091
- Learn more about limitations and constraints of Accelerated Networking for [Windows virtual machines](../virtual-network/accelerated-networking-overview.md#limitations-and-constraints) and [Linux virtual machines](../virtual-network/accelerated-networking-overview.md#limitations-and-constraints).
9192
- Learn more about [recovery plans](site-recovery-create-recovery-plans.md) to automate application failover.

articles/site-recovery/concepts-azure-to-azure-high-churn-support.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: ankitaduttaMSFT
66
manager: gaggupta
77
ms.service: site-recovery
88
ms.topic: conceptual
9-
ms.date: 07/14/2023
9+
ms.date: 03/29/2024
1010
ms.author: ankitadutta
1111
---
1212

@@ -109,4 +109,8 @@ The following table summarizes Site Recovery limits:
109109
## Cost Implications
110110

111111
- **High Churn** uses *Premium Block Blob* storage accounts which may have higher cost implications as compared to **Normal Churn** which uses *Standard* storage accounts. For more information, see [pricing](https://azure.microsoft.com/pricing/details/storage/blobs/).
112-
- For High churn VMs, more data changes may get replicated to target for **High churn** compared to **Normal churn**. This may lead to more network cost.
112+
- For High churn VMs, more data changes may get replicated to target for **High churn** compared to **Normal churn**. This may lead to more network cost.
113+
114+
## Next steps
115+
116+
[Set up disaster recovery for Azure VMs](azure-to-azure-tutorial-enable-replication.md).

articles/site-recovery/concepts-expressroute-with-site-recovery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ If you are already using ExpressRoute to connect from your on-premises datacente
5656
You can replicate Azure virtual machines to any Azure region within the same geographic cluster as detailed [here](../site-recovery/azure-to-azure-support-matrix.md#region-support). If the chosen target Azure region is not within the same geopolitical region as the source, you might need to enable ExpressRoute Premium. For more details, check [ExpressRoute locations](../expressroute/expressroute-locations.md) and [ExpressRoute pricing](https://azure.microsoft.com/pricing/details/expressroute/).
5757

5858
## Next steps
59+
5960
- Learn more about [ExpressRoute circuits](../expressroute/expressroute-circuit-peerings.md).
6061
- Learn more about [ExpressRoute routing domains](../expressroute/expressroute-circuit-peerings.md#peeringcompare).
6162
- Learn more about [ExpressRoute locations](../expressroute/expressroute-locations.md).

articles/site-recovery/concepts-network-security-group-with-site-recovery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Considering the [example scenario](concepts-network-security-group-with-site-rec
6767
Once the NSGs are created and configured, we recommend running a [test failover](azure-to-azure-tutorial-dr-drill.md) to verify scripted NSG associations and post-failover VM connectivity.
6868

6969
## Next steps
70+
7071
- Learn more about [Network Security Groups](../virtual-network/network-security-groups-overview.md#network-security-groups).
7172
- Learn more about NSG [security rules](../virtual-network/network-security-groups-overview.md#security-rules).
7273
- Learn more about [effective security rules](../virtual-network/diagnose-network-traffic-filter-problem.md) for an NSG.

articles/site-recovery/concepts-on-premises-to-azure-networking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,5 @@ In this scenario, the Azure VM gets a new IP address after failover. To setup a
161161
Site Recovery will now honor these settings and ensure that the virtual machine on failover is connected to the selected resource via the corresponding IP Address, if it is available in the target IP range. In this scenario, there's no need to failover the entire subnet. A DNS update will be required to update records for failed over machine to point to the new IP address of the virtual machine.
162162

163163
## Next steps
164+
164165
[Learn about](site-recovery-active-directory.md) replicating on-premises Active Directory and DNS to Azure.

articles/site-recovery/concepts-traffic-manager-with-site-recovery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ You can additionally optimize the DNS Time to Live (TTL) value for the Traffic M
111111
The TTL experienced by the client also does not increase if the number of DNS resolvers between the client and the authoritative DNS server increases. DNS resolvers ‘count down’ the TTL and only pass on a TTL value that reflects the elapsed time since the record was cached. This ensures that the DNS record gets refreshed at the client after the TTL, irrespective of the number of DNS Resolvers in the chain.
112112

113113
## Next steps
114+
114115
- Learn more about Traffic Manager [routing methods](../traffic-manager/traffic-manager-routing-methods.md).
115116
- Learn more about [nested Traffic Manager profiles](../traffic-manager/traffic-manager-nested-profiles.md).
116117
- Learn more about [endpoint monitoring](../traffic-manager/traffic-manager-monitoring.md).

articles/site-recovery/delete-vault.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ankitaduttaMSFT
55
manager: rochakm
66
ms.service: site-recovery
77
ms.topic: how-to
8-
ms.date: 11/05/2019
8+
ms.date: 03/29/2024
99
ms.author: ankitadutta
1010

1111
---
@@ -69,4 +69,9 @@ $vault = Get-AzRecoveryServicesVault -Name "vaultname"
6969
Remove-AzRecoveryServicesVault -Vault $vault
7070
```
7171

72-
Learn more about [Get-AzRecoveryServicesVault](/powershell/module/az.recoveryservices/get-azrecoveryservicesvault), and [Remove-AzRecoveryServicesVault](/powershell/module/az.recoveryservices/remove-azrecoveryservicesvault).
72+
## Next steps
73+
74+
Learn more about:
75+
76+
- [Get-AzRecoveryServicesVault](/powershell/module/az.recoveryservices/get-azrecoveryservicesvault)
77+
- [Remove-AzRecoveryServicesVault](/powershell/module/az.recoveryservices/remove-azrecoveryservicesvault).

0 commit comments

Comments
 (0)