nerdexam
Microsoft

DP-300 · Question #319

You plan to deploy an Azure SQL managed instance. You need to restore database backups across regions. Which type of storage account should you use?

The correct answer is D. geo-redundant storage (GRS). Geo-redundant storage (GRS) replicates your data to a secondary region hundreds of miles away from the primary region, making it the right choice when you need to restore Azure SQL Managed Instance database backups across regions - it ensures your backups are accessible even if…

Submitted by dimitri_ru· Mar 6, 2026Plan and configure a high availability and disaster recovery (HA/DR) environment

Question

You plan to deploy an Azure SQL managed instance. You need to restore database backups across regions. Which type of storage account should you use?

Options

  • Alocally-redundant storage (LRS)
  • Bzone-redundant storage (ZRS)
  • Cgeo-zone-redundant storage (GZRS)
  • Dgeo-redundant storage (GRS)

How the community answered

(18 responses)
  • B
    6% (1)
  • C
    6% (1)
  • D
    89% (16)

Explanation

Geo-redundant storage (GRS) replicates your data to a secondary region hundreds of miles away from the primary region, making it the right choice when you need to restore Azure SQL Managed Instance database backups across regions - it ensures your backups are accessible even if an entire region goes down.

Why the others are wrong:

  • LRS (A) only replicates data within a single datacenter in one region - no cross-region capability at all.
  • ZRS (B) replicates across availability zones but stays within a single region, so cross-region restores are not possible.
  • GZRS (C) combines zone-redundancy with geo-replication, which sounds appealing, but Azure SQL Managed Instance specifically supports GRS (not GZRS) for cross-region backup restore scenarios; GZRS is also more costly and typically used for other workloads.

Memory tip: Think "Geo = Go across regions" - any storage option starting with "Geo" (GRS or GZRS) replicates across regions, but for Azure SQL Managed Instance backup/restore cross-region scenarios, GRS is the supported and expected answer on the exam. If the question mentions SQL Managed Instance + cross-region backups, always default to GRS.

Topics

#Azure Storage#Geo-redundancy#Disaster Recovery#SQL Managed Instance

Community Discussion

No community discussion yet for this question.

Full DP-300 Practice