【问题标题】:What is a gateway in Azure APIM?Azure APIM 中的网关是什么?
【发布时间】:2022-01-06 01:12:47
【问题描述】:

我有一个分配给我的 API 的网关,称为“托管”。

什么是网关,它如何影响这个 API?

这与 APIM 中的网关页面有什么关系吗?没有列出“托管”网关:

【问题讨论】:

    标签: azure azure-api-management


    【解决方案1】:

    什么是网关,它如何影响这个 API?

    API gateway 是端点:

    -   Accepts API calls and routes them to your backends.
    -   Verifies API keys, JWT tokens, certificates, and other credentials.
    -   Enforces usage quotas and rate limits.
    -   Transforms your API on the fly without code modifications.
    -   Caches backend responses where set up.
    -   Logs call metadata for analytics purposes.
    

    它与 APIM 中的网关页面有什么关系吗?有 未列出“托管”网关:

    APIM 中的网关页面用于创建 Self-hosted gateways,使您能够通过 Azure 中的单一 API 管理服务高效、安全地管理本地和跨云托管的 API。

    更多信息可以参考这个Azure API Management documentation

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2023-03-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-11-03
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多