Skip to content

Commit 519e33c

Browse files
committed
incorporating feedback
1 parent d5a6253 commit 519e33c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-secure-workspace-vnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: enterprise-readiness
88
ms.reviewer: larryfr
99
ms.author: meerakurup
1010
author: meerakurup
11-
ms.date: 10/19/2023
11+
ms.date: 07/08/2024
1212
ms.topic: how-to
1313
ms.custom: tracking-python, security, cliv2, sdkv2, engagement-fy23, build-2023
1414
---
@@ -256,9 +256,9 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
256256
257257
1. Configure the ACR for the workspace to [Allow access by trusted services](../container-registry/allow-access-trusted-services.md).
258258
259-
1. Create an Azure Machine Learning compute cluster. This cluster is used to build Docker images when ACR is behind a virtual network. For more information, see [Create a compute cluster](how-to-create-attach-compute-cluster.md).
259+
1. If you are using [serverless compute](how-to-use-serverless-compute.md) (recommended) with your workspace, Azure Machine Learning will try to use the serverless compute to build the image. To configure the workspace to create the compute in your Azure Virtual Network, follow the guidance in the [Secure training environment](how-to-secure-training-vnet.md) article.
260260
261-
1. Use one of the following methods to configure the workspace to build Docker images using the compute cluster.
261+
1. If you are __not__ using serverless compute, create an Azure Machine Learning compute cluster. This cluster is used to build Docker images when ACR is behind a virtual network. For more information, see [Create a compute cluster](how-to-create-attach-compute-cluster.md). Use one of the following methods to configure the workspace to build Docker images using the compute cluster.
262262
263263
> [!IMPORTANT]
264264
> The following limitations apply When using a compute cluster for image builds:

0 commit comments

Comments
 (0)