An Azure service that stores structured NoSQL data in the cloud.
HI @SUNOJ KUMAR YELURU .,
Thanks for your response.
Below is my understanding.
GRS - Using the geo-redundant storage (GRS) option your data is replicated 3 times within the primary region and is also replicated 3 times in a secondary region hundreds of miles away from the primary region. In the event of a failure at the primary region, Azure Storage will failover to the secondary region.
RA-GRS - Read-access geo-redundant storage (RA-GRS) not only replicates your data to a secondary geographic location but also provides read access to your data in the secondary location(unlike GRS). RA-GRS allows you to access your data from either location, in the event that one location becomes unavailable.
NOTE : Main difference between GRS and RA GRS is fairly simple, GRS only allows to be read in the secondary zone in the event of a failover from the primary to secondary while RA GRS allows the option to read in the secondary whenever you want., hence RA-GRS is an expensive option.
Hence Cost Optimized Solution is GRS, please confirm..