Skip to content

Commit 3d5aebb

Browse files
committed
restore doc fixes
1 parent f5c31af commit 3d5aebb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/restore-account-continuous-backup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ After initiating a restore operation, select the **Notification** bell icon at t
9191

9292
### Get the restore details from the restored account
9393

94-
After the restore operation completes, you may want to know the source account name from which you restored or the restore time. In some cases, the source account may be deleted and you can get these details from the restored account.
94+
After the restore operation completes, you may want to know the source account details from which you restored or the restore time.
9595

9696
Use the following steps to get the restore details from Azure portal:
9797

9898
1. Sign into the [Azure portal](https://portal.azure.com/) and navigate to the restored account.
9999

100100
1. Navigate to the **Export template** pane. It opens a JSON template, corresponding to the restored account.
101101

102-
1. The **resources** > **properties** > **restoreParameters** object contains the restore details. The **restoreTimestampInUtc** gives you the time at which the account was restored and the **databasesToRestore** shows the database and container from which the account was restored.
102+
1. The **resources** > **properties** > **restoreParameters** object contains the restore details. The **restoreTimestampInUtc** gives you the time at which the account was restored and the **databasesToRestore** shows the specific database and container from which the account was restored.
103103

104104
## <a id="restore-account-powershell"></a>Restore an account using Azure PowerShell
105105

@@ -162,7 +162,7 @@ Restore-AzCosmosDBAccount `
162162

163163
### Get the restore details from the restored account
164164

165-
Import the `Az.CosmosDB` module and run the following command to get the restore details:
165+
Import the `Az.CosmosDB` module and run the following command to get the restore details. The restoreTimestamp will be under the restoreParameters object:
166166

167167
```azurepowershell
168168
Get-AzCosmosDBAccount -ResourceGroupName MyResourceGroup -Name MyCosmosDBDatabaseAccount

0 commit comments

Comments
 (0)