Skip to content

Commit 6a891d4

Browse files
author
Miao Jiang
committed
fixing links after file name changes
1 parent 01d6ca0 commit 6a891d4

7 files changed

+11
-11
lines changed

articles/api-management/api-management-howto-deploy-self-hosted-gateway-to-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: apimpm
1919
This article provides the steps for deploying self-hosted Azure API Management gateway into a Docker environment.
2020

2121
> [!NOTE]
22-
> Hosting self-hosted gateway in Docker is best suited for evaluation and development use cases. Kubernetes is recommended for production use. See [this](api-management-howto-deploy-self-hosted-gateway-to-k8s.md) document to learn how to deploy self-hosted gateway to Kubernetes.
22+
> Hosting self-hosted gateway in Docker is best suited for evaluation and development use cases. Kubernetes is recommended for production use. See [this](how-to-deploy-self-hosted-gateway-kubernetes.md) document to learn how to deploy self-hosted gateway to Kubernetes.
2323
2424
## Prerequisites
2525

articles/api-management/api-management-howto-provision-self-hosted-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Now the gateway resource has been provisioned in your API Management instance. Y
4646
## Next steps
4747

4848
* To learn more about the self-hosted gateway, see [Azure API Management self-hosted gateway overview](self-hosted-gateway-overview.md)
49-
* Learn more about how to [Deploy a self-hosted gateway to Kubernetes](api-management-howto-deploy-self-hosted-gateway-to-k8s.md)
49+
* Learn more about how to [Deploy a self-hosted gateway to Kubernetes](how-to-deploy-self-hosted-gateway-kubernetes.md)
5050
* Learn more about how to [Deploy a self-hosted gateway to Docker](api-management-howto-deploy-self-hosted-gateway-to-docker.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ The self-hosted gateway currently emits the following metrics through Azure Moni
5454
5555
## Logs
5656
57-
The self-hosted gateway currently does not send [diagnostic logs](https://docs.microsoft.com/azure/api-management/api-management-howto-use-azure-monitor#diagnostic-logs) to the cloud. However, it is possible to [configure and persist logs locally](./api-management-howto-configure-local-metrics-and-logs.md) where the self-hosted gateway is deployed.
57+
The self-hosted gateway currently does not send [diagnostic logs](https://docs.microsoft.com/azure/api-management/api-management-howto-use-azure-monitor#diagnostic-logs) to the cloud. However, it is possible to [configure and persist logs locally](how-to-configure-local-metrics-logs.md) where the self-hosted gateway is deployed.
5858
5959
If a gateway is deployed in [Azure Kubernetes Service](https://azure.microsoft.com/services/kubernetes-service/), you can enable [Azure Monitor for containers](https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-overview) to collect logs from your containers and view them in Log Analytics.
6060
6161
6262
## Next steps
6363
6464
* To learn more about the self-hosted gateway, see [Azure API Management self-hosted gateway overview](self-hosted-gateway-overview.md)
65-
* Learn about [configuring and persisting logs locally](api-management-howto-configure-local-metrics-and-logs.md)
65+
* Learn about [configuring and persisting logs locally](how-to-configure-local-metrics-logs.md)
6666
6767

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

Lines changed: 2 additions & 2 deletions
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 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).
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](how-to-configure-cloud-metrics-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.
@@ -232,5 +232,5 @@ Here is a sample configuration of local logging:
232232
## Next steps
233233

234234
* To learn more about the self-hosted gateway, see [Azure API Management self-hosted gateway overview](self-hosted-gateway-overview.md)
235-
* Learn about [configuring and persisting logs in the cloud](api-management-howto-configure-local-metrics-and-logs.md)
235+
* Learn about [configuring and persisting logs in the cloud](how-to-configure-local-metrics-logs.md)
236236

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: apimpm
1818

1919
# Deploy Azure API Management self-hosted gateway to Azure Kubernetes Service
2020

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).
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](how-to-deploy-self-hosted-gateway-kubernetes.md).
2222

2323
## Prerequisites
2424

@@ -63,8 +63,8 @@ contosogateway NodePort 10.110.230.87 <none> 80:32504/TCP,443:3004
6363

6464
* To learn more about the self-hosted gateway, see [Azure API Management self-hosted gateway overview](self-hosted-gateway-overview.md)
6565
* Learn more about [Azure Kubernetes Service](https://docs.microsoft.com/azure/aks/intro-kubernetes)
66-
* Learn [how to configure and persist logs in the cloud](api-management-howto-configure-local-metrics-and-logs.md)
67-
* * Learn [how to configure and persist logs locally](api-management-howto-configure-local-metrics-and-logs.md)
66+
* Learn [how to configure and persist logs in the cloud](how-to-configure-cloud-metrics-logs.md)
67+
* * Learn [how to configure and persist logs locally](how-to-configure-local-metrics-logs.md)
6868

6969

7070

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To learn about storage in Kubernetes follow this [link](https://kubernetes.io/do
106106
### Local logs and metrics
107107
Self-hosted gateway sends telemetry to [Azure Monitor](api-management-howto-use-azure-monitor.md) and [Azure Application Insights](api-management-howto-app-insights.md) per configuration settings in the associated API Management service.
108108
When [connectivity to Azure](self-hosted-gateway-overview.md#connectivity-to-azure) is temporarily lost, the flow of telemetry to Azure is interrupted and the data is lost for the duration of the outage.
109-
Consider [setting up local monitoring](api-management-howto-configure-local-metrics-and-logs.md) to ensure ability to observe the API traffic and prevent telemetry loss during Azure connectivity outages.
109+
Consider [setting up local monitoring](how-to-configure-local-metrics-logs.md) to ensure ability to observe the API traffic and prevent telemetry loss during Azure connectivity outages.
110110

111111
## Next steps
112112

articles/api-management/self-hosted-gateway-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ When connectivity is restored, each self-hosted gateway affected by the outage w
7979

8080
- [Read a whitepaper for additional background on this topic](https://aka.ms/hybrid-and-multi-cloud-api-management)
8181
- [Deploy self-hosted gateway to Docker](api-management-howto-deploy-self-hosted-gateway-to-docker.md)
82-
- [Deploy self-hosted gateway to Kubernetes](api-management-howto-deploy-self-hosted-gateway-to-k8s.md)
82+
- [Deploy self-hosted gateway to Kubernetes](how-to-deploy-self-hosted-gateway-kubernetes.md)

0 commit comments

Comments
 (0)