Skip to content

Commit dae9bee

Browse files
authored
Add metadata to include files
1 parent d0e3441 commit dae9bee

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

articles/cosmos-db/includes/continuous-backup-restore-frequently-asked-questions-instanceid.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
author: kanshiG
3+
ms.author: govindk
4+
ms.reviewer: mjbrown
5+
ms.service: cosmos-db
6+
ms.topic: include
7+
ms.date: 04/19/2023
8+
---
9+
110
At any point in time, an Azure Cosmos DB account's `accountName` property is globally unique while it's alive. After the account is deleted, it's possible to create another account with the same name. If that happens, `accountName` is no longer enough to identify an instance of an account.
211

312
The instance ID, or `instanceId`, is a property of an instance of an account. It's used to disambiguate across multiple accounts (live and deleted) if they have same name for restore. You can get the instance ID by running either of these commands:

articles/cosmos-db/includes/continuous-backup-restore-frequently-asked-questions-restore-progress-commands.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
author: kanshiG
3+
ms.author: govindk
4+
ms.reviewer: mjbrown
5+
ms.service: cosmos-db
6+
ms.topic: include
7+
ms.date: 04/19/2023
8+
---
9+
110
After you submit the restore command and wait on the page, the status bar shows a message about a successfully restored account when the operation finishes. You can also search for the restored account and [track its status](../restore-account-continuous-backup.md#track-restore-status). While the restore is in progress, the account status is **Creating**. After the restore operation finishes, the account status changes to **Online**.
211

312
For PowerShell and the Azure CLI, you can track the progress of a restore operation by using the [`az cosmosdb show`](/cli/azure/cosmosdb#az-cosmosdb-show) command:

0 commit comments

Comments
 (0)