Skip to content

Commit e4bc34a

Browse files
author
Jake Willey
committed
Removed localization example
1 parent 636a2ca commit e4bc34a

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
@@ -100,7 +100,7 @@ If you received the following 401 error message: "The MAC signature found in the
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.
102102
1. 401 MAC signature is seen shortly after a key rotation and eventually stops without any changes.
103-
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.
103+
2. The key is misconfigured on the application so the key does not match the account.
104104
1. 401 MAC signature issue will be consistent and happens for all calls
105105
3. There is a race condition with container creation. An application instance is trying to access the container before container creation is complete. The most common scenario for this if the application is running, and the container is deleted and recreated with the same name while the application is running. The SDK will attempt to use the new container, but the container creation is still in progress so it does not have the keys.
106106
1. 401 MAC signature issue is seen shortly after a container creation, and only occur until the container creation is completed.

0 commit comments

Comments
 (0)