Skip to content

Commit 5073889

Browse files
authored
Merge pull request #122846 from Martin-Jia/mingj/aks-v1-logging
add warning for azureml-fe logging
2 parents 4b898d8 + a83917f commit 5073889

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/v1/how-to-deploy-azure-kubernetes-service.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ The front-end component (azureml-fe) that routes incoming inference requests to
9090
> [!IMPORTANT]
9191
> When using a cluster configured as `dev-test`, the self-scaler is *disabled*. Even for FastProd/DenseProd clusters, Self-Scaler is only enabled when telemetry shows that it's needed.
9292
93+
> [!IMPORTANT]
94+
> Azure Machine Learning does not upload and or save container logs, even for system containers. For full debuggability, you should [enable Container Insights for your AKS cluster](../../azure-monitor/containers/kubernetes-monitoring-enable.md#enable-container-insights) on your own to save and manage container logs, and share the related logs with AML team when necessary. Otherwise, AML does not commit SLA on azureml-fe related issues.
95+
9396
> [!NOTE]
9497
> The maximum request payload is 100MB.
9598

0 commit comments

Comments
 (0)