Skip to content

Commit a198997

Browse files
authored
Merge pull request #194600 from WilliamDAssafMSFT/patch-4
Update get-latest-restore-timestamp.md
2 parents 531d16e + d9f461e commit a198997

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

articles/cosmos-db/get-latest-restore-timestamp.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ author: kanshiG
55
ms.author: govindk
66
ms.service: cosmos-db
77
ms.subservice: cosmosdb-sql
8-
ms.date: 03/02/2022
8+
ms.date: 04/08/2022
99
ms.topic: how-to
1010
ms.reviewer: wiassaf
1111
---
1212

1313
# Get the latest restorable timestamp for continuous backup accounts
1414
[!INCLUDE[appliesto-all-apis-except-cassandra](includes/appliesto-all-apis-except-cassandra.md)]
1515

16-
This article describes how to get the [latest restorable timestamp](latest-restore-timestamp-continuous-backup.md) for accounts with continuous backup mode. It explains how to get the latest restorable time for SQL containers, Table API Tables (in Preview), Graph API graphs(in Preview), and MongoDB collections using Azure PowerShell and Azure CLI. You can see the request and response format for the PowerShell and CLI commands.
16+
This article describes how to get the [latest restorable timestamp](latest-restore-timestamp-continuous-backup.md) for accounts with continuous backup mode. It explains how to get the latest restorable time using Azure PowerShell and Azure CLI, and provides the request and response format for the PowerShell and CLI commands.
17+
18+
This feature is supported for Cosmos DB SQL API containers and Cosmos DB MongoDB API collections. This feature is in preview for Table API tables and Gremlin API graphs.
1719

1820
## SQL container
1921

@@ -38,7 +40,7 @@ Get-AzCosmosDBSqlContainerBackupInformation -ResourceGroupName "rg" `
3840
-Location "eastus"
3941
```
4042

41-
**Sample response (In UTC Format):**
43+
**Sample response (in UTC format):**
4244

4345
```console
4446
LatestRestorableTimestamp
@@ -66,7 +68,7 @@ az cosmosdb sql retrieve-latest-backup-time -g "rg" \
6668
-l "eastus"
6769
```
6870

69-
**Sample response (In UTC Format):**
71+
**Sample response (in UTC format):**
7072

7173
```console
7274
{
@@ -156,7 +158,7 @@ Get-LatestRestorableTimestampForSqlDatabase `
156158
-Location eastus
157159
```
158160

159-
**Sample response (In UTC Format):**
161+
**Sample response (in UTC format):**
160162

161163
```console
162164
Latest restorable timestamp for a database is minimum of restorable timestamps of all the underlying containers
@@ -248,7 +250,7 @@ Get-LatestRestorableTimestampForSqlAccount `
248250
-location eastus
249251
```
250252

251-
**Sample response (In UTC Format):**
253+
**Sample response (in UTC format):**
252254

253255
```console
254256
Latest restorable timestamp for an account is minimum of restorable timestamps of all the underlying containers
@@ -280,7 +282,7 @@ Get-AzCosmosDBMongoDBCollectionBackupInformation `
280282
-Location "eastus"
281283
```
282284

283-
**Sample response (In UTC Format):**
285+
**Sample response (in UTC format):**
284286

285287
```console
286288
LatestRestorableTimestamp
@@ -396,7 +398,7 @@ Import-Module .\LatestRestorableTimestampForMongoDBDatabase.ps1
396398
Get-LatestRestorableTimestampForMongoDBDatabase -ResourceGroupName rg -accountName mongopitracc -databaseName db1 -location eastus
397399
```
398400

399-
**Sample response (In UTC Format):**
401+
**Sample response (in UTC format):**
400402

401403
```console
402404
Latest restorable timestamp for a database is minimum of restorable timestamps of all the underlying collections
@@ -487,14 +489,14 @@ Get-LatestRestorableTimestampForMongoDBAccount `
487489
-Location eastus
488490
```
489491

490-
**Sample response (In UTC Format):**
492+
**Sample response (in UTC format):**
491493

492494
```console
493495
Latest restorable timestamp for an account is minimum of restorable timestamps of all the underlying collections
494496
Wednesday, November 3, 2021 8:33:49 PM
495497
```
496498

497-
## Gremlin Graph Backup information
499+
## Gremlin graph backup information
498500

499501
### PowerShell
500502

@@ -519,7 +521,7 @@ Get-AzCosmosDBGremlinGraphBackupInformation `
519521
-Location "eastus"
520522
```
521523

522-
**Sample response (In UTC Format):**
524+
**Sample response (in UTC format):**
523525

524526
```console
525527
LatestRestorableTimestamp
@@ -559,7 +561,7 @@ az cosmosdb gremlin retrieve-latest-backup-time \
559561
}
560562
```
561563

562-
## Table Backup information
564+
## Table backup information
563565

564566
### PowerShell
565567

@@ -582,7 +584,7 @@ Get-AzCosmosDBTableBackupInformation `
582584
-Location "eastus"
583585
```
584586

585-
**Sample response (In UTC Format):**
587+
**Sample response (in UTC format):**
586588

587589
```console
588590
LatestRestorableTimestamp
@@ -622,8 +624,8 @@ az cosmosdb table retrieve-latest-backup-time \
622624

623625
## Next steps
624626

625-
* [Introduction to continuous backup mode with point-in-time restore.](continuous-backup-restore-introduction.md)
627+
* [Introduction to continuous backup mode with point-in-time restore](continuous-backup-restore-introduction.md)
626628

627-
* [Continuous backup mode resource model.](continuous-backup-restore-resource-model.md)
629+
* [Continuous backup mode resource model](continuous-backup-restore-resource-model.md)
628630

629631
* [Configure and manage continuous backup mode](continuous-backup-restore-portal.md) using Azure portal.

0 commit comments

Comments
 (0)