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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,20 +277,20 @@ Use the Azure CLI to restore a deleted container or database. Child containers a
277
277
278
278
```azurecli
279
279
az cosmosdb gremlin database restore \
280
-
--resource-group <resource-group-name> \
281
-
--account-name <account-name> \
282
-
--name <database-name> \
280
+
--resource-group <resource-group-name> \
281
+
--account-name <account-name> \
282
+
--name <database-name> \
283
283
--restore-timestamp <timestamp>
284
284
```
285
285
286
286
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):
0 commit comments