【问题标题】:How to create Azure API Gateway Resource?如何创建 Azure API 网关资源?
【发布时间】:2021-09-13 15:06:30
【问题描述】:

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

Here is the link to create API Management Instance.

【问题讨论】:

  • 你的意思是Application Gateway
  • @TomW 不,我想创建一个 Azure API 网关资源。
  • 没有称为 Azure API 网关的资源类型。除非您指的是 API 管理实例的 this 子资源,否则一般意义上的“API 网关”是具有多种实现的 architectural pattern。请具体说明您的意思。
  • 我指的不是资源,但是当我们创建 API 管理实例时,也应该有创建 API 网关的方法。在更多搜索中,我找到了这个docs.microsoft.com/en-us/azure/api-management/…,因为只能有托管和自托管网关,这就是我要找的那个。

标签: azure azure-functions azure-api-management azureportal


【解决方案1】:

谢谢Tom WAmber Bhanarkar。发布您的建议作为帮助其他社区成员的答案。

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

转到您的 API 管理实例

  1. 在 Azure 门户中,搜索并选择 API 管理服务

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

提供自托管网关

  1. 部署和基础架构下选择网关
  2. 点击 + 添加
  3. 输入网关的名称区域
  4. (可选)输入网关资源的描述
  5. (可选)选择APIs下的+以将一个或多个API与此网关资源相关联,然后单击添加

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

您可以参考Azure API Management and Application Gateway integrationIntegrate API Management in an internal virtual network with Application GatewayProtect APIs with Application Gateway and API Management

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-12-27
    • 2020-03-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-12-04
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多