What is the limit of number of key vaults per subscription?

Marilee Turscak-MSFT 33,801 Reputation points Microsoft Employee
2020-05-06T21:06:17.89+00:00

How many key vaults can I have in my Azure subscription? What is the maximum limit?

Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: Azure Resource Group Limits

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

Accepted answer
  1. Saurabh Sharma 23,676 Reputation points Microsoft Employee
    2020-05-06T21:14:47.537+00:00

    There is no limit to the number of key vault however there is a limit of number of resources per resource type you can deploy within a resource group . This means , lets you have 800 applications within a single resource group and you create one key vault per application then you have created 800 instance of same type of resource (in our case Key vault) and you may not be able to deploy more than that within the same resource group . You will have to create a new resource group to deploy new apps and related key vaults.

    The limit is based on resource types. Some resource types can exceed the 800 limit and are not limited to 800 instances per resource group. Azure Key vault has some Service limits and Throttling guidance which you may want to consider for large environments and for designing secure applications heavily relying on Key vault operations.

    Source:

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful