Skip to content

Commit 5e7802c

Browse files
authored
Fix broken anchor links
1 parent 87d77f9 commit 5e7802c

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/cosmos-db/cassandra/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Azure Cosmos DB supports Azure role-based access control (Azure RBAC) for provis
350350

351351
## Keyspace and Table options
352352

353-
The options for region name, class, replication_factor, and datacenter in the `CREATE KEYSPACE` command are ignored currently. The system uses the underlying Azure Cosmos DB's [global distribution](../global-distribution.md) replication method to add the regions. If you need the cross-region presence of data, you can enable it at the account level with PowerShell, CLI, or the Azure portal. For more information, see [Add regions to your database account](../how-to-manage-database-account.yml#add-remove-regions-from-your-database-account).
353+
The options for region name, class, replication_factor, and datacenter in the `CREATE KEYSPACE` command are ignored currently. The system uses the underlying Azure Cosmos DB's [global distribution](../global-distribution.md) replication method to add the regions. If you need the cross-region presence of data, you can enable it at the account level with PowerShell, CLI, or the Azure portal. For more information, see [Add regions to your database account](../how-to-manage-database-account.yml#add-or-remove-regions-from-your-database-account).
354354

355355
Durable_writes can't be disabled because Azure Cosmos DB ensures every write is durable. In every region, Azure Cosmos DB replicates the data across the replica set that is made up of four replicas and this replica set [configuration](../global-distribution.md) can't be modified.
356356

articles/cosmos-db/data-residency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In Azure Cosmos DB, you can configure your data and backups to remain in a singl
2020

2121
## Residency requirements for data
2222

23-
In Azure Cosmos DB, you must explicitly configure the cross-region data replication. Learn how to configure geo-replication using [Azure portal](how-to-manage-database-account.yml#add-remove-regions-from-your-database-account), [Azure CLI](scripts/cli/common/regions.md). To meet data residency requirements, you can create an Azure Policy definition that allows certain regions to prevent data replication to unwanted regions.
23+
In Azure Cosmos DB, you must explicitly configure the cross-region data replication. Learn how to configure geo-replication using [Azure portal](how-to-manage-database-account.yml#add-or-remove-regions-from-your-database-account), [Azure CLI](scripts/cli/common/regions.md). To meet data residency requirements, you can create an Azure Policy definition that allows certain regions to prevent data replication to unwanted regions.
2424

2525
## Residency requirements for backups
2626

articles/cosmos-db/distribute-data-globally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ With Azure Cosmos DB, you can add or remove the regions associated with your acc
6565
* [Global distribution - under the hood](global-distribution.md)
6666
* [How to configure multi-region writes in your applications](how-to-multi-master.md)
6767
* [Configure multiple write-regions](how-to-manage-database-account.yml#configure-multiple-write-regions)
68-
* [Add or remove regions from your Azure Cosmos DB account](how-to-manage-database-account.yml#add-remove-regions-from-your-database-account)
68+
* [Add or remove regions from your Azure Cosmos DB account](how-to-manage-database-account.yml#add-or-remove-regions-from-your-database-account)
6969
* [Create a custom conflict resolution policy for API for NoSQL accounts](how-to-manage-conflicts.md#create-a-custom-conflict-resolution-policy)
7070
* [Programmable consistency models in Azure Cosmos DB](consistency-levels.md)

articles/cosmos-db/global-distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For complete details on consistency level semantics and guarantees, see [Consist
9898

9999
Next learn how to configure global distribution by using the following articles:
100100

101-
* [Add/remove regions from your database account](how-to-manage-database-account.yml#add-remove-regions-from-your-database-account)
101+
* [Add/remove regions from your database account](how-to-manage-database-account.yml#add-or-remove-regions-from-your-database-account)
102102
* [How to create a custom conflict resolution policy](how-to-manage-conflicts.md#create-a-custom-conflict-resolution-policy)
103103
* Trying to do capacity planning for a migration to Azure Cosmos DB? You can use information about your existing database cluster for capacity planning.
104104
* If all you know is the number of vcores and servers in your existing database cluster, read about [estimating request units using vCores or vCPUs](convert-vcore-to-request-unit.md)

articles/cosmos-db/how-to-manage-conflicts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Learn about the following Azure Cosmos DB concepts:
535535
- [Global distribution - under the hood](global-distribution.md)
536536
- [How to configure multi-region writes in your applications](how-to-multi-master.md)
537537
- [Configure clients for multihoming](how-to-manage-database-account.yml#configure-multiple-write-regions)
538-
- [Add or remove regions from your Azure Cosmos DB account](how-to-manage-database-account.yml#add-remove-regions-from-your-database-account)
538+
- [Add or remove regions from your Azure Cosmos DB account](how-to-manage-database-account.yml#add-or-remove-regions-from-your-database-account)
539539
- [How to configuremulti-region writes in your applications](how-to-multi-master.md).
540540
- [Partitioning and data distribution](partitioning.md)
541541
- [Indexing in Azure Cosmos DB](index-policy.md)

articles/cosmos-db/scaling-provisioned-throughput-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ When you send a request to increase the RU/s of your database or container, depe
3636
- As a result, the operation can take some time to complete, typically 4-6 hours. Each physical partition can support a maximum of 10,000 RU/s (applies to all APIs) of throughput and 50 GB of storage (applies to all APIs, except Cassandra, which has 30 GB of storage).
3737

3838
> [!NOTE]
39-
> If you perform a [change write region operation](how-to-manage-database-account.yml#change-write-region-for-your-azure-cosmos-db-account) or [add/remove a new region](how-to-manage-database-account.yml#add-remove-regions-from-your-database-account) while an asynchronous scale-up operation is in progress, the throughput scale-up operation pauses. It resumes automatically when the failover or add/remove region operation is complete.
39+
> If you perform a [change write region operation](how-to-manage-database-account.yml#change-write-region-for-your-azure-cosmos-db-account) or [add/remove a new region](how-to-manage-database-account.yml#add-or-remove-regions-from-your-database-account) while an asynchronous scale-up operation is in progress, the throughput scale-up operation pauses. It resumes automatically when the failover or add/remove region operation is complete.
4040
4141
- **Instant scale-down**:
4242
- For scale-down operation, Azure Cosmos DB doesn’t need to split or add new partitions.

0 commit comments

Comments
 (0)