什么是 Azure APIM 中的网关?
What is a gateway in Azure APIM?
我有一个网关分配给我的 API,名为“托管”。
什么是网关,它对此有何影响API?
它与APIM中的网关页面有什么关系吗?没有列出“托管”网关:
What is a gateway and how does it affect this 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.
Does it have anything to do with the Gateways page in APIM? There is
no "Managed" gateway listed:
APIM 中的网关页面旨在创建 Self-hosted gateways,使您能够从单个 API 高效、安全地管理本地和跨云托管的 APIs =] Azure 中的管理服务。
更多信息,你可以参考这个Azure API Management documentation。
我有一个网关分配给我的 API,名为“托管”。
什么是网关,它对此有何影响API?
它与APIM中的网关页面有什么关系吗?没有列出“托管”网关:
What is a gateway and how does it affect this 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.
Does it have anything to do with the Gateways page in APIM? There is no "Managed" gateway listed:
APIM 中的网关页面旨在创建 Self-hosted gateways,使您能够从单个 API 高效、安全地管理本地和跨云托管的 APIs =] Azure 中的管理服务。
更多信息,你可以参考这个Azure API Management documentation。