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/reliability/reliability-azure-storage-mover.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.date: 03/15/2023
18
18
19
19
This article describes reliability support in Azure Storage Mover and covers cross-region resiliency with disaster recovery. For a more detailed overview of reliability in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
20
20
21
-
###Regional reliability
21
+
## Regional reliability
22
22
23
23
When deploying an Azure Storage Mover resource, you must select a location in which the resource's instance metadata is stored. Instance metadata includes projects, endpoints, agents, job definitions, and job run history, but doesn't include the actual data to be migrated. Azure storage accounts to be used as migration targets have their own reliability support. Disaster recovery for on-premises data sources is the responsibility of the customer.
24
24
@@ -36,7 +36,7 @@ In the unlikely event of a full region outage, you have the option of using one
36
36
37
37
The last two options are a matter of timing, since deployment will occur either before or after any future outage.
38
38
39
-
###Determining reliability for target storage accounts
39
+
## Determining reliability for target storage accounts
40
40
41
41
Any migration target storage account may require its own recovery steps. This requirement depends on the redundancy options chosen for each storage account. See the [storage account disaster recovery](/azure/storage/common/storage-disaster-recovery-guidance) article to determine whether more steps are necessary.
42
42
@@ -58,9 +58,9 @@ Azure initiated disaster recovery is only applicable for those regions that have
58
58
59
59
Customers can minimize downtime by following the customer enabled disaster recovery steps described in this section. These strategies may require that further steps be taken prior to a disaster, so be sure to review and plan accordingly.
60
60
61
-
###Customer enabled disaster recovery
61
+
## Customer enabled disaster recovery
62
62
63
-
####Deploy resources to a different region
63
+
### Deploy resources to a different region
64
64
65
65
Since access to your resources may be impacted during an outage. To redeploy resources to a different region, you must first have a snapshot of the resources you wish to redeploy. To ensure that you're restoring the most recent data, taking a snapshot should be done periodically, either on a schedule or after you make substantial changes. Storing the snapshots using a version control system is a good way to store and track history of the snapshots.
66
66
@@ -79,11 +79,11 @@ To use the exported template for disaster recovery, a few changes to the templat
79
79
80
80
After completing the previous steps and verifying that the template parameters are correct, the template is ready for deployment to a new region. You should deploy the template to a new resource group that has the same default region as the location property in the template.
81
81
82
-
####Registering the new agent
82
+
### Registering the new agent
83
83
84
84
Follow the steps within the [deploy an Azure Storage Mover agent](/azure/storage-mover/agent-deploy) article to register a new agent in the new Storage Mover resource.
85
85
86
-
####Assigning the agent to job definitions
86
+
### Assigning the agent to job definitions
87
87
88
88
After the new agent has been registered and reports as online, use the Azure portal or PowerShell to associate the existing job definitions to the new agent. The following PowerShell example is provided for convenience.
####Granting agent access to the target storage container
109
+
### Granting agent access to the target storage container
110
110
111
111
You need to assign the data contributor role to the managed identity to successfully perform a migration job. Assign the Hybrid Compute resource's system managed identity access to the target storage account resource. The [assign a managed identity access to a resource](/azure/active-directory/managed-identities-azure-resources/howto-assign-access-portal) article provides guidance on how to grant access to the target resource.
0 commit comments