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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-troubleshoot-online-endpoints.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ There are two supported tracing headers:
193
193
-`x-request-id` is reserved for server tracing. We override this header to ensure it's a valid GUID.
194
194
195
195
> [!Note]
196
-
> When you create a support ticket for a failed request, attach the failed request ID to expedite the investigation.
196
+
> When you create a support ticket for a failed request, attach the failed request ID to expedite the investigation. Alternatively, provide the name of the region and the endpoint name.
197
197
198
198
-`x-ms-client-request-id` is available for client tracing scenarios. This header is sanitized to only accept alphanumeric characters, hyphens and underscores, and is truncated to a maximum of 40 characters.
199
199
@@ -229,6 +229,7 @@ The following list is of common deployment errors that are reported as part of t
229
229
*[ResourceNotFound](#error-resourcenotfound)
230
230
*[Azure Resource Manager can't find a required resource](#resource-manager-cannot-find-a-resource)
231
231
*[Azure Container Registry is private or otherwise inaccessible](#container-registry-authorization-error)
*[Operation was canceled by another operation that has a higher priority](#operation-canceled-by-another-higher-priority-operation)
234
235
*[Operation was canceled due to a previous operation waiting for lock confirmation](#operation-canceled-waiting-for-lock-confirmation)
@@ -531,6 +532,10 @@ At deployment time, your online endpoint's system identity pulls the image from
531
532
532
533
For more diagnostic information, see [How To Use the Workspace Diagnostic API](../machine-learning/how-to-workspace-diagnostic-api.md).
533
534
535
+
### ERROR: WorkspaceManagedNetworkNotReady
536
+
537
+
This error occurs when you tried to create an online deployment under the workspace which enabled workspace managed VNet but the managed VNet is not provisioned yet. Workspace managed VNet should be provisioned before you create an online deployment. Follow instructions [Manually provision workspace managed VNet](how-to-managed-network.md#manually-provision-a-managed-vnet) to manually provision the workspace managed VNet. Once completed, you may start creating online deployments. For more information, see [Network isolation with managed online endpoint](concept-secure-online-endpoint.md) and [Secure your managed online endpoints with network isolation](how-to-secure-online-endpoint.md).
538
+
534
539
### ERROR: OperationCanceled
535
540
536
541
The following list is of reasons you might run into this error when using either managed online endpoint or Kubernetes online endpoint:
0 commit comments