Skip to content

Commit 1b91525

Browse files
Merge pull request #231098 from seesharprun/cosmos-remove-links-periodic-backup-restore
Cosmos DB | Remove anchor tags from periodic restore article
2 parents 17bf241 + 92e521d commit 1b91525

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/cosmos-db/configure-periodic-backup-restore.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Azure Cosmos DB automatically takes backups of your data at regular intervals. T
3030
> [!Note]
3131
> For Azure Synapse Link enabled accounts, analytical store data isn't included in the backups and restores. When Synapse Link is enabled, Azure Cosmos DB will continue to automatically take backups of your data in the transactional store at a scheduled backup interval. Automatic backup and restore of your data in the analytical store is not supported at this time.
3232
33-
## <a id="backup-storage-redundancy"></a>Backup storage redundancy
33+
## Backup storage redundancy
3434

3535
By default, Azure Cosmos DB stores periodic mode backup data in geo-redundant [blob storage](../storage/common/storage-redundancy.md) that is replicated to a [paired region](../availability-zones/cross-region-replication-azure.md). You can update this default value using Azure PowerShell or CLI and define an Azure policy to enforce a specific storage redundancy option. To learn more, see [update backup storage redundancy](update-backup-storage-redundancy.md) article.
3636

@@ -49,7 +49,7 @@ You can configure storage redundancy for periodic backup mode at the time of acc
4949
>
5050
> Updating backup storage redundancy will not have any impact on backup storage pricing.
5151
52-
## <a id="configure-backup-interval-retention"></a>Modify the backup interval and retention period
52+
## Modify the backup interval and retention period
5353

5454
Azure Cosmos DB automatically takes a full backup of your data for every 4 hours and at any point of time, the latest two backups are stored. This configuration is the default option and it’s offered without any extra cost. You can change the default backup interval and retention period during the Azure Cosmos DB account creation or after the account is created. The backup configuration is set at the Azure Cosmos DB account level and you need to configure it on each account. After you configure the backup options for an account, it’s applied to all the containers within that account. You can modify these settings using the Azure portal as described below, or via [PowerShell](configure-periodic-backup-restore.md#modify-backup-options-using-azure-powershell) or the [Azure CLI](configure-periodic-backup-restore.md#modify-backup-options-using-azure-cli).
5555

@@ -118,7 +118,7 @@ When deploying the Resource Manager template, change the periodic backup options
118118
}
119119
```
120120

121-
## <a id="request-restore"></a>Request data restore from a backup
121+
## Request data restore from a backup
122122

123123
If you accidentally delete your database or a container, you can [file a support ticket](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade) or [call the Azure support](https://azure.microsoft.com/support/options/) to restore the data from automatic online backups. Azure support is available for selected plans only such as **Standard**, **Developer**, and plans higher than those. Azure support is not available with **Basic** plan. To learn about different support plans, see the [Azure support plans](https://azure.microsoft.com/support/plans/) page.
124124

@@ -135,7 +135,7 @@ You should have the following details before requesting a restore:
135135

136136
* 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.
137137

138-
* If you have 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](#configure-backup-interval-retention) 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 will have enough time to restore your account.
138+
* If you have 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](#modify-the-backup-interval-and-retention-period) 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 will have enough time to restore your account.
139139

140140
In addition to Azure Cosmos DB account name, database names, container names, you should specify the point in time to which the data can be restored to. It is 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.**
141141

articles/cosmos-db/data-residency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In Azure Cosmos DB, you must explicitly configure the cross-region data replicat
2323

2424
**Continuous mode Backups**: These backups are resident by default as they are stored in either locally redundant or zone redundant storage. To learn more, see the [continuous backup](provision-account-continuous-backup.md) article.
2525

26-
**Periodic mode Backups**: By default, periodic mode account backups will be stored in geo-redundant storage. For periodic backup modes, you can configure data redundancy at the account level. There are three redundancy options for the backup storage. They are local redundancy, zone redundancy, or geo redundancy. To learn more, see how to [configure backup redundancy](configure-periodic-backup-restore.md#configure-backup-interval-retention) using portal.
26+
**Periodic mode Backups**: By default, periodic mode account backups will be stored in geo-redundant storage. For periodic backup modes, you can configure data redundancy at the account level. There are three redundancy options for the backup storage. They are local redundancy, zone redundancy, or geo redundancy. To learn more, see how to [configure backup redundancy](configure-periodic-backup-restore.md#modify-the-backup-interval-and-retention-period) using portal.
2727

2828
## Use Azure Policy to enforce the residency requirements
2929

articles/cosmos-db/nosql/troubleshoot-not-found.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Wait for the indexing to catch up or change the indexing policy.
104104
The database or container that the item exists in was deleted.
105105

106106
#### Solution:
107-
1. [Restore](../configure-periodic-backup-restore.md#request-restore) the parent resource, or re-create the resources.
107+
1. [Restore](../configure-periodic-backup-restore.md#request-data-restore-from-a-backup) the parent resource, or re-create the resources.
108108
1. Create a new resource to replace the deleted resource.
109109

110110
### 7. Container/Collection names are case-sensitive

0 commit comments

Comments
 (0)