Skip to content

Commit 396eb20

Browse files
committed
move include back
1 parent 2cb280a commit 396eb20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You'll need the following items:
7979

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

82-
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
82+
[!INCLUDE [cli v1](../../includes/machine-learning-cli-v1.md)]
8383

8484
To start a run of your experiment, use the following steps:
8585

@@ -88,11 +88,11 @@ You'll need the following items:
8888
```azurecli-interactive
8989
az login
9090
```
91-
91+
[!INCLUDE [select-subscription](../../includes/machine-learning-cli-subscription.md)]
9292

9393
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:
9494

95-
[!INCLUDE [cli v1](../../includes/machine-learning-cli-v1.md)]
95+
9696

9797
```azurecli-interactive
9898
az ml folder attach -w myworkspace -g myresourcegroup

0 commit comments

Comments
 (0)