Skip to content

Commit 91d0088

Browse files
Merge pull request #3524 from Blackmist/402369-fresh
freshness
2 parents a29c38a + 06e8245 commit 91d0088

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/machine-learning/how-to-monitor-kubernetes-online-enpoint-inference-server-log.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: mlops
88
ms.topic: conceptual
9-
author: zetiaatgithub
10-
ms.author: zetia
9+
author: Blackmist
10+
ms.author: larryfr
11+
ms.reviewer: zetia
1112
ms.custom: devplatv2
12-
ms.date: 09/26/2023
13+
ms.date: 03/12/2025
1314
---
1415

1516
# Monitor Kubernetes Online Endpoint inference server logs
1617

1718
[!INCLUDE [dev v2](includes/machine-learning-dev-v2.md)]
1819

1920

20-
To diagnose online issues and monitor Azure Machine Learning model inference server metrics, we usually need to collect model inference server logs.
21-
21+
To diagnose online issues and monitor Azure Machine Learning model inference server metrics, you usually need to collect model inference server logs. In this article, learn how to collect inference server logs from Azure Kubernetes Service (AKS) and Azure Arc enabled Kubernetes clusters. The logs are collected in **Log Analytics** workspace, which is a part of **Azure Monitor**.
2222

2323
## AKS cluster
2424

@@ -28,7 +28,7 @@ In AKS cluster, you can use the built-in ability to collect container logs. Foll
2828

2929
:::image type="content" source="./media/how-to-attach-kubernetes-to-workspace/aks-portal-monitor-logs.png" alt-text="Diagram illustrating how to configure Azure monitor in AKS." lightbox="./media/how-to-attach-kubernetes-to-workspace/aks-portal-monitor-logs.png":::
3030

31-
1. Click **Configure Monitoring** to enable Azure Monitor for your AKS. In the **Advanced Settings** section, you can specify an existing **Log Analytics** or create a new one for collecting logs.
31+
1. Select **Configure Monitoring** to enable Azure Monitor for your AKS. In the **Advanced Settings** section, you can specify an existing **Log Analytics** or create a new one for collecting logs.
3232

3333
:::image type="content" source="./media/how-to-attach-kubernetes-to-workspace/aks-portal-config-az-monitor.png" alt-text="Diagram illustrating how to configure container insight in AKS monitor." lightbox="./media/how-to-attach-kubernetes-to-workspace/aks-portal-config-az-monitor.png":::
3434

0 commit comments

Comments
 (0)