You are developing an application to use Azure Blob storage. You have configured Azure Blob storage to include change feeds.
A copy of your storage account must be created in another region. Data must be copied from the current storage account to the new storage account directly between the storage servers.
You need to create a copy of the storage account in another region and copy the data.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

Correct Answer:

1 - Export a Resource Manager template.
2 - Create a new template deployment.
3 - Modify the template by changing the storage account name and region.
4 - Deploy the template to create a new storage account in the target region.
5 - Use AZCopy to copy the date to the new storage account.