Search
3 results for “azure-storage”
Search results
Secure Azure Environment with Bicep and Private Endpoints
A hands-on Infrastructure-as-Code lab deploying a production-ready Azure environment from a single Bicep template.
How to Configure Azure File Sync
Configure Azure File Sync end to end: extend on-premises file servers into Azure Files with cloud tiering, sync groups, and server endpoints.
What is the difference between locally redundant storage (LRS), zone-redundant storage (ZRS), and geo-redundant storage (GRS)?
LRS replicates data three times within a single datacenter; it protects against hardware failure but not a datacenter-level outage. ZRS replicates synchronously across three availability zones within one region, protecting against a single datacenter failure while keeping data within the region. GRS replicates asynchronously to a second, geographically distant region on top of LRS in the primary region, protecting against a regional disaster at the cost of the secondary copy lagging slightly behind (eventual, not synchronous, consistency) and being unreadable by default unless read access is explicitly enabled (RA-GRS).