Skip to content

Commit 2cb280a

Browse files
committed
last fixes
1 parent 0083937 commit 2cb280a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

articles/machine-learning/how-to-create-manage-compute-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Compute instances can run jobs securely in a [virtual network environment](how-t
3232

3333
* An Azure Machine Learning workspace. For more information, see [Create an Azure Machine Learning workspace](how-to-manage-workspace.md).
3434

35-
* The [Azure CLI extension for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro), or the [Azure Machine Learning Visual Studio Code extension](how-to-setup-vs-code.md).
35+
* The [Azure CLI extension for Machine Learning service (v1)](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro), or the [Azure Machine Learning Visual Studio Code extension](how-to-setup-vs-code.md).
3636

3737
## Create
3838

articles/machine-learning/how-to-track-monitor-analyze-runs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ You'll need the following items:
7979

8080
# [Azure CLI](#tab/azure-cli)
8181

82+
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
83+
8284
To start a run of your experiment, use the following steps:
8385

8486
1. From a shell or command prompt, use the Azure CLI to authenticate to your Azure subscription:
@@ -87,7 +89,6 @@ You'll need the following items:
8789
az login
8890
```
8991

90-
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
9192

9293
1. Attach a workspace configuration to the folder that contains your training script. Replace `myworkspace` with your Azure Machine Learning workspace. Replace `myresourcegroup` with the Azure resource group that contains your workspace:
9394

articles/machine-learning/tutorial-create-secure-workspace.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,21 +420,19 @@ For more information on creating a compute cluster and compute cluster, includin
420420

421421
## Configure image builds
422422

423+
[!INCLUDE [cli v1](../../includes/machine-learning-cli-v1.md)]
424+
423425
When Azure Container Registry is behind the virtual network, Azure Machine Learning can't use it to directly build Docker images (used for training and deployment). Instead, configure the workspace to use the compute cluster you created earlier. Use the following steps to create a compute cluster and configure the workspace to use it to build images:
424426

425427
1. Navigate to [https://shell.azure.com/](https://shell.azure.com/) to open the Azure Cloud Shell.
426428
1. From the Cloud Shell, use the following command to install the 1.0 CLI for Azure Machine Learning:
427429

428-
[!INCLUDE [cli v1](../../includes/machine-learning-cli-v1.md)]
429-
430430
```azurecli-interactive
431431
az extension add -n azure-cli-ml
432432
```
433433
434434
1. To update the workspace to use the compute cluster to build Docker images. Replace `docs-ml-rg` with your resource group. Replace `docs-ml-ws` with your workspace. Replace `cpu-cluster` with the compute cluster to use:
435435
436-
[!INCLUDE [cli v1](../../includes/machine-learning-cli-v1.md)]
437-
438436
```azurecli-interactive
439437
az ml workspace update \
440438
-g docs-ml-rg \

0 commit comments

Comments
 (0)