Skip to content

Commit 0251c8d

Browse files
authored
Update how-to-restore-in-account-continuous-backup.md
Added for gremlin TTL disabled in CLI
1 parent 8644dea commit 0251c8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/cosmos-db/how-to-restore-in-account-continuous-backup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ Use the Azure CLI to restore a deleted container or database. Child containers a
284284
--resource-group <resource-group-name> \ 
285285
--account-name <account-name> \ 
286286
--name <database-name> \
287-
--restore-timestamp <timestamp>
287+
--restore-timestamp <timestamp> \
288+
--disable-ttl True
288289
```
289290
290291
1. Initiate a restore operation for a deleted graph by using [az cosmosdb gremlin graph restore](/cli/azure/cosmosdb/gremlin/graph#az-cosmosdb-gremlin-graph-restore):
@@ -295,7 +296,8 @@ Use the Azure CLI to restore a deleted container or database. Child containers a
295296
--account-name <account-name> \ 
296297
--database-name <database-name> \
297298
--name <graph-name> \
298-
--restore-timestamp <timestamp>
299+
--restore-timestamp <timestamp> \
300+
--disable-ttl True
299301
```
300302
301303
:::zone-end

0 commit comments

Comments
 (0)