Skip to content

Commit dc50ab1

Browse files
Merge pull request #262693 from seesharprun/cosmos-nosql-java-fix-quickstart-links
Cosmos DB | Fix broken links related to NoSQL+Java quickstart
2 parents a02fc1d + b91b43d commit dc50ab1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/cosmos-db/nosql/bulk-executor-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Currently, the bulk executor library is supported only by Azure Cosmos DB for No
3535

3636
- On Ubuntu, you can run `apt-get install maven` to install Maven.
3737

38-
* Create an Azure Cosmos DB for NoSQL account by using the steps described in the [create database account](quickstart-java.md#create-a-database-account) section of the Java quickstart article.
38+
* Create an Azure Cosmos DB for NoSQL account by using the steps described in the [create database account](quickstart-java.md) section of the Java quickstart article.
3939

4040
## Clone the sample application
4141

articles/cosmos-db/nosql/throughput-control-spark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: thvankra
1616
The [Spark Connector](quickstart-spark.md) allows you to communicate with Azure Cosmos DB using [Apache Spark](https://spark.apache.org/). This article describes how the throughput control feature works. Check out our [Spark samples in GitHub](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3_2-12/Samples) to get started using throughput control.
1717

1818
> [!TIP]
19-
> This article documents the use of global throughput control groups in the Azure Cosmos DB Spark Connector, but the functionality is also available in the [Java SDK](./sdk-java-v4.md). In the SDK, you can also use both global and local Throughput Control groups to limit the RU consumption in the context of a single client connection instance. For example, you can apply this to different operations within a single microservice, or maybe to a single data loading program. Take a look at documentation on how to [use throughput control](quickstart-java.md#use-throughput-control) in the Java SDK.
19+
> This article documents the use of global throughput control groups in the Azure Cosmos DB Spark Connector, but the functionality is also available in the [Java SDK](./sdk-java-v4.md). In the SDK, you can also use both global and local Throughput Control groups to limit the RU consumption in the context of a single client connection instance. For example, you can apply this to different operations within a single microservice, or maybe to a single data loading program. Take a look at documentation on how to [use throughput control](quickstart-java.md) in the Java SDK.
2020
2121
> [!WARNING]
2222
> Please note that throughput control is not yet supported for gateway mode.

articles/cosmos-db/visualize-qlik-sense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before following the instructions in this article, ensure that you have the foll
4242

4343
* Create an Azure Cosmos DB API for NoSQL account by using the steps described in [create an account](create-sql-api-dotnet.md#create-account) section of the quickstart article.
4444

45-
* [Create a database and a collection](nosql/quickstart-java.md#add-a-container) – You can use set the collection throughput value to 1000 RU/s.
45+
* [Create a database and a collection](nosql/quickstart-java.md) – You can use set the collection throughput value to 1000 RU/s.
4646

4747
* Load the sample video game sales data to your Azure Cosmos DB account.
4848

0 commit comments

Comments
 (0)