Skip to content

Commit 83d2db3

Browse files
authored
PR review edit
1 parent 0b9073d commit 83d2db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +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`. You can follow the error message in logs to make the fix.
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.
119119
120-
The most common failure for azureml-fe-aci is the provided ssl cert/key is invalid.
120+
The most common failure for `azureml-fe-aci` is that the provided SSL certificate or key is invalid.
121121
122122
## Function fails: get_model_path()
123123

0 commit comments

Comments
 (0)