Skip to content

Commit 78403b2

Browse files
authored
Explain deployment creation fail fast when workspace managed VNet is not ready
1 parent 8fd4d19 commit 78403b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ There are two supported tracing headers:
193193
- `x-request-id` is reserved for server tracing. We override this header to ensure it's a valid GUID.
194194

195195
> [!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.
197197
198198
- `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.
199199

@@ -229,6 +229,7 @@ The following list is of common deployment errors that are reported as part of t
229229
* [ResourceNotFound](#error-resourcenotfound)
230230
* [Azure Resource Manager can't find a required resource](#resource-manager-cannot-find-a-resource)
231231
* [Azure Container Registry is private or otherwise inaccessible](#container-registry-authorization-error)
232+
* [WorkspaceManagedNetworkNotReady](#error-workspacemanagednetworknotready)
232233
* [OperationCanceled](#error-operationcanceled)
233234
* [Operation was canceled by another operation that has a higher priority](#operation-canceled-by-another-higher-priority-operation)
234235
* [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
531532

532533
For more diagnostic information, see [How To Use the Workspace Diagnostic API](../machine-learning/how-to-workspace-diagnostic-api.md).
533534

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+
534539
### ERROR: OperationCanceled
535540

536541
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

Comments
 (0)