Microsoft Azure Architect Design (AZ-304) Practice Test

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Microsoft Azure Architect Design (AZ-304) Exam with comprehensive quiz questions designed to enhance your understanding and confidence. Master essential Azure concepts and strategies to excel on your test day!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What recovery strategy should be recommended for Azure VMs in a testing and development subscription to minimize costs during a regional failure?

  1. Standard_LRS storage with Azure Site Recovery

  2. Standard_GRS storage with Azure Recovery

  3. Standard_LRS storage with manual VM creation

  4. Standard_GRS storage with manual Azure Recovery

The correct answer is: Standard_GRS storage with Azure Recovery

For a testing and development subscription that aims to minimize costs during a regional failure, using Standard_GRS (Geo-Redundant Storage) in conjunction with Azure Recovery is a sound strategy. Standard_GRS provides high availability and durability by replicating data to a secondary region that is hundreds of miles away from the primary location. This redundancy is crucial during regional outages since it allows you to recover your virtual machines and data even if the primary region becomes unavailable. While the other options suggest strategies for redundancy and recovery, they either involve higher costs or less effective recovery processes. For instance, Standard_LRS (Locally Redundant Storage) provides redundancy only within the same data center region and doesn't offer protection against regional failures, which could significantly impact your testing and development efforts in the event of a major outage. Utilizing Azure Site Recovery, while effective, would add additional costs that might not be justified for a testing and development environment. Manual VM creation and recovery processes also entail labor and time which may not be ideal for a development context that requires agility. In summary, choosing Standard_GRS storage with Azure Recovery strikes a good balance between ensuring data protection during regional outages while also maintaining a reasonable cost structure suitable for a testing and development scenario.