Skip to content

Commit 2abd1fd

Browse files
committed
Updated John's draft article to comply with Acrolinx scoring
1 parent 3ac62ca commit 2abd1fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/reliability/reliability-azure-storage-mover.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 03/15/2023
1818

1919
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).
2020

21-
### Regional reliability
21+
## Regional reliability
2222

2323
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.
2424

@@ -36,7 +36,7 @@ In the unlikely event of a full region outage, you have the option of using one
3636

3737
The last two options are a matter of timing, since deployment will occur either before or after any future outage.
3838

39-
### Determining reliability for target storage accounts
39+
## Determining reliability for target storage accounts
4040

4141
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.
4242

@@ -58,9 +58,9 @@ Azure initiated disaster recovery is only applicable for those regions that have
5858

5959
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.
6060

61-
### Customer enabled disaster recovery
61+
## Customer enabled disaster recovery
6262

63-
#### Deploy resources to a different region
63+
### Deploy resources to a different region
6464

6565
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.
6666

@@ -79,11 +79,11 @@ To use the exported template for disaster recovery, a few changes to the templat
7979

8080
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.
8181

82-
#### Registering the new agent
82+
### Registering the new agent
8383

8484
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.
8585

86-
#### Assigning the agent to job definitions
86+
### Assigning the agent to job definitions
8787

8888
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.
8989

@@ -106,7 +106,7 @@ Update-AzStorageMoverJobDefinition `
106106
-AgentName $agentName
107107
```
108108

109-
#### Granting agent access to the target storage container
109+
### Granting agent access to the target storage container
110110

111111
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.
112112

0 commit comments

Comments
 (0)