An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
Welcome to Microsoft Q&A
Hello @Elliot I hope you are doing well.
The throttling you're experiencing is likely due to Azure Key Vault service limits being reached during periods of heavy traffic. These limits are enforced to protect the service and cannot be increased directly through the Azure portal.
Please check the following:
- Review your application's request patterns and implement retry logic with exponential backoff to handle transient throttling.
If your workload consistently exceeds the service limits, you can request a quota review by opening an Azure Support request.
If the support workflow redirects you to Microsoft Q&A, you can instead create a Technical Support request from the Azure portal (Help + support > Create a support request) or contact your Microsoft account team if your organization has a Unified Support plan.
References
Azure Key Vault service limits: https://learn.microsoft.com/azure/key-vault/general/service-limits
Handle Azure Key Vault throttling: https://learn.microsoft.com/azure/key-vault/general/overview-throttling
Create an Azure support request: https://learn.microsoft.com/azure/azure-portal/supportability/how-to-create-azure-support-request
If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily.