Azure's GRS with read access enabled to the secondary region, allowing applications to read from either region. Provides higher availability for read operations during regional outages.
Azure RA-GRS allows a global website to serve read requests from the secondary region when the primary region experiences an outage, maintaining 99.99% read availability.
Azure RA-GRS is a storage account replication option that keeps a secondary copy in a paired region and allows read access to that secondary endpoint. AWS S3 Multi-Region Access Points and GCP dual-region buckets are designed to serve reads from multiple regions with a single global access pattern, while OCI Object Storage Replication replicates objects to another region but typically requires you to direct reads to the destination bucket/endpoint yourself.