Free Actual Microsoft Azure AZ-204 Actual Exam Questions - Question 1 Discussion

Question No. 1Drag & Drop

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. AZ-204 practice exam questions

Options
AUse AZCopy to copy the data to the new storage account.
BDeploy the template to create a new storage account in the target region.
CExport a Resource Manager template.
DCreate a new template deployment.
EModify the template by changing the storage account name and region.
Drag an item to a target. Click × to remove.
Answer Area
Bucket 1
Drop item here
Bucket 2
Drop item here
Bucket 3
Drop item here
Bucket 4
Drop item here
Bucket 5
Drop item here
US
AC
Ali C.
2026-02-15

B then A then D then C fits the direct copy and setup flow.

0
AC
Ali C.
2026-02-15

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.

0
OO
Osama O.
2026-01-28

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).

0
JU
James U.
2026-01-20

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).

0
DX
Daniel X.
2026-01-16

This question feels all over the place, anyone else find it confusing?

0