nerdexam
Microsoft

AZ-204 · Question #297

You develop and deploy a web application to Azure App Service. The application accesses data stored in an Azure Storage account. The account contains several containers with several blobs with large…

The correct answer is A. Export the Azure Storage account Azure Resource Manager template. 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 and finally, delete the resources in the source region. To get started, export, and then modify a Resource…

Submitted by rania.sa· Mar 30, 2026Develop for Azure storage

Question

You develop and deploy a web application to Azure App Service. The application accesses data stored in an Azure Storage account. The account contains several containers with several blobs with large amounts of data. You deploy all Azure resources to a single region. You need to move the Azure Storage account to the new region. You must copy all data to the new region. What should you do first?

Options

  • AExport the Azure Storage account Azure Resource Manager template
  • BInitiate a storage account failover
  • CConfigure object replication for all blobs
  • DUse the AzCopy command line tool
  • ECreate a new Azure Storage account in the current region
  • FCreate a new subscription in the current region

How the community answered

(42 responses)
  • A
    74% (31)
  • B
    7% (3)
  • C
    2% (1)
  • E
    14% (6)
  • F
    2% (1)

Explanation

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 and finally, delete the resources in the source region. To get started, export, and then modify a Resource Manager template. https://docs.microsoft.com/en-us/azure/storage/common/storage-account-move?tabs=azure-

Topics

#Azure Storage migration#ARM template export#region migration#storage account

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice