How to check last synch time for RA-GRS redundancy in azure storage

Deshmukh, Vijit 516 Reputation points
2023-06-30T09:54:54.7+00:00

Hi Team,

I have azure storage account configured with RA-GRS redundancy option.

Please let me know how I can check for the last synch time between the primary and secondary region.

Regards,

Vijit Deshmukh

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,539 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 125.8K Reputation points Volunteer Moderator
    2023-06-30T10:14:54.85+00:00

    Hi Vijit,

    In the Azure portal, open the storage account, click on the Redundancy blade on left, then click Prepare for failover. Last sync time with be shown on the right. Please see screenshot below:

    azure storage last sync

    After viewing the last sync time, click the X to close the failover window.

    Please click Accept Answer if the above was useful.

    Thanks.

    -TP

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Sumarigo-MSFT 47,471 Reputation points Microsoft Employee Moderator
    2023-06-30T17:15:09.19+00:00

    @Deshmukh, Vijit Adding more information to the above response!

    1. You may use code which is mentioned in the below link and this should help you in checking the status: https://gist.github.com/ajith-k/92867fb6e5329ff9300d712df12f2809

    You can also refer to the REST API calls - https://learn.microsoft.com/en-us/rest/api/storageservices/get-blob-service-stats

    This article describes how to check the Last Sync Time property for your storage account so that you can evaluate any discrepancy between the primary and secondary regions: https://learn.microsoft.com/en-us/azure/storage/common/last-sync-time-get?tabs=azure-powershell

    Additional information : Azure Storage redundancy

    Please let us know if you have any further queries**. I’m happy to assist you further.**


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.