Skip to content

Commit 8d87517

Browse files
author
Miao Jiang
committed
removed localization
1 parent 2425ddf commit 8d87517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/api-management/api-management-howto-configure-local-metrics-and-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The self-hosted gateway outputs logs to `stdout` and `stderr` by default. You ca
201201
kubectl logs <pod-name>
202202
```
203203

204-
If your self-hosted gateway is deployed in Azure Kubernetes Service, you can enable [Azure Monitor for containers](https://docs.microsoft.com/en-us/azure/azure-monitor/insights/container-insights-overview) to collect `stdout` and `stderr` from your workloads and view the logs in Log Analytics.
204+
If your self-hosted gateway is deployed in Azure Kubernetes Service, you can enable [Azure Monitor for containers](https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-overview) to collect `stdout` and `stderr` from your workloads and view the logs in Log Analytics.
205205

206206
The self-hosted gateway also supports a number of protocols including `localsyslog`, `rfc5424`, and `journal`. The below table summarizes all the options supported.
207207

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This article provides the steps for deploying self-hosted Azure API Management g
3535
5. Make sure **Kubernetes** is selected under **Deployment scripts**.
3636
6. Select **<gateway-name>.yml** file link next to **Deployment** to download the file.
3737
7. Adjust the port mappings and container name in the yml file as needed.
38-
8. Depending on your scenario, you might need to change the [service type](https://docs.microsoft.com/en-us/azure/aks/concepts-network#services). The default value is `NodePort`.
38+
8. Depending on your scenario, you might need to change the [service type](https://docs.microsoft.com/azure/aks/concepts-network#services). The default value is `NodePort`.
3939
9. Select the **copy** icon located at the right end of the **Deploy** text box to save the `kubectl` command to clipboard.
4040
10. Paste the command to the terminal (or command) window. Note that the command expects the downloaded environment file to be present in the current directory.
4141
```console

0 commit comments

Comments
 (0)