You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/how-to-configure-cloud-metrics-logs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.author: apimpm
18
18
19
19
# Configure cloud metrics and logs for Azure API Management self-hosted gateway
20
20
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).
22
22
23
23
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.
Copy file name to clipboardExpand all lines: articles/api-management/how-to-configure-local-metrics-logs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.author: apimpm
18
18
19
19
# Configure local metrics and logs for Azure API Management self-hosted gateway
20
20
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).
22
22
23
23
## Metrics
24
24
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.
Copy file name to clipboardExpand all lines: articles/api-management/how-to-deploy-self-hosted-gateway-azure-kubernetes-service.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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
4
4
services: api-management
5
5
documentationcenter: ''
6
6
author: miaojiang
@@ -16,20 +16,20 @@ ms.author: apimpm
16
16
17
17
---
18
18
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
20
20
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).
22
22
23
23
## Prerequisites
24
24
25
25
-[Create an Azure API Management instance](get-started-create-service-instance.md)
26
26
-[Create an Azure Kubernetes cluster](../aks/kubernetes-walkthrough-portal.md)
27
27
-[Provision a gateway resource in your API Management instance](api-management-howto-provision-self-hosted-gateway.md).
28
28
29
-
## Deploy the gateway to AKS
29
+
## Deploy the self-hosted gateway to AKS
30
30
31
31
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.
33
33
3. Select **Deployment**.
34
34
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.
35
35
5. Make sure **Kubernetes** is selected under **Deployment scripts**.
0 commit comments