【发布时间】:2022-01-06 01:12:47
【问题描述】:
【问题讨论】:
标签: azure azure-api-management
【问题讨论】:
标签: azure azure-api-management
什么是网关,它如何影响这个 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。
【讨论】: