Azure App Service TSL with Azure Key Vault pricing

Jan Vávra 76 Reputation points
2022-04-22T07:33:17.217+00:00

If I import into App Service a certificate for SSL/TLS from Key Vault how it affects pricing ?
The KeyVault pricing is: €0.028/10,000 operations.
Does it mean that each 10,000 new estabilished session SSL/TLS sessions from browser cost €0.028 ?

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,453 questions
{count} votes

Accepted answer
  1. Siva-kumar-selvaraj 15,721 Reputation points
    2022-04-29T20:01:32.08+00:00

    Hello @Jan Vávra ,

    Thanks for reaching out and apologies for the delayed response.

    No, Key Vault only charges for transactions on Key Vault. So, every successfully authenticated REST API call counts as one operation. Examples of key operations: create, import, get, list, backup, restore, delete, update, sign, verify, wrap, unwrap, encrypt and decrypt.

    Therefore, Import to App Service is a single operation, and once the certificate has been successfully imported, the App Service will utilize it for SSL/TLS sessions that are not part of Key Vault operation. i.e. when you hit 10,001 SSL/TLS sessions from a browser, App services will continue to use the previously imported certificate rather than making a second import call to Key Vault.

    Hope this helps.

    -----
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.