Question 28 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question 28 of 179 from exam AZ-204: Developing Solutions for Microsoft Azure

Question

DRAG DROP - 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.

Select and Place:

Actions

Use AZCopy to copy the data to
the new storage account.

Deploy the template to create a new
storage account in the target region.

Export a Resource Manager
template.

Create a new template deployment.

Modify the template by changing the
storage account name and region.

Answer Area

©
@

OO

Explanations

Actions

Use AZCopy to copy the data to
the new storage account.

Answer Area

Create a new template deployment.

Deploy the template to create a new
storage account in the target region.

Export a Resource Manager
template.

Export a Resource Manager
template.

Create a new template deployment.

Modify the template by changing the
storage account name and region.

©
®@

Modify the template by changing the
storage account name and region.

Deploy the template to create a new
storage account in the target region.

Use AZCopy to copy the data to
the new storage account.

6©O

To move a storage account, create a copy of your storage account in another region.

Then, move your data to that account by using AzCopy, or another tool of your choice.

The steps are: -> Export a template.

-> Modify the template by adding the target region and storage account name.

-> Deploy the template to create the new storage account.

-> Configure the new storage account.

-> Move data to the new storage account.

-> Delete the resources in the source region.

Note: You must enable the change feed on your storage account to begin capturing and recording changes.

You can enable and disable changes by using Azure Resource Manager templates on Portal or Powershell.

https://docs.microsoft.com/en-us/azure/storage/common/storage-account-move https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed