nthacker / AML-service-labs

28 stars 47 forks source link

Lab 03 - Deploy the webservice to ACI fails #2

Open marcscho opened 5 years ago

marcscho commented 5 years ago

In step 7 when ACI is deployed, I'm getting the following error output.

FailedACI service creation operation finished, operation "Failed" Service creation polling reached terminal state, current service state: Failed { "code": "AciDeploymentFailed", "message": "Aci Deployment failed", "details": [ { "code": "CrashLoopBackOff", "message": "Your container application crashed. This may be caused by errors in your scoring file's init() function.\nPlease check the logs for your container instance usedcarsmlservice02.\nYou can also try to run image amlwsga4944510823.azurecr.io/usedcarsmlservice02:1 locally. Please refer to http://aka.ms/debugimage for more information." } ] }

when checking in the workspace through the Azure UI, the deployment shows up with status "failed" and also the scoring URI is empty.

Thanks for investigating