Skip to content

Commit 9c00921

Browse files
author
Dileep Rao
committed
removed ? marks
1 parent f5aad8f commit 9c00921

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cosmos-db/cmk-troubleshooting-guide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This troubleshooting guide shows you how to restore access when running into the
2020

2121
## Default Identity is unauthorized to access the Azure Key Vault key
2222

23-
### Reason for error?
23+
### Reason for error
2424

2525
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.
2626

@@ -38,7 +38,7 @@ After assigning the permissions, wait upwards to one hour for the account to sto
3838

3939
## Microsoft Entra Token Acquisition error
4040

41-
### Reason for error?
41+
### Reason for error
4242

4343
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.
4444

@@ -52,7 +52,7 @@ After updating the account's default identity, you need to wait upwards to one h
5252

5353
## Azure Key Vault Resource not found
5454

55-
### Reason for error?
55+
### Reason for error
5656

5757
You see this error when the Azure Key Vault or specified Key are not found.
5858

@@ -62,7 +62,7 @@ Check if the Azure Key Vault or the specified key exist and restore them if acci
6262

6363
## Invalid Azure Cosmos DB default identity
6464

65-
### Reason for error?
65+
### Reason for error
6666

6767
The Azure Cosmos DB account goes into revoke state if it doesn't have any of these identity types set as a default identity:
6868

@@ -78,7 +78,7 @@ Make sure that your default identity is that of a valid Azure resource and has a
7878

7979
## Improper Syntax Detected on the Key Vault URI Property
8080

81-
### Reason for error?
81+
### Reason for error
8282

8383
You see this error when internal validation detects that the Key Vault URI property on the Azure Cosmos DB account is different than expected.
8484

@@ -90,7 +90,7 @@ Once the _KeyVaultKeyUri_ property has been updated, wait upwards to one hour fo
9090

9191
## Internal unwrapping procedure error
9292

93-
### Reason for error?
93+
### Reason for error
9494

9595
You see the error message when the Azure Cosmos DB service is unable to unwrap the key properly.
9696

@@ -100,7 +100,7 @@ In case that either the Key Vault or the Costumer Managed Key has been recently
100100

101101
## Unable to Resolve the Key Vault's DNS
102102

103-
### Reason for error?
103+
### Reason for error
104104

105105
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.
106106

0 commit comments

Comments
 (0)