Skip to content

Commit 7245bbc

Browse files
committed
update query troubleshooting guide
1 parent d2f6178 commit 7245bbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/troubleshoot-query-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ e. [Optimize JOIN expressions by using a subquery](#optimize-join-expressions-by
3838

3939
#### Loaded Document Count is approximately equal to Retrieved Document Count
4040

41-
a. [Avoid cross partition queries](#Avoid-cross-partition-queries)
41+
a. [Avoid cross partition queries](#avoid-cross-partition-queries)
4242

4343
b. [Optimize queries that have a filter on multiple properties](#optimize-queries-that-have-a-filter-on-multiple-properties)
4444

@@ -58,7 +58,7 @@ d. [Increasing MaxBufferedItemCount](#increasing-maxbuffereditemcount)
5858

5959
### Obtaining query metrics:
6060

61-
When optimizing a query in Azure Cosmos DB, the first step is always to [obtain the query metrics](sql-api-sql-query-metrics.md#query-execution-metrics) for your query. These are also available through the Azure Portal as shown below:
61+
When optimizing a query in Azure Cosmos DB, the first step is always to [obtain the query metrics](profile-sql-api-query.md) for your query. These are also available through the Azure Portal as shown below:
6262

6363
![Obtaining query metrics](./media/troubleshoot-query-performance/obtain-query-metrics.jpg)
6464

0 commit comments

Comments
 (0)