Key Vault compliant

Gerald Strzykalski 0 Reputation points
2025-02-09T02:49:53.5133333+00:00

Is the Azure Key Vault FIPS 140 Compliant or is another subscription needed?

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,381 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 36,360 Reputation points MVP
    2025-02-09T02:52:29.56+00:00

    Yes - it is.

    As per https://learn.microsoft.com/en-us/azure/key-vault/keys/about-keys

    User's image

    Effectively, Azure Key vault offers FIPS 140-2 level 1. If you are looking for a higher level of protection, use HSM.

    There are two distinct HSM platforms available: 1, which protects key versions with FIPS 140-2 Level 2, and 2, which protects keys with FIPS 140-2 Level 3 HSMs depending on when the key was created.

    Managed HSM uses FIPS 140-2 Level 3 validated HSM modules to protect your keys. Each HSM pool is an isolated single-tenant instance with its own security domain providing complete cryptographic isolation from all other HSMs sharing the same hardware infrastructure. Managed HSM keys are protected in single-tenant HSM-pools. You can import an RSA, EC, and symmetric key, in soft form or by exporting from a supported HSM device. You can also generate keys in HSM pools. When you import HSM keys using the method described in the BYOK (bring your own key) specification, it enables secure transportation key material into Managed HSM pools.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.