You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/cmk-troubleshooting-guide.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This troubleshooting guide shows you how to restore access when running into the
20
20
21
21
## Default Identity is unauthorized to access the Azure Key Vault key
22
22
23
-
### Reason for error?
23
+
### Reason for error
24
24
25
25
You see the error when the default identity associated with the Azure Cosmos DB account is no longer authorized to perform either a get, a wrap or unwrap call to the Key Vault.
26
26
@@ -38,7 +38,7 @@ After assigning the permissions, wait upwards to one hour for the account to sto
38
38
39
39
## Microsoft Entra Token Acquisition error
40
40
41
-
### Reason for error?
41
+
### Reason for error
42
42
43
43
You see this error when Azure Cosmos DB is unable to obtain the default's identity Microsoft Entra access token. The token is used for communicating with the Azure Key Vault in order to wrap and unwrap the data encryption key.
44
44
@@ -52,7 +52,7 @@ After updating the account's default identity, you need to wait upwards to one h
52
52
53
53
## Azure Key Vault Resource not found
54
54
55
-
### Reason for error?
55
+
### Reason for error
56
56
57
57
You see this error when the Azure Key Vault or specified Key are not found.
58
58
@@ -62,7 +62,7 @@ Check if the Azure Key Vault or the specified key exist and restore them if acci
62
62
63
63
## Invalid Azure Cosmos DB default identity
64
64
65
-
### Reason for error?
65
+
### Reason for error
66
66
67
67
The Azure Cosmos DB account goes into revoke state if it doesn't have any of these identity types set as a default identity:
68
68
@@ -78,7 +78,7 @@ Make sure that your default identity is that of a valid Azure resource and has a
78
78
79
79
## Improper Syntax Detected on the Key Vault URI Property
80
80
81
-
### Reason for error?
81
+
### Reason for error
82
82
83
83
You see this error when internal validation detects that the Key Vault URI property on the Azure Cosmos DB account is different than expected.
84
84
@@ -90,7 +90,7 @@ Once the _KeyVaultKeyUri_ property has been updated, wait upwards to one hour fo
90
90
91
91
## Internal unwrapping procedure error
92
92
93
-
### Reason for error?
93
+
### Reason for error
94
94
95
95
You see the error message when the Azure Cosmos DB service is unable to unwrap the key properly.
96
96
@@ -100,7 +100,7 @@ In case that either the Key Vault or the Costumer Managed Key has been recently
100
100
101
101
## Unable to Resolve the Key Vault's DNS
102
102
103
-
### Reason for error?
103
+
### Reason for error
104
104
105
105
You see the error message when the Key Vault DNS name can't be resolved. The error may indicate that there's a major issue within the Azure Key Vault service that blocks Cosmos DB from accessing your key.
0 commit comments