Skip to content

Commit d5aa0e6

Browse files
Merge pull request #280539 from vs-li/main
Update how-to-troubleshoot-online-endpoints.md
2 parents 782fa2e + e6bee84 commit d5aa0e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ The following list is of common deployment errors that are reported as part of t
204204
* [ImageBuildFailure](#error-imagebuildfailure)
205205
* [Azure Container Registry (ACR) authorization failure](#container-registry-authorization-failure)
206206
* [Image build compute not set in a private workspace with VNet](#image-build-compute-not-set-in-a-private-workspace-with-vnet)
207+
* [Image build timing out](#image-build-timing-out)
207208
* [Generic or unknown failure](#generic-image-build-failure)
208209
* [OutOfQuota](#error-outofquota)
209210
* [CPU](#cpu-quota)
@@ -263,6 +264,13 @@ Container registries that are behind a virtual network may also encounter this e
263264

264265
If the error message mentions `"failed to communicate with the workspace's container registry"` and you're using virtual networks and the workspace's Azure Container Registry is private and configured with a private endpoint, you need to [enable Azure Container Registry](how-to-managed-network.md#configure-image-builds) to allow building images in the virtual network.
265266

267+
### Image build timing out
268+
269+
Image build timeouts are often due to an image becoming too large to be able to complete building within the timeframe of deployment creation.
270+
To verify if this is your issue, check your image build logs at the location that the error may specify. The logs are cut off at the point that the image build timed out.
271+
272+
To resolve this, please [build your image separately](https://learn.microsoft.com/azure/devops/pipelines/ecosystems/containers/publish-to-acr?view=azure-devops&tabs=javascript%2Cportal%2Cmsi) so that the image only needs to be pulled during deployment creation.
273+
266274
#### Generic image build failure
267275

268276
As stated previously, you can check the build log for more information on the failure.

0 commit comments

Comments
 (0)