Skip to content

Commit fe62785

Browse files
authored
Merge pull request #86283 from mjaow/patch-1
azureml-fe-aci launch failed
2 parents 6c71f3f + 83d2db3 commit fe62785

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ After the image is successfully built, the system attempts to start a container
113113
114114
Use the info in the [Inspect the Docker log](how-to-troubleshoot-deployment-local.md#dockerlog) article.
115115
116+
## Container azureml-fe-aci launch fails
117+
118+
When deploying a service to an Azure Container Instance compute target, Azure Machine Learning attempts to create a front-end container that has the name `azureml-fe-aci` for the inference request. If `azureml-fe-aci` crashes, you can see logs by running `az container logs --name MyContainerGroup --resource-group MyResourceGroup --subscription MySubscription --container-name azureml-fe-aci`. You can follow the error message in the logs to make the fix.
119+
120+
The most common failure for `azureml-fe-aci` is that the provided SSL certificate or key is invalid.
121+
116122
## Function fails: get_model_path()
117123
118124
Often, in the `init()` function in the scoring script, [Model.get_model_path()](/python/api/azureml-core/azureml.core.model.model#get-model-path-model-name--version-none---workspace-none-) function is called to locate a model file or a folder of model files in the container. If the model file or folder cannot be found, the function fails. The easiest way to debug this error is to run the below Python code in the Container shell:
@@ -227,4 +233,4 @@ Learn more about deployment:
227233
228234
* [How to deploy and where](how-to-deploy-and-where.md)
229235
* [Tutorial: Train & deploy models](tutorial-train-deploy-notebook.md)
230-
* [How to run and debug experiments locally](./how-to-debug-visual-studio-code.md)
236+
* [How to run and debug experiments locally](./how-to-debug-visual-studio-code.md)

0 commit comments

Comments
 (0)