You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/site-recovery/migrate-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom: engagement-fy23
12
12
13
13
# Migrating to Azure
14
14
15
-
For migration, we recommend that you use the Azure Migrate service to migrate your VMs and servers to Azure, instead of using Azure Site Recovery service. Learn about [Azure Migrate](../migrate/migrate-services-overview.md).
15
+
For migration, we recommend that you use the Azure Migrate service to migrate your virtual machines and servers to Azure, instead of using Azure Site Recovery service. Learn about [Azure Migrate](../migrate/migrate-services-overview.md).
16
16
17
17
## Why use Azure Migrate?
18
18
@@ -38,7 +38,7 @@ Site Recovery should be used:
38
38
39
39
We recommend using Azure Migrate to migrate on-premises servers to Azure. However, if you've already started your migration journey with Site Recovery, consider the following details:
40
40
41
-
- If you're already using Azure Site Recovery to replicate your servers, you don't need to deploy a Migrate appliance. Remove the BCDR protection, and replicate with a new appliance.
41
+
- If you're already using Azure Site Recovery to replicate your servers, you don't need to deploy a Migrate appliance. Remove the Business Continuity Disaster Recovery protection, and replicate with a new appliance.
42
42
- However, there are benefits to conducting assessment, dependency analysis, and business case review with the Azure Migrate discovery appliance even for workloads that are already replicating.
43
43
- There could be architecture changes required to support the workload in the long term. In this case, address the requirements while continuing to use Azure Site Recovery to replicate so that you don't lose protections.
Copy file name to clipboardExpand all lines: articles/site-recovery/monitoring-common-questions.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This article answers common questions about monitoring Azure [Site Recovery](sit
18
18
Site Recovery uses a multi-step, asynchronous process to replicate machines to Azure.
19
19
20
20
- In the penultimate step of replication, recent changes on the machine, along with metadata, are copied into a log/cache storage account.
21
-
- These changes, along with the tag that identifies a recoverable point, are written to the storage account/managed disk in the target region.
21
+
- These changes, along with the tag that identifies a recoverable point, is written to the storage account/managed disk in the target region.
22
22
- Site Recovery can now generate a recoverable point for the machine.
23
23
- At this point, the RPO has been met for the changes uploaded to the storage account so far. In other words, the machine RPO at this point is equal to amount of time that's elapsed from the timestamp corresponding to the recoverable point.
24
24
- Now, Site Recovery picks the uploaded data from the storage account, and applies it to the replica disks created for the machine.
@@ -33,7 +33,7 @@ An incorrect system time on the replicating source machine, or on on-premises in
33
33
## Inbuilt Site Recovery logging
34
34
35
35
36
-
### Why is the VM count in the vault infrastructure view different from the total count shown in Replicated Items?
36
+
### Why is the virtual machine count in the vault infrastructure view different from the total count shown in Replicated Items?
37
37
38
38
The vault infrastructure view is scoped by replication scenarios. Only machines in the currently selected replication scenario are included in the count for the view. In addition, we only count VMs that are configured to replicate to Azure. Failed over machines, or machines replicating back to an on-premises site, aren't counted in the view.
39
39
@@ -50,7 +50,7 @@ Only machines for which initial replication has completed are included in the co
50
50
- AzureSiteRecoveryReplicationDataUploadRate and AzureSiteRecoveryProtectedDiskDataChurn are sent every five minutes.
51
51
- AzureSiteRecoveryJobs is sent at the trigger and completion of a job.
52
52
- AzureSiteRecoveryEvents is sent whenever an event is generated.
53
-
- AzureSiteRecoveryReplicatedItems is sent whenever there is any environment change. Typically, the data refresh time is 15 minutes after a change.
53
+
- AzureSiteRecoveryReplicatedItems is sent whenever there's any environment change. Typically, the data refresh time is 15 minutes after a change.
54
54
55
55
### How long is data kept in Azure Monitor logs?
56
56
@@ -66,16 +66,16 @@ Typically the size of a log is 15-20 KB.
66
66
67
67
### Is there any cost for using built-in Azure Monitor alerts for Azure Site Recovery?
68
68
69
-
With built-in Azure Monitor alerts, alerts for critical operations/failures generate by default (that you can view in the portal or via non-portal interfaces) at no additional cost. However, to route these alerts to a notification channel (such as email), it incurs a minor cost for notifications beyond the free tier (of 1000 emails per month). [Learn more about Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
69
+
With built-in Azure Monitor alerts, alerts for critical operations/failures generate by default (that you can view in the portal or via nonportal interfaces) at no extra cost. However, to route these alerts to a notification channel (such as email), it incurs a minor cost for notifications beyond the free tier (of 1,000 emails per month). [Learn more about Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
70
70
71
71
### Will the current email notification solution for Azure Site Recovery in Recovery Services vault continue to work?
72
72
73
-
As of today, the current email notification solution co-exists in parallel with the new built-in Azure Monitor alerts solution. we recommend you to try out the Azure Monitor based alerting to familiarize yourself with the new experience and leverage its capabilities.
73
+
As of today, the current email notification solution coexists in parallel with the new built-in Azure Monitor alerts solution. We recommend you to try out the Azure Monitor based alerting to familiarize yourself with the new experience and use its capabilities.
74
74
75
75
### What is the difference between alert rule, alert processing rule and action group?
76
76
77
77
- Alert rule: Refers to a user-created rule that specifies the condition on which an alert should be fired.
78
-
- Alert processing rule (earlier called Action rule): Refers to a user-created rule that specifies the notification channels a particular fired alert should be routed to. You can also use alert processing rules to suppress notifications for a period of time.
78
+
- Alert processing rule (earlier called Action rule): Refers to a user-created rule that specifies the notification channels a particular fired alert should be routed to. You can also use alert processing rules to suppress notifications for time.
79
79
- Action group: Refers to the notification channel (such as email, ITSM endpoint, logic app, webhook, and so on) that a fired alert can be routed to.
80
80
81
81
In the case of built-in Azure Monitor alerts, as alerts already generate by default, you don't need to create an alert rule. To route these alerts to a notification channel, you should create an alert processing rule and an action group for these alerts. [Learn more](site-recovery-monitor-and-troubleshoot.md#configure-email-notifications-for-alerts)
0 commit comments