Skip to content

Commit f41d4ff

Browse files
authored
Update how-to-troubleshoot-deployment.md
1 parent 273faf6 commit f41d4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ 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 --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`.
119119
120120
## Function fails: get_model_path()
121121

0 commit comments

Comments
 (0)