【问题标题】:Azure API Management - Out of call volume quotaAzure API 管理 - 未通话量配额
【发布时间】:2018-10-05 20:18:04
【问题描述】:

我正在使用 Azure API 管理来管理我在 Azure 中的 Web 应用程序。我没有明确配置任何类型的配额限制或速率限制。即使每天访问 API 超过 20 次,我也会收到以下错误,状态码为 403。

超出通话量配额。配额将于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 次调用。

【问题讨论】:

    标签: azure azure-web-app-service azure-api-management quota


    【解决方案1】:

    我使用“Starter”作为产品类型。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-01-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-05-03
      • 1970-01-01
      相关资源
      最近更新 更多