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…
Question
Exhibits
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
Community Discussion
No community discussion yet for this question.



