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 co...
Microsoft AZ-204 Exam
Questions Number: 111 out of 355 Questions
31.27%
Question 111
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?
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. Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-account-move?tabs=azure-portal