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…
Question
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)- A74% (31)
- B7% (3)
- C2% (1)
- E14% (6)
- F2% (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
Community Discussion
No community discussion yet for this question.