Skip to content

Commit 43f090f

Browse files
authored
Merge pull request #206544 from jlichwa/patch-15
Update common-error-codes.md
2 parents bc5fdaa + 6aa6c0f commit 43f090f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Common error codes for Azure Key Vault | Microsoft Docs
33
description: Common error codes for Azure Key Vault
44
services: key-vault
5-
author: sebansal
5+
author: msmbaldwin
66
tags: azure-resource-manager
77

88
ms.service: key-vault
@@ -21,15 +21,15 @@ 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 existis 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. |
27-
| ForbiddenByFirewall | Client address is not authorized and caller is not a trusted service. |
28-
| ConflictError | You're requesting multiple operations on same item. |
29-
| RegionNotSupported | Specified azure region is not supported for this resource. |
30-
| SkuNotSupported | Specified SKU type is not supported for this resource. |
31-
| ResourceNotFound | Specified azure resource is not found. |
32-
| ResourceGroupNotFound | Specified azure resource group is not found. |
27+
| ForbiddenByFirewall | Client address isn't authorized and caller isn't a trusted service. |
28+
| ConflictError | You're requesting multiple operations on the same item, e.g., Key Vault, secret, key, certificate, or common components within a Key Vault like VNET. It's recommended to sequence operations or to implement retry logic. |
29+
| RegionNotSupported | Specified Azure region isn't supported for this resource. |
30+
| SkuNotSupported | Specified SKU type isn't supported for this resource. |
31+
| ResourceNotFound | Specified Azure resource isn't found. |
32+
| ResourceGroupNotFound | Specified Azure resource group isn't found. |
3333
| CertificateExpired | Check the expiration date and validity period of the certificate. |
3434

3535

0 commit comments

Comments
 (0)