Free Actual Microsoft Azure AZ-204 Actual Exam Questions - Question 1 Discussion
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. 
B then A then D then C fits the direct copy and setup flow.
I think you should first create the new storage account in the other region (B), since that’s your destination. Then enable change feed on the new account (D) so it’s ready to track changes after data is copied. Next, perform the server-to-server copy with AzCopy (A) because it supports direct blob copy between accounts. Finally, validate that the data has been copied correctly (C). This order makes sense because the target account needs to exist and have change feed enabled before copying, and AzCopy is the go-to tool for this kind of operation.
I’d say start with creating the new storage account (B) so you have a target, then enable change feed on it (D). After that, use AzCopy (A) to do the server-side copy and finally check the data (C).
Start by setting up the new storage account in the other region (B), then enable change feed on it (D). After that, use AzCopy to copy data directly between the two storage accounts (A), and finally verify the copied data (C).
This question feels all over the place, anyone else find it confusing?