nerdexam
Microsoft

AZ-104 · Question #529

Hotspot Question You have an Azure Storage account named storage1 that stores images. You need to create a new storage account and replicate the images in storage1 to the new account by using object r

The correct answer is Account type:: StorageV2 or BlobStorage only; Object type to create in the new account:: Container. This question tests knowledge of Azure Storage object replication requirements, specifically what settings must be configured on the destination storage account to enable cross-account blob replication.

Submitted by omar99· Mar 4, 2026Implement and manage storage

Question

Hotspot Question You have an Azure Storage account named storage1 that stores images. You need to create a new storage account and replicate the images in storage1 to the new account by using object replication. How should you configure the new account? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Exhibit

AZ-104 question #529 exhibit

Answer Area

  • Account type:StorageV2 or BlobStorage only
    StorageV2 onlyStorageV2 or FileStorage onlyStorageV2 or BlobStorage onlyStorageV2, BlobStorage, or FileStorage
  • Object type to create in the new account:Container
    ContainerFile shareTableQueue

Explanation

This question tests knowledge of Azure Storage object replication requirements, specifically what settings must be configured on the destination storage account to enable cross-account blob replication.

Approach. For object replication to work in Azure Storage, the destination (new) account must meet specific requirements: it must be a StorageV2 (general-purpose v2) or premium block blob account kind, it must have blob versioning enabled (as object replication relies on versioning to track changes), and it must have change feed enabled on the source account. The destination account's redundancy (replication type) can be set to LRS, GRS, RA-GRS, ZRS, GZRS, or RA-GZRS - there is no restriction there. Blob versioning must be enabled on BOTH source and destination accounts, and change feed must be enabled on the source. The account kind must be StorageV2 (not BlobStorage or StorageV1), and the access tier can be Hot or Cool. Object replication supports replicating block blobs asynchronously between a source and destination account, and the accounts can be in different Azure regions or even different subscriptions within the same Azure AD tenant.

Concept tested. Azure Storage Object Replication requirements - specifically that the destination account must be StorageV2 kind, must have blob versioning enabled, and the correct understanding of supported redundancy options and account configurations for object replication to function properly.

Reference. https://learn.microsoft.com/en-us/azure/storage/blobs/object-replication-overview

Topics

#Azure object replication#Storage account configuration

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice