What is the total size limit for Azure Key Vault?

Knock Knock 0 Reputation points
2024-06-18T15:06:20.79+00:00

What is the total size limit for Azure Key Vault? The max size for individual secrets appears to be 25,600 bytes, and everything that I've read answering this specific question says that this is also the cumulative limit of a single standard key vault. However, this does not seem to actually be the case. I seem to be able to exceed this alleged total limit across multiple secrets. So what is the actual total limit? And is there somewhere in the Azure Portal that I can view the limit for my Key Vault? And it's current cumulative size?

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,173 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Marcin Policht 16,730 Reputation points MVP
    2024-06-18T15:23:05.8166667+00:00

    Refer to https://video2.skills-academy.com/en-us/azure/key-vault/general/service-limits


    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


  2. Marilee Turscak-MSFT 36,141 Reputation points Microsoft Employee
    2024-06-25T22:24:55.5666667+00:00

    Hi @Knock Knock ,

    Key Vault as resource does not have a size and does not vary. You are correct that there is no cumulative limit for the Key Vault itself. Key Vault objects instead, have size restrictions. For instance:

    For secrets, the size limit is 25K and it's the same in both SKUs as described in the service limits article.

    If the information helped you, please Accept the answer. This will help us and improve searchability for others in the community.