how to check the total storage of stored secrets in Key Vault Secrets

Wang, Zhipeng 0 Reputation points
2024-09-25T05:48:13.2533333+00:00

Hi,

We've currently stored nearly one million secrets in Azure Key Vault secrets.
How do i check the total storage it used?
B.R.

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

1 answer

Sort by: Most helpful
  1. Andriy Bilous 11,421 Reputation points MVP
    2024-09-30T20:35:59.7333333+00:00

    Hello Wang, Zhipeng

    Currently, Azure Key Vault does not provide a direct metric for measuring the total storage consumed by secrets, keys, or certificates(I am not sure if it will in the future)

    Key Vault does not restrict the number of keys, secrets or certificates that can be stored in a vault. The transaction limits on the vault should be taken into account to ensure that operations are not throttled.

    Key Vault does not restrict the number of versions on a secret, key or certificate, but storing a large number of versions (500+) can impact the performance of backup operations.

    https://learn.microsoft.com/en-us/azure/key-vault/general/service-limits

    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.