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/key-vault/general/common-error-codes.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Common error codes for Azure Key Vault | Microsoft Docs
3
3
description: Common error codes for Azure Key Vault
4
4
services: key-vault
5
-
author: sebansal
5
+
author: msmbaldwin
6
6
tags: azure-resource-manager
7
7
8
8
ms.service: key-vault
@@ -21,15 +21,15 @@ The error codes listed in the following table may be returned by an operation on
21
21
22
22
| Error code | User message |
23
23
|--|--|
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)|
25
25
| 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 (-) |
26
26
| 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. |
0 commit comments