Skip to content

Commit 01d6ca0

Browse files
author
Miao Jiang
committed
updates to feature naming
1 parent 296876d commit 01d6ca0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/api-management/how-to-configure-cloud-metrics-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: apimpm
1818

1919
# Configure cloud metrics and logs for Azure API Management self-hosted gateway
2020

21-
This article provides details for configuring cloud metrics and logs for [Azure API Management self-hosted gateway](./self-hosted-gateway-overview.md).
21+
This article provides details for configuring cloud metrics and logs for the [self-hosted gateway](./self-hosted-gateway-overview.md).
2222

2323
The self-hosted gateway has to be associated with an API management service and requires outbound TCP/IP connectivity to Azure on port 443. The gateway leverages the outbound connection to send telemetry to Azure, if configured to do so.
2424

articles/api-management/how-to-configure-local-metrics-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: apimpm
1818

1919
# Configure local metrics and logs for Azure API Management self-hosted gateway
2020

21-
This article provides details for configuring local metrics and logs for [Azure API Management self-hosted gateway](./self-hosted-gateway-overview.md). For configuring cloud metrics and logs, see [this article](api-management-howto-configure-cloud-metrics-and-logs.md).
21+
This article provides details for configuring local metrics and logs for the [self-hosted gateway](./self-hosted-gateway-overview.md). For configuring cloud metrics and logs, see [this article](api-management-howto-configure-cloud-metrics-and-logs.md).
2222

2323
## Metrics
2424
The self-hosted gateway supports [StatsD](https://github.com/statsd/statsd), which has become a unifying protocol for metrics collection and aggregation. This section walks through the steps for deploying StatsD to Kubernetes, configuring the gateway to emit metrics via StatsD, and using [Prometheus](https://prometheus.io/) to monitor the metrics.

articles/api-management/how-to-deploy-self-hosted-gateway-azure-kubernetes-service.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Deploy a self-hosted Azure API Management gateway to Azure Kubernetes Service | Microsoft Docs
3-
description: Learn how to deploy a self-hosted Azure API Management gateway to Azure Kubernetes Service
2+
title: Deploy Azure API Management self-hosted gateway to Azure Kubernetes Service | Microsoft Docs
3+
description: Learn how to deploy self-hosted gateway to Azure Kuberentes Service
44
services: api-management
55
documentationcenter: ''
66
author: miaojiang
@@ -16,20 +16,20 @@ ms.author: apimpm
1616

1717
---
1818

19-
# Deploy a self-hosted Azure API Management gateway to Azure Kubernetes Service
19+
# Deploy Azure API Management self-hosted gateway to Azure Kubernetes Service
2020

21-
This article provides the steps for deploying self-hosted Azure API Management gateway into an [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/) (AKS) Cluster. For deploying self-hosted gateway to other Kubernetes clusters (e.g., clusters in a foreign cloud), see [deploy self-hosted gateway to Kubernetes](api-management-howto-deploy-self-hosted-gateway-to-k8s.md).
21+
This article provides the steps for deploying self-hosted gateway to an [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/) (AKS) Cluster. For deploying self-hosted gateway to other Kubernetes clusters (e.g., clusters in a foreign cloud), see [deploy self-hosted gateway to Kubernetes](api-management-howto-deploy-self-hosted-gateway-to-k8s.md).
2222

2323
## Prerequisites
2424

2525
- [Create an Azure API Management instance](get-started-create-service-instance.md)
2626
- [Create an Azure Kubernetes cluster](../aks/kubernetes-walkthrough-portal.md)
2727
- [Provision a gateway resource in your API Management instance](api-management-howto-provision-self-hosted-gateway.md).
2828

29-
## Deploy the gateway to AKS
29+
## Deploy the self-hosted gateway to AKS
3030

3131
1. Select **Gateways** from under **Settings**.
32-
2. Select the gateway resource you intend to deploy.
32+
2. Select the self-hosted gateway resource you intend to deploy.
3333
3. Select **Deployment**.
3434
4. Note that a new token in the **Token** text box was autogenerated for you using the default **Expiry** and **Secret Key** values. Adjust either or both if desired and select **Generate** to create a new token.
3535
5. Make sure **Kubernetes** is selected under **Deployment scripts**.

0 commit comments

Comments
 (0)