Skip to content

Commit b92906e

Browse files
j82wealsur
andauthored
Update articles/cosmos-db/troubleshoot-dot-net-sdk.md
Co-Authored-By: Matias Quaranta <[email protected]>
1 parent 495ca05 commit b92906e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The [query metrics](sql-api-query-metrics.md) will help determine where the quer
9898
### The MAC signature found in the HTTP request is not the same as the computed signature
9999
If you received the following 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

101-
1. The key was rotated and did not follow the [best practices](secure-access-to-data.md#key-rotation). This is usually the case. Comos DB account key rotation can take anywhere from a few seconds to possibly days depending on the Cosmos DB account size.
101+
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.
102102
1. 401 MAC signature is seen shortly after a key rotation and eventually stops without any changes.
103103
2. The key is misconfigured on the application so the key does not match the account. For instance cases where the key is read from a file and localization is not taken in consideration.
104104
1. 401 MAC signature issue will be consistent and happens for all calls
@@ -124,4 +124,4 @@ Solution:
124124
[Request rate too large]: #request-rate-too-large
125125
[Request Timeouts]: #request-timeouts
126126
[Azure SNAT (PAT) port exhaustion]: #snat
127-
[Production check list]: #production-check-list
127+
[Production check list]: #production-check-list

0 commit comments

Comments
 (0)