Skip to content

Commit 012c348

Browse files
author
Jake Willey
committed
Merge branch 'users/jawilley/macSignature' of https://github.com/j82w/azure-docs-pr into users/jawilley/macSignature
2 parents 7241330 + b92906e commit 012c348

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
@@ -125,4 +125,4 @@ Solution:
125125
[Request rate too large]: #request-rate-too-large
126126
[Request Timeouts]: #request-timeouts
127127
[Azure SNAT (PAT) port exhaustion]: #snat
128-
[Production check list]: #production-check-list
128+
[Production check list]: #production-check-list

0 commit comments

Comments
 (0)