Skip to content

Commit 1bf35a6

Browse files
committed
acrolinx
1 parent bc64ea4 commit 1bf35a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/includes/set-up-cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "include file"
3-
description: "include file"
2+
title: "Include file"
3+
description: "Include file"
44
services: machine-learning
55
author: sdgilley
66
ms.service: machine-learning
@@ -10,7 +10,7 @@ ms.topic: "include"
1010
ms.date: 06/10/2024
1111
---
1212

13-
1. Open a terminal window and sign in to Azure. If you're doing this from an [Azure Machine Learning compute instance](quickstart-create-resources.md#create-a-compute-instance), use:
13+
1. Open a terminal window and sign in to Azure. If you're using an [Azure Machine Learning compute instance](quickstart-create-resources.md#create-a-compute-instance), use:
1414

1515
```azurecli
1616
az login --identity
@@ -24,12 +24,12 @@ ms.date: 06/10/2024
2424
az upgrade
2525
```
2626
27-
1. If you have multiple Azure subscriptions, set the active subscription to the one you're using for your workspace. (You can skip this step if you only have access to a single subscription.) Replace `<YOUR_SUBSCRIPTION_NAME_OR_ID>` with either your subscription name or subscription ID. Also remove the brackets `<>`.
27+
1. If you have multiple Azure subscriptions, set the active subscription to the one you're using for your workspace. (You can skip this step if you only have access to a single subscription.) Replace `<YOUR_SUBSCRIPTION_NAME_OR_ID>` with either your subscription name or subscription ID. Also remove the brackets `<>`.
2828
2929
:::code language="azurecli" source="~/azureml-examples-main/cli/misc.sh" id="az_account_set":::
3030
3131
32-
1. Set the default workspace. If you're doing this from a compute instance, you can use the following command as is. If you're on any other computer, substitute your resource group and workspace name instead. (You can find these values in [Azure Machine Learning studio](../how-to-r-train-model.md#submit-the-job).)
32+
1. Set the default workspace. If you're using a compute instance, you can keep the following command as is. If you're on any other computer, substitute your resource group and workspace name instead. (You can find these values in [Azure Machine Learning studio](../how-to-r-train-model.md#submit-the-job).)
3333
3434
```azurecli
3535
az configure --defaults group=$CI_RESOURCE_GROUP workspace=$CI_WORKSPACE

0 commit comments

Comments
 (0)