Skip to content

Commit 926f73b

Browse files
committed
Added TS version selector
1 parent d73cedf commit 926f73b

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

articles/cosmos-db/troubleshoot-dot-net-sdk.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
---
22
title: Diagnose and troubleshoot issues when using Azure Cosmos DB .NET SDK
33
description: Use features like client-side logging and other third-party tools to identify, diagnose, and troubleshoot Azure Cosmos DB issues when using .NET SDK.
4-
author: j82w
4+
author: anfeldma-ms
55
ms.service: cosmos-db
6-
ms.date: 03/11/2020
7-
ms.author: jawilley
6+
ms.date: 05/06/2020
7+
ms.author: anfeldma
88
ms.subservice: cosmosdb-sql
99
ms.topic: troubleshooting
1010
ms.reviewer: sngun
1111
---
1212
# Diagnose and troubleshoot issues when using Azure Cosmos DB .NET SDK
13+
14+
> [!div class="op_single_selector"]
15+
> * [Java SDK v4](troubleshoot-java-sdk-v4-sql.md)
16+
> * [Async Java SDK v2](troubleshoot-java-async-sdk.md)
17+
> * [.NET](troubleshoot-dot-net-sdk.md)
18+
>
19+
1320
This article covers common issues, workarounds, diagnostic steps, and tools when you use the [.NET SDK](sql-api-sdk-dotnet.md) with Azure Cosmos DB SQL API accounts.
1421
The .NET SDK 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.
1522

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ ms.reviewer: sngun
1313

1414
# Troubleshoot issues when you use the Java Async SDK with Azure Cosmos DB SQL API accounts
1515

16+
> [!div class="op_single_selector"]
17+
> * [Java SDK v4](troubleshoot-java-sdk-v4-sql.md)
18+
> * [Async Java SDK v2](troubleshoot-java-async-sdk.md)
19+
> * [.NET](troubleshoot-dot-net-sdk.md)
20+
>
21+
1622
> [!IMPORTANT]
1723
> This article covers troubleshooting for Async Java SDK v2 only. Please see the __[Release Notes](sql-api-sdk-async-java)__ and __[Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/azure-cosmosdb)__ for more information.
1824
>

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Diagnose and troubleshoot Azure Cosmos DB Java SDK v4
33
description: Use features like client-side logging and other third-party tools to identify, diagnose, and troubleshoot Azure Cosmos DB issues in Java SDK v4.
44
author: anfeldma-ms
55
ms.service: cosmos-db
6-
ms.date: 05/04/2020
6+
ms.date: 05/05/2020
77
ms.author: anfeldma
88
ms.devlang: java
99
ms.subservice: cosmosdb-sql
@@ -12,6 +12,12 @@ ms.topic: troubleshooting
1212

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

15+
> [!div class="op_single_selector"]
16+
> * [Java SDK v4](troubleshoot-java-sdk-v4-sql.md)
17+
> * [Async Java SDK v2](troubleshoot-java-async-sdk.md)
18+
> * [.NET](troubleshoot-dot-net-sdk.md)
19+
>
20+
1521
> [!IMPORTANT]
1622
> This article covers troubleshooting for Java SDK v4 only. Please see the __[Release Notes](sql-api-sdk-java-v4-sql.md)__ and __[Maven repository](https://mvnrepository.com/artifact/com.azure/azure-cosmos)__ for more information.
1723
>

0 commit comments

Comments
 (0)