Skip to content

Commit f690623

Browse files
authored
Merge pull request #179607 from vizhur/patch-8
Update how-to-secure-workspace-vnet.md
2 parents f503565 + 3362b74 commit f690623

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
217217
218218
1. Create an Azure Machine Learning compute cluster. This is used to build Docker images when ACR is behind a VNet. For more information, see [Create a compute cluster](how-to-create-attach-compute-cluster.md).
219219
220-
1. Use the Azure Machine Learning Python SDK to configure the workspace to build Docker images using the compute instance. The following code snippet demonstrates how to update the workspace to set a build compute. Replace `mycomputecluster` with the name of the cluster to use:
220+
1. Use the Azure Machine Learning Python SDK to configure the workspace to build Docker images using the compute cluster. The following code snippet demonstrates how to update the workspace to set a build compute. Replace `mycomputecluster` with the name of the cluster to use:
221221
222222
```python
223223
from azureml.core import Workspace
@@ -230,6 +230,8 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
230230
```
231231
232232
> [!IMPORTANT]
233+
> Only AzureML Compute cluster of CPU SKU is supported for the image build on compute.
234+
>
233235
> Your storage account, compute cluster, and Azure Container Registry must all be in the same subnet of the virtual network.
234236
235237
For more information, see the [update()](/python/api/azureml-core/azureml.core.workspace.workspace#update-friendly-name-none--description-none--tags-none--image-build-compute-none--enable-data-actions-none-) method reference.
@@ -302,4 +304,4 @@ This article is part of a series on securing an Azure Machine Learning workflow.
302304
* [Secure the inference environment](how-to-secure-inferencing-vnet.md)
303305
* [Enable studio functionality](how-to-enable-studio-virtual-network.md)
304306
* [Use custom DNS](how-to-custom-dns.md)
305-
* [Use a firewall](how-to-access-azureml-behind-firewall.md)
307+
* [Use a firewall](how-to-access-azureml-behind-firewall.md)

0 commit comments

Comments
 (0)