如何创建 Azure API 网关资源?

How to create Azure API Gateway Resource?

我想在 Azure 中创建一个 API 网关资源。我获得了有关如何创建 API 管理实例的链接,但没有涉及创建网关。

Here is the link to create API Management Instance.

谢谢Tom W and Amber Bhanarkar。将您的建议作为答案发布,以帮助其他社区成员。

Provisioning a gateway resource in your Azure API Management instance is a prerequisite for deploying a self-hosted gateway.

转到您的 API 管理实例

  1. 在 Azure 门户中,搜索 select API 管理服务

  2. 在 API 管理服务页面上,select 您的 API 管理实例。

提供自托管网关

  1. Select 网关 部署和基础设施.
  2. 单击 + 添加
  3. 输入网关的名称地区
  4. 可选地,输入网关资源的描述
  5. 可选,select + 在APIs下将一个或多个APIs与此网关资源相关联,然后单击添加.

现在网关资源已在您的 API 管理实例中配置。您可以继续部署网关。

可以参考Azure API Management and Application Gateway integration, Integrate API Management in an internal virtual network with Application Gateway and Protect APIs with Application Gateway and API Management