Hello Tanul
The maximum number of secrets you can store in an Azure Key Vault is not explicitly limited by a fixed count. Azure Key Vault has a soft limit on the number of secrets based on the size of the vault, rather than a hard limit on the count of secrets.
The storage capacity of an Azure Key Vault is limited by the total size of all the secrets, certificates, and keys stored within it. The maximum size of a single Key Vault is 25 KB (25,600 bytes) for standard vaults and 50 KB (51,200 bytes) for premium vaults.
Since each secret has its own size, the number of secrets you can store in a Key Vault depends on the sizes of the individual secrets and the overall capacity limit of the vault. As long as the combined sizes of all the secrets you store in the Key Vault do not exceed the maximum size limit, you can store as many secrets as you need.
To ensure efficient usage and avoid reaching the maximum capacity, it is recommended to consider the size of the secrets and plan the organization and management of secrets within Azure Key Vault accordingly.
Reference Link: https://learn.microsoft.com/en-us/azure/key-vault/general/service-limits#limits-on-count-of-keys-secrets-and-certificates