MKK
MKK

Reputation: 9

Azure key vault license

I have a question on Azure licenses.

Does a user require a separate license to connect to Azure Key-vault secrets or the Azure tenant license will be utilized in general? I tried the Azure calculator but wasn't able to figure anything out. Any inputs here would greatly help. Thanks

Upvotes: 0

Views: 571

Answers (1)

Gaurav Mantri
Gaurav Mantri

Reputation: 136346

Does a user require a separate license to connect to Azure Key-vault secrets or the Azure tenant license will be utilized in general?

There is no special license for accessing Azure KeyVault.

A user will be able to connect to an Azure KeyVault and manage keys/secrets/certificates if the user is granted proper permissions (either through Azure RBAC or KeyVault Access Policies) on that KeyVault.

Upvotes: 1

Related Questions