Skip to content

Commit da7b601

Browse files
committed
Update hyperlinks
1 parent 9a76671 commit da7b601

12 files changed

+14
-14
lines changed

articles/cosmos-db/data-residency.md

Lines changed: 2 additions & 2 deletions
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#modify-the-backup-interval-and-retention-period) 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](periodic-backup-restore-introduction.md#modify-the-backup-interval-and-retention-period) using portal.
2727

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

@@ -33,7 +33,7 @@ Azure Policy is a service that you can use to create, assign, and manage policie
3333

3434
## Next steps
3535

36-
* Configure and manage periodic backup using [Azure portal](configure-periodic-backup-restore.md)
36+
* Configure and manage periodic backup using [Azure portal](periodic-backup-restore-introduction.md)
3737
* Provision continuous backup using [Azure portal](provision-account-continuous-backup.md#provision-portal), [PowerShell](provision-account-continuous-backup.md#provision-powershell), [CLI](provision-account-continuous-backup.md#provision-cli), or [Azure Resource Manager](provision-account-continuous-backup.md#provision-arm-template).
3838
* Restore continuous backup account using [Azure portal](restore-account-continuous-backup.md#restore-account-portal), [PowerShell](restore-account-continuous-backup.md#restore-account-powershell), [CLI](restore-account-continuous-backup.md#restore-account-cli), or [Azure Resource Manager](restore-account-continuous-backup.md#restore-arm-template).
3939
* [Migrate to an account from periodic backup to continuous backup](migrate-continuous-backup.md).

articles/cosmos-db/gremlin/quickstart-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Optionally, you can also configure the following settings on the **Create Azure
102102
- Other tabs:
103103

104104
- **Networking**: Configure [access from a virtual network](../how-to-configure-vnet-service-endpoint.md).
105-
- **Backup Policy**: Configure either [periodic](../configure-periodic-backup-restore.md) or [continuous](../provision-account-continuous-backup.md) backup policy.
105+
- **Backup Policy**: Configure either [periodic](../periodic-backup-restore-introduction.md) or [continuous](../provision-account-continuous-backup.md) backup policy.
106106
- **Encryption**: Use either a service-managed key or a [customer-managed key](../how-to-setup-cmk.md#create-a-new-azure-cosmos-account).
107107
- **Tags**: Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.
108108

articles/cosmos-db/high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When an Azure Cosmos DB account is deployed in a single region, generally no dat
6363
To help you protect against complete data loss that might result from catastrophic disasters in a region, Azure Cosmos DB provides two backup modes:
6464

6565
- [Continuous backups](./continuous-backup-restore-introduction.md) back up each region every 100 seconds. They enable you to restore your data to any point in time with 1-second granularity. In each region, the backup is dependent on the data committed in that region.
66-
- [Periodic backups](./configure-periodic-backup-restore.md) fully back up all partitions from all containers under your account, with no synchronization across partitions. The minimum backup interval is 1 hour.
66+
- [Periodic backups](./periodic-backup-restore-introduction.md) fully back up all partitions from all containers under your account, with no synchronization across partitions. The minimum backup interval is 1 hour.
6767

6868
When an Azure Cosmos DB account is deployed in multiple regions, data durability depends on the consistency level that you configure on the account. The following table details, for all consistency levels, the RPO of an Azure Cosmos DB account that's deployed in at least two regions.
6969

articles/cosmos-db/includes/cosmos-db-create-dbaccount-cassandra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ms.custom: include file, ignite-2022
5050
1. Optionally you can configure additional details in the following tabs:
5151

5252
* **Networking** - Configure [access from a virtual network](../how-to-configure-vnet-service-endpoint.md).
53-
* **Backup Policy** - Configure either [periodic](../configure-periodic-backup-restore.md) or [continuous](../provision-account-continuous-backup.md) backup policy.
53+
* **Backup Policy** - Configure either [periodic](../periodic-backup-restore-introduction.md) or [continuous](../provision-account-continuous-backup.md) backup policy.
5454
* **Encryption** - Use either service-managed key or a [customer-managed key](../how-to-setup-cmk.md#create-a-new-azure-cosmos-account).
5555
* **Tags** - Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.
5656

articles/cosmos-db/includes/cosmos-db-create-dbaccount-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ms.custom: include file, ignite-2022
5454
1. Optionally you can configure additional details in the following tabs:
5555

5656
* **Networking** - Configure [access from a virtual network](../how-to-configure-vnet-service-endpoint.md).
57-
* **Backup Policy** - Configure either [periodic](../configure-periodic-backup-restore.md) or [continuous](../provision-account-continuous-backup.md) backup policy.
57+
* **Backup Policy** - Configure either [periodic](../periodic-backup-restore-introduction.md) or [continuous](../provision-account-continuous-backup.md) backup policy.
5858
* **Encryption** - Use either service-managed key or a [customer-managed key](../how-to-setup-cmk.md#create-a-new-azure-cosmos-account).
5959
* **Tags** - Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.
6060

articles/cosmos-db/includes/cosmos-db-create-dbaccount-mongodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ms.custom: include file, ignite-2022
5454
1. Optionally you can configure additional details in the following tabs:
5555

5656
* **Networking** - Configure [access from a virtual network](../how-to-configure-vnet-service-endpoint.md).
57-
* **Backup Policy** - Configure either [periodic](../configure-periodic-backup-restore.md) or [continuous](../provision-account-continuous-backup.md) backup policy.
57+
* **Backup Policy** - Configure either [periodic](../periodic-backup-restore-introduction.md) or [continuous](../provision-account-continuous-backup.md) backup policy.
5858
* **Encryption** - Use either service-managed key or a [customer-managed key](../how-to-setup-cmk.md#create-a-new-azure-cosmos-account).
5959
* **Tags** - Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.
6060

articles/cosmos-db/includes/cosmos-db-create-dbaccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ms.custom: include file, ignite-2022
6464
1. Optionally, you can configure more details in the following tabs:
6565

6666
- **Networking**. Configure [access from a virtual network](../how-to-configure-vnet-service-endpoint.md).
67-
- **Backup Policy**. Configure either [periodic](../configure-periodic-backup-restore.md) or [continuous](../provision-account-continuous-backup.md) backup policy.
67+
- **Backup Policy**. Configure either [periodic](../periodic-backup-restore-introduction.md) or [continuous](../provision-account-continuous-backup.md) backup policy.
6868
- **Encryption**. Use either service-managed key or a [customer-managed key](../how-to-setup-cmk.md#create-a-new-azure-cosmos-account).
6969
- **Tags**. Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.
7070

articles/cosmos-db/nosql/migrate-hbase-to-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ There are several ways to get a backup of HBase. For example, Snapshot, Export,
848848

849849
Azure Cosmos DB automatically backs up data at periodic intervals, which does not affect the performance or availability of database operations. Backups are stored in Azure storage and can be used to recover data if needed. There are two types of Azure Cosmos DB backups:
850850

851-
* [Periodic backup](../configure-periodic-backup-restore.md)
851+
* [Periodic backup](../periodic-backup-restore-introduction.md)
852852

853853
* [Continuous backup](../continuous-backup-restore-introduction.md)
854854

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-data-restore-from-a-backup) the parent resource, or re-create the resources.
107+
1. [Restore](../periodic-backup-restore-introduction.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

articles/cosmos-db/online-backup-and-restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are two backup modes:
2222

2323
* **Continuous backup mode** – This mode has two tiers. One tier includes 7-day retention and the second includes 30-day retention. Continuous backup allows you to restore to any point of time within either 7 or 30 days. You can choose this appropriate tier while creating an Azure Cosmos DB account. For more information about the tiers, see [introduction to continuous backup mode](continuous-backup-restore-introduction.md). To enable continuous backup, see the appropriate articles using [Azure portal](provision-account-continuous-backup.md#provision-portal), [PowerShell](provision-account-continuous-backup.md#provision-powershell), [CLI](provision-account-continuous-backup.md#provision-cli), or [Azure Resource Manager](provision-account-continuous-backup.md#provision-arm-template). You can also [migrate the accounts from periodic to continuous mode](migrate-continuous-backup.md).
2424

25-
* **Periodic backup mode** - This mode is the default backup mode for all existing accounts. In this mode, backup is taken at a periodic interval and the data is restored by creating a request with the support team. In this mode, you configure a backup interval and retention for your account. The maximum retention period extends to a month. The minimum backup interval can be one hour. To learn more, see [periodic backup mode](configure-periodic-backup-restore.md).
25+
* **Periodic backup mode** - This mode is the default backup mode for all existing accounts. In this mode, backup is taken at a periodic interval and the data is restored by creating a request with the support team. In this mode, you configure a backup interval and retention for your account. The maximum retention period extends to a month. The minimum backup interval can be one hour. To learn more, see [periodic backup mode](periodic-backup-restore-introduction.md).
2626

2727
> [!NOTE]
2828
> If you configure a new account with continuous backup, you can do self-service restore via Azure portal, PowerShell, or CLI. If your account is configured in continuous mode, you can’t switch it back to periodic mode.
@@ -51,7 +51,7 @@ Yes, but only for the regular transactional data. Within an analytical store, ba
5151

5252
Next you can learn about how to configure and manage periodic and continuous backup modes for your account:
5353

54-
* [Configure and manage periodic backup](configure-periodic-backup-restore.md) policy.
54+
* [Configure and manage periodic backup](periodic-backup-restore-introduction.md) policy.
5555
* What is [continuous backup](continuous-backup-restore-introduction.md) mode?
5656
* Enable continuous backup using [Azure portal](provision-account-continuous-backup.md#provision-portal), [PowerShell](provision-account-continuous-backup.md#provision-powershell), [CLI](provision-account-continuous-backup.md#provision-cli), or [Azure Resource Manager](provision-account-continuous-backup.md#provision-arm-template).
5757
* Restore continuous backup account using [Azure portal](restore-account-continuous-backup.md#restore-account-portal), [PowerShell](restore-account-continuous-backup.md#restore-account-powershell), [CLI](restore-account-continuous-backup.md#restore-account-cli), or [Azure Resource Manager](restore-account-continuous-backup.md#restore-arm-template).

0 commit comments

Comments
 (0)