You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/how-to-restore-in-account-continuous-backup.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,8 @@ Use the Azure CLI to restore a deleted container or database. Child containers a
284
284
--resource-group <resource-group-name> \
285
285
--account-name <account-name> \
286
286
--name <database-name> \
287
-
--restore-timestamp <timestamp>
287
+
--restore-timestamp <timestamp> \
288
+
--disable-ttl True
288
289
```
289
290
290
291
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
0 commit comments