Skip to content

Commit db7f7c7

Browse files
Merge pull request #260097 from kanshiG/docs-editor/periodic-backup-request-data-r-1701497561
Update periodic-backup-request-data-restore.md
2 parents 6afc8bf + 548d90b commit db7f7c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

articles/cosmos-db/periodic-backup-request-data-restore.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You should have the following details before requesting a restore:
2727
- If one or more containers are deleted, you should provide the Azure Cosmos DB account name, database names, and the container names. And specify if a container with the same name exists.
2828
- If you've accidentally deleted or corrupted your data, you should contact [Azure support](https://azure.microsoft.com/support/options/) within 8 hours so that the Azure Cosmos DB team can help you restore the data from the backups. **Before you create a support request to restore the data, make sure to [increase the backup retention](periodic-backup-modify-interval-retention.md) for your account to at least seven days. It’s best to increase your retention within 8 hours of this event.** This way the Azure Cosmos DB support team has enough time to restore your account.
2929

30-
In addition to Azure Cosmos DB account name, database names, container names, you should specify the point in time to use for data restoration. It's important to be as precise as possible to help us determine the best available backups at that time. **It is also important to specify the time in UTC.**
30+
In addition to Azure Cosmos DB account name, database names, container names, you should specify the point in time to use for data restoration. It's important to be as precise as possible to help us determine the best available backups at that time. **It is also important to specify the time in UTC**. If you want to restore the account **without network access**, please do mention in the ticket.
3131

3232
The following screenshot illustrates how to create a support request for a container(collection/graph/table) to restore data by using Azure portal. Provide other details such as type of data, purpose of the restore, time when the data was deleted to help us prioritize the request.
3333

@@ -104,6 +104,7 @@ $parameters = @{
104104
Get-AzCosmosDBAccount @parameters
105105
```
106106

107+
107108
---
108109

109110
## Post-restore actions

0 commit comments

Comments
 (0)