Error AtlasError Documentation and Resolution

Azure Key Vault VaultAlreadyExists

Your attempt to create a new key vault with the specified name has failed since the name is already in use.

Azure Key Vault returned VaultAlreadyExists because the requested vault name is not available. Key Vault names are globally unique, and a recently deleted vault may also still exist in soft-deleted state.

VaultAlreadyExistsprovisioning
Your attempt to create a new key vault with the specified name has failed since the name is already in use.
  • The requested vault name is already in use by another active Key Vault.
  • A previously deleted vault with the same name still exists in soft-deleted state.
  • Automation is retrying creation with a fixed name that is no longer available.
  1. Choose a different globally unique vault name if the original name is already in use.
  2. Check whether the vault exists in soft-deleted state and recover or purge it if appropriate before retrying.
  3. If the name is generated automatically, update the naming strategy to reduce collisions.
Common error codes for Azure Key Vault
Azure Key Vault VaultAlreadyExists: causes and fixes | Error Atlas