You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: