I'm calling a service via a request to Azure APIM and I just received a 403 response with the following error message: "Out of call volume quota. Quota will be replenished in 00:40:14." How can I update APIM or Azure in general to workaround this constraint?
相关问题
- running headless chrome in an microsoft azure web
- Docker task in Azure devops won't accept "$(pw
- Register MicroServices in Azure Active Directory (
- Removing VHD's from Azure Resource Manager aft
- Cannot use the Knowledge academic API
相关文章
- SQL Azure Reset autoincrement
- How to cast Azure DocumentDB Document class to my
- Can't get azure web role to run locally using
- Azure WebApp - Unable to auto-detect the runtime s
- How to change region for Azure WebSite
- Azure webjob vs cloud service
- Azure data transfer Identity Column Seed Jumped by
- Download Azure web app?
Use an API management key (product subscription). Without the key you fall into the "Starter" product, which has a call volume quota.
https://azure.microsoft.com/nl-nl/documentation/articles/api-management-howto-product-with-rules/
The other way is to increase the quota, go to the policies on APIM and select "Starter", there should be a call rate quota in there.