Skip to content

Commit 7e91a28

Browse files
committed
Azure Cosmos DB Java SDK name
1 parent 69686f6 commit 7e91a28

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/cosmos-db/troubleshoot-java-async-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ ms.reviewer: sngun
2020
>
2121
2222
> [!IMPORTANT]
23-
> This is *not* the latest Java SDK for Azure Cosmos DB! Consider using __[Java SDK v4](sql-api-sdk-java-v4-sql.md)__ for your project. Guidance on upgrading can be found __[here](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/master/migration-guide.md)__ and __[here](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/master/reactor-rxjava-guide.md)__.
23+
> This is *not* the latest Java SDK for Azure Cosmos DB! Consider using __[Azure Cosmos DB Java SDK v4](sql-api-sdk-java-v4-sql.md)__ for your project. Guidance on upgrading can be found __[here](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/master/migration-guide.md)__ and __[here](https://github.com/Azure-Samples/azure-cosmos-java-sql-api-samples/blob/master/reactor-rxjava-guide.md)__.
2424
>
25-
> This article covers troubleshooting for Async Java SDK v2 only. Please see the __[Release Notes](sql-api-sdk-async-java.md)__, __[Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/azure-cosmosdb)__ and __[performance tips](performance-tips-async-java.md)__ for more information.
25+
> This article covers troubleshooting for Azure Cosmos DB Async Java SDK v2 only. Please see the __[Release Notes](sql-api-sdk-async-java.md)__, __[Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/azure-cosmosdb)__ and __[performance tips](performance-tips-async-java.md)__ for more information.
2626
>
2727
2828
This article covers common issues, workarounds, diagnostic steps, and tools when you use the [Java Async SDK](sql-api-sdk-async-java.md) with Azure Cosmos DB SQL API accounts.

articles/cosmos-db/troubleshoot-java-sdk-v4-sql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: cosmosdb-sql
1010
ms.topic: troubleshooting
1111
---
1212

13-
# Troubleshoot issues when you use Java SDK v4 with Azure Cosmos DB SQL API accounts
13+
# Troubleshoot issues when you use Azure Cosmos DB Java SDK v4 with Azure Cosmos DB SQL API accounts
1414

1515
> [!div class="op_single_selector"]
1616
> * [Java SDK v4](troubleshoot-java-sdk-v4-sql.md)
@@ -19,17 +19,17 @@ ms.topic: troubleshooting
1919
>
2020
2121
> [!IMPORTANT]
22-
> This article covers troubleshooting for Java SDK v4 only. Please see the __[Release Notes](sql-api-sdk-java-v4-sql.md)__, __[Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos)__, and __[performance tips](performance-tips-java-sdk-v4-sql.md)__ for more information.
22+
> This article covers troubleshooting for Azure Cosmos DB Java SDK v4 only. Please see the __[Release Notes](sql-api-sdk-java-v4-sql.md)__, __[Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos)__, and __[performance tips](performance-tips-java-sdk-v4-sql.md)__ for more information.
2323
>
2424
25-
This article covers common issues, workarounds, diagnostic steps, and tools when you use [Java SDK v4](sql-api-sdk-java-v4-sql.md) with Azure Cosmos DB SQL API accounts.
26-
Java SDK v4 provides client-side logical representation to access the Azure Cosmos DB SQL API. This article describes tools and approaches to help you if you run into any issues.
25+
This article covers common issues, workarounds, diagnostic steps, and tools when you use [Azure Cosmos DB Java SDK v4](sql-api-sdk-java-v4-sql.md) with Azure Cosmos DB SQL API accounts.
26+
Azure Cosmos DB Java SDK v4 provides client-side logical representation to access the Azure Cosmos DB SQL API. This article describes tools and approaches to help you if you run into any issues.
2727

2828
Start with this list:
2929

3030
* Take a look at the [Common issues and workarounds] section in this article.
3131
* Look at the Java SDK in the Azure Cosmos DB central repo, which is available [open source on GitHub](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/cosmos/azure-cosmos). It has an [issues section](https://github.com/Azure/azure-sdk-for-java/issues) that's actively monitored. Check to see if any similar issue with a workaround is already filed. One helpful tip is to filter issues by the *cosmos:v4-item* tag.
32-
* Review the [performance tips for Java SDK v4](performance-tips-java-sdk-v4-sql.md), and follow the suggested practices.
32+
* Review the [performance tips for Azure Cosmos DB Java SDK v4](performance-tips-java-sdk-v4-sql.md), and follow the suggested practices.
3333
* Read the rest of this article, if you didn't find a solution. Then file a [GitHub issue](https://github.com/Azure/azure-sdk-for-java/issues). If there is an option to add tags to your GitHub issue, add a *cosmos:v4-item* tag.
3434

3535
## <a name="common-issues-workarounds"></a>Common issues and workarounds

0 commit comments

Comments
 (0)