Skip to content

Commit 5bdc07a

Browse files
j82wdeborahc
andauthored
Update articles/cosmos-db/troubleshoot-dot-net-sdk.md
Co-Authored-By: Deborah Chen <[email protected]>
1 parent 36db9b4 commit 5bdc07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The [query metrics](sql-api-query-metrics.md) will help determine where the quer
9595
* If the back-end query returns quickly, and spends a large time on the client check the load on the machine. It's likely that there are not enough resource and the SDK is waiting for resources to be available to handle the response.
9696
* If the back-end query is slow try [optimizing the query](optimize-cost-queries.md) and looking at the current [indexing policy](index-overview.md)
9797

98-
### The MAC signature found in the HTTP request is not the same as the computed signature
98+
### HTTP 401: The MAC signature found in the HTTP request is not the same as the computed signature
9999
If you received the following 401 error message: "The MAC signature found in the HTTP request is not the same as the computed signature." it can be caused by the following scenarios.
100100

101101
1. The key was rotated and did not follow the [best practices](secure-access-to-data.md#key-rotation). This is usually the case. Cosmos DB account key rotation can take anywhere from a few seconds to possibly days depending on the Cosmos DB account size.

0 commit comments

Comments
 (0)