Internal server error in Azure key vault

aarthi r 1 Reputation point
2020-06-19T06:00:10.603+00:00

We get InternalServerError in the Azure Key Vault - Get Secret action during bulk load in posted to the logic app via HTTP Rest call. About 5-10 % of the entire transaction is failing with the below mentioned error.

Error details:

Code - 500
Message - Encountered an internal server error

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,106 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,837 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ken Golitin 21 Reputation points
    2020-07-09T11:49:02.383+00:00

    Hi,

    Key vault have limitation.

    Azure Key Vault service limits
    https://learn.microsoft.com/en-us/azure/key-vault/general/service-limits

    For example:
    For RSA 2,048-bit software keys, 2,000 GET transactions per 10 seconds are allowed.
    For RSA 2,048-bit HSM-keys, 1,000 GET transactions per 10 seconds are allowed.

    Bulk load if you get each time a secret in the vault shouldnt be working well.

    Fault a designed for application side not for user side.

    That's might help.

    Ken

    0 comments No comments