Skip to content

Commit 164eab0

Browse files
authored
Merge pull request #100003 from tamram/patch-65
Update storage-redundancy-grs.md
2 parents ec4d7e9 + e14bdd6 commit 164eab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/storage-redundancy-grs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 12/04/2019
10+
ms.date: 01/02/2020
1111
ms.author: tamram
1212
ms.reviewer: artek
1313
ms.subservice: common
@@ -27,7 +27,7 @@ Some considerations to keep in mind when using RA-GRS:
2727

2828
- Your application has to manage which endpoint it is interacting with when using RA-GRS.
2929
- Since asynchronous replication involves a delay, changes that haven't yet been replicated to the secondary region may be lost if data can't be recovered from the primary region.
30-
- You can check the Last Sync Time of your storage account. Last Sync Time is a GMT date/time value. All primary writes before the Last Sync Time have been successfully written to the secondary location, meaning that they are available to be read from the secondary location. Primary writes after the Last Sync Time may or may not be available for reads yet. You can query this value using the [Azure portal](https://portal.azure.com/), [Azure PowerShell](storage-powershell-guide-full.md), or from one of the Azure Storage client libraries.
30+
- You can check the **Last Sync Time** property for your storage account. **Last Sync Time** is a GMT date/time value. All primary writes made before the **Last Sync Time** have been successfully written to the secondary location, meaning that they are available to be read from the secondary location. Primary writes after the **Last Sync Time** may or may not be available for reads yet. You can query this value using PowerShell, Azure CLI, or one of the Azure Storage client libraries. For more information, see **Getting the last sync time** in [Designing highly available applications using read-access geo-redundant storage](storage-designing-ha-apps-with-ragrs.md#getting-the-last-sync-time).
3131
- If you initiate an account failover (preview) of a GRS or RA-GRS account to the secondary region, write access to that account is restored after the failover has completed. For more information, see [Disaster recovery and storage account failover (preview)](storage-disaster-recovery-guidance.md).
3232
- RA-GRS is intended for high-availability purposes. For scalability guidance, review the [performance checklist](storage-performance-checklist.md).
3333
- For suggestions on how to design for high availability with RA-GRS, see [Designing Highly Available Applications using RA-GRS storage](storage-designing-ha-apps-with-ragrs.md).

0 commit comments

Comments
 (0)