Skip to content

Commit 18ee0ed

Browse files
authored
Merge pull request #91296 from frcai/patch-1
Update how-to-troubleshoot-online-endpoints.md
2 parents 3686678 + 9cc224a commit 18ee0ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/machine-learning/how-to-troubleshoot-online-endpoints.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ There are three supported tracing headers:
121121

122122
Below is a list of common deployment errors that are reported as part of the deployment operation status.
123123

124+
* [ImageBuildFailure](#error-imagebuildfailure)
124125
* [OutOfQuota](#error-outofquota)
125126
* [OutOfCapacity](#error-outofcapacity)
126127
* [BadArgument](#error-badargument)
@@ -129,6 +130,12 @@ Below is a list of common deployment errors that are reported as part of the dep
129130
* [OperationCancelled](#error-operationcancelled)
130131
* [InternalServerError](#error-internalservererror)
131132

133+
### ERROR: ImageBuildFailure
134+
135+
- Check the build log to diagnose common image build failure problems. The build log path is included in the failure message: 'The build log is available in the workspace blob store "your-blob-storage" under the path "/azureml/ImageLogs/your-image-id/build.log"'.
136+
- No obvious error was found in the build log and the last line is 'Installing pip dependencies: ...working...'. Pinning version dependencies in your conda file could fix this issue.
137+
- Use [local deployment](#deploy-locally) to test and debug your models locally before deploying in the cloud.
138+
132139
### ERROR: OutOfQuota
133140

134141
Below is a list of common resources that might run out of quota when using Azure services:

0 commit comments

Comments
 (0)