Skip to content

Commit 6e1c344

Browse files
committed
opt out of compute cluster for image build
1 parent 8b69c1e commit 6e1c344

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,12 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
311311
312312
---
313313
314+
> [!TIP]
315+
> If you have configured your image build compute to use a compute cluster and want to reverse this decision, execute the same command but leave the image-build-compute reference empty:
316+
> ```azurecli
317+
> az ml workspace update --name myworkspace --resource-group myresourcegroup --image-build-compute ''
318+
> ```
319+
314320
> [!TIP]
315321
> When ACR is behind a VNet, you can also [disable public access](../container-registry/container-registry-access-selected-networks.md#disable-public-network-access) to it.
316322

0 commit comments

Comments
 (0)