Voiced by Amazon Polly |
Introduction
On December 12th Microsoft announced the preview of its newest service targeted at providing durability to business-critical data, the Read Access Geo Redundant Storage or RA-GRS for short.
This service creates a read-access only secondary replica of the desired storage account and once enabled provides an endpoint name for the secondary replica. In case of a disaster situation where the primary storage account becomes unavailable, read requests can be routed to the secondary replica.
Customized Cloud Solutions to Drive your Business Success
- Cloud Migration
- Devops
- AIML & IoT
Key features of the Service
- Follows eventual consistency
- Uses the same Secret Keys and Shard Access Signature as the primary storage account
- The Secondary endpoint name is added with a suffix “-secondary” for identification as secondary endpoint
- Storage Analytics are also available
- The Storage Client Library 3.0 (REST v 2013-08-15) also provides support for RA-GRS in terms of:
- Querying the Last Sync Time
- Automatically retrying the secondary replica if primary is unavailable
Keep in Mind:
- Any PUT/DELETE request to this secondary replica returns an HTTP code 403.
- The canonicalization of the resource to access the primary and secondary endpoint must remain the same else it may not be able to read from the secondary endpoint when needed.
How does it work?
RA-GRS uses eventual asynchronous replication but since transactions across Partition Keys can happen out of order, the service uses a Recovery Point Objective time called “Last Sync Time” for data availability in the secondary replica. In this process all updates to primary storage before the Last Sync Time are guaranteed to be available for read from secondary replica. Updates after the Last Sync Time may or may not be available.
Last Sync Time values are available for Blobs, Tables & Queues and can be obtained using the REST API “GetServiceStats“.
SLA: High Read Availability of 99.99+% (compared to normal GRS which is 99.9+%)
Pricing
As low as $0.12/GB for the first TB ($0.105/GB during preview). For more details visit the pricing page.
How to try this service?
Currently this service is available as a limited time preview and needs to be requested for. Once request is approved, it can be enabled from the Windows Azure Management Portal by configuring the storage account’s replication property to “Read Access Geo-Redundant Storage“.
It can also be enabled through the Windows Azure Service Management API by setting the value SecondaryReadEnabled to true.
Get your new hires billable within 1-60 days. Experience our Capability Development Framework today.
- Cloud Training
- Customized Training
- Experiential Learning
About CloudThat
CloudThat is a leading provider of Cloud Training and Consulting services with a global presence in India, the USA, Asia, Europe, and Africa. Specializing in AWS, Microsoft Azure, GCP, VMware, Databricks, and more, the company serves mid-market and enterprise clients, offering comprehensive expertise in Cloud Migration, Data Platforms, DevOps, IoT, AI/ML, and more.
CloudThat is the first Indian Company to win the prestigious Microsoft Partner 2024 Award and is recognized as a top-tier partner with AWS and Microsoft, including the prestigious ‘Think Big’ partner award from AWS and the Microsoft Superstars FY 2023 award in Asia & India. Having trained 850k+ professionals in 600+ cloud certifications and completed 500+ consulting projects globally, CloudThat is an official AWS Premier Consulting Partner, Microsoft Gold Partner, AWS Training Partner, AWS Migration Partner, AWS Data and Analytics Partner, AWS DevOps Competency Partner, AWS GenAI Competency Partner, Amazon QuickSight Service Delivery Partner, Amazon EKS Service Delivery Partner, AWS Microsoft Workload Partners, Amazon EC2 Service Delivery Partner, Amazon ECS Service Delivery Partner, AWS Glue Service Delivery Partner, Amazon Redshift Service Delivery Partner, AWS Control Tower Service Delivery Partner, AWS WAF Service Delivery Partner, Amazon CloudFront Service Delivery Partner, Amazon OpenSearch Service Delivery Partner, AWS DMS Service Delivery Partner, AWS Systems Manager Service Delivery Partner, Amazon RDS Service Delivery Partner, AWS CloudFormation Service Delivery Partner, AWS Config, Amazon EMR and many more.
WRITTEN BY Sangram Rath
Comments