Skip to content

Commit 6aa6c0f

Browse files
authored
Update articles/key-vault/general/common-error-codes.md
Fix
1 parent bd404fe commit 6aa6c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/general/common-error-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The error codes listed in the following table may be returned by an operation on
2121

2222
| Error code | User message |
2323
|--|--|
24-
| VaultAlreadyExists | Your attempt to create a new key vault with the specified name has failed since the name is already in use. If you recently deleted a key vault with this name, it may still be in the soft deleted state. You can verify if it exist is in soft-deleted state [here](./key-vault-recovery.md?tabs=azure-portal#list-recover-or-purge-a-soft-deleted-key-vault) |
24+
| VaultAlreadyExists | Your attempt to create a new key vault with the specified name has failed since the name is already in use. If you recently deleted a key vault with this name, it may still be in the soft deleted state. You can verify if it exists in soft-deleted state [here](./key-vault-recovery.md?tabs=azure-portal#list-recover-or-purge-a-soft-deleted-key-vault) |
2525
| VaultNameNotValid | The vault name should be string of 3 to 24 characters and can contain only numbers (0-9), letters (a-z, A-Z), and hyphens (-) |
2626
| AccessDenied | You may be missing permissions in access policy to do that operation. |
2727
| ForbiddenByFirewall | Client address isn't authorized and caller isn't a trusted service. |

0 commit comments

Comments
 (0)