Skip to content

Commit 0b9073d

Browse files
authored
Update how-to-troubleshoot-deployment.md
1 parent af6f58a commit 0b9073d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/how-to-troubleshoot-deployment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ Use the info in the [Inspect the Docker log](how-to-troubleshoot-deployment-loca
115115
116116
## Container azureml-fe-aci launch fails
117117
118-
When deploying a service to an Azure Container Instance compute target, Azure Machine Learning will attempt to create an front end container with name azureml-fe-aci to serve for inference request. If azureml-fe-aci is crashing, you can see logs with `az container logs --name MyContainerGroup --resource-group MyResourceGroup --subscription MySubscription --container-name azureml-fe-aci`.
118+
When deploying a service to an Azure Container Instance compute target, Azure Machine Learning will attempt to create an front end container with name azureml-fe-aci to serve for inference request. If azureml-fe-aci is crashing, you can see logs with `az container logs --name MyContainerGroup --resource-group MyResourceGroup --subscription MySubscription --container-name azureml-fe-aci`. You can follow the error message in logs to make the fix.
119+
120+
The most common failure for azureml-fe-aci is the provided ssl cert/key is invalid.
119121
120122
## Function fails: get_model_path()
121123

0 commit comments

Comments
 (0)