nerdexam
Microsoft

AZ-104 · Question #341

Hotspot Question You have an Azure subscription. You plan to deploy a storage account named storage1 by using the following Azure Resource Manager (ARM) template. For each of the following…

The correct answer is Changes made to the data in storage1 can be rolled back after seven days. = Yes; Only users located in the East US Azure region can connect to storage1. = No; Three copies of storage1 will be maintained in the East US Azure region. = Yes. The ARM template configures storage1 with operational backup/point-in-time restore enabled with a retention period of 7 days, allowing data rollback within that window - making statement 1 correct. The template specifies 'location: East US' for deployment and 'sku…

Submitted by skyler.x· Mar 4, 2026Implement and manage storage in Azure - specifically understanding storage redundancy options (LRS), ARM template deployment properties, and data protection/backup capabilities for Azure Storage

Question

Hotspot Question You have an Azure subscription. You plan to deploy a storage account named storage1 by using the following Azure Resource Manager (ARM) template. For each of the following statements, select Yes if the statement is true Otherwise, select No. Note: Each correct selection is worth one point. Answer:

Exhibits

AZ-104 question #341 exhibit 1
AZ-104 question #341 exhibit 2
AZ-104 question #341 exhibit 3
AZ-104 question #341 exhibit 4

Answer Area

  • Changes made to the data in storage1 can be rolled back after seven days.Yes
  • Only users located in the East US Azure region can connect to storage1.No
  • Three copies of storage1 will be maintained in the East US Azure region.Yes

Explanation

The ARM template configures storage1 with operational backup/point-in-time restore enabled with a retention period of 7 days, allowing data rollback within that window - making statement 1 correct. The template specifies 'location: East US' for deployment and 'sku: Standard_LRS' (Locally Redundant Storage), which maintains exactly three synchronous copies of data within a single East US datacenter - making statement 3 correct. Statement 2 is incorrect because the storage account location refers to where the data is physically stored, not a geographic restriction on which users can access it; users from any location can connect to the storage account unless network access rules explicitly restrict it, and no such firewall or virtual network rules are defined in the template.

Topics

#Azure Storage Accounts#ARM Templates#Locally Redundant Storage (LRS)#Azure Backup & Data Protection

Community Discussion

No community discussion yet for this question.

Full AZ-104 Practice