Azure API 管理 - 超出通话量配额
Azure API Management - Out of call volume quota
我正在使用 Azure API 管理来管理我在 Azure 中的 Web 应用程序。我没有明确配置任何类型的配额限制或速率限制。即使 APIs 每天被点击超过 20 次,我也会收到以下错误,状态代码为 403。
Out of call volume quota. Quota will be replenished in 5.03:23:11.
rate-limit (0.032 ms)
{
"message": "RateLimit counter 8816953412537324468 is incremented"
}
quota (0.894 ms)
{
"message": "Quota was exceeded.",
"quota": {
"level": "Subscription",
"calls": 100,
"bandwidth": 0,
"period": "604800"
}
}
是否有任何我需要修改的默认配额限制设置?据我所知,上面的错误指出限制是 7 天内 100 次调用。
我使用 "Starter" 作为产品类型。
我正在使用 Azure API 管理来管理我在 Azure 中的 Web 应用程序。我没有明确配置任何类型的配额限制或速率限制。即使 APIs 每天被点击超过 20 次,我也会收到以下错误,状态代码为 403。
Out of call volume quota. Quota will be replenished in 5.03:23:11.
rate-limit (0.032 ms)
{
"message": "RateLimit counter 8816953412537324468 is incremented"
}
quota (0.894 ms)
{
"message": "Quota was exceeded.",
"quota": {
"level": "Subscription",
"calls": 100,
"bandwidth": 0,
"period": "604800"
}
}
是否有任何我需要修改的默认配额限制设置?据我所知,上面的错误指出限制是 7 天内 100 次调用。
我使用 "Starter" 作为产品类型。