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-secure-workspace-vnet.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
217
217
218
218
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).
219
219
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:
221
221
222
222
```python
223
223
from azureml.core import Workspace
@@ -230,6 +230,8 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
230
230
```
231
231
232
232
> [!IMPORTANT]
233
+
> Only AzureML Compute cluster of CPU SKU is supported for the image build on compute.
234
+
>
233
235
> Your storage account, compute cluster, and Azure Container Registry must all be in the same subnet of the virtual network.
234
236
235
237
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.
302
304
*[Secure the inference environment](how-to-secure-inferencing-vnet.md)
303
305
*[Enable studio functionality](how-to-enable-studio-virtual-network.md)
304
306
*[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