Is it possible to tell where a certificate is being used from key vault?

Lily 41 Reputation points
2020-10-15T12:28:00.28+00:00

Just starting out with key vault and currently we have a key vault dedicated to a few certificates.

Is it possible to determine where a certificate is being used from within key vault?

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,135 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,959 questions
0 comments No comments
{count} votes

Accepted answer
  1. soumi-MSFT 11,716 Reputation points Microsoft Employee
    2020-10-15T13:26:05.853+00:00

    Hello @Lily , Thank you for reaching out. Unfortunately, there is no way to figure out where an AKV certificate is being used. The reason behind that is, you just keep your secrets, keys, and certificates in Azure Key Vault and access them programmatically using REST APIs only when needed. The AKV doesn't keep or maintain any records of where or how these objects (keys, secrets and certificates) stored in Key Vault are used.

    Hope this helps.

    Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as an Answer; if the above response helped in answering your query.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,631 Reputation points
    2020-10-15T12:32:17.823+00:00

    Not sure if this is possible to identify from the AKV but you can try searching for AKV name or certificate name in the code repository where all the projects, solutions code deployed to Azure is saved


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    0 comments No comments