We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fed2f commit 5f36e39Copy full SHA for 5f36e39
articles/machine-learning/how-to-secure-workspace-vnet.md
@@ -273,7 +273,7 @@ Azure Container Registry can be configured to use a private endpoint. Use the fo
273
az ml workspace update --name myworkspace --resource-group myresourcegroup --image-build-compute mycomputecluster
274
```
275
276
- You can switch back to serverless compute by executing the same command and leaving the `mycomputecluster` reference empty.
+ You can switch back to serverless compute by executing the same command and referencing the compute as an empty space: `--image-build-compute ' '`.
277
278
# [Python SDK](#tab/python)
279
0 commit comments