Skip to content

Commit 5241f13

Browse files
committed
touchups
1 parent 4f9489a commit 5241f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-use-mlflow-cli-runs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Azure Machine Learning workspaces are MLflow-compatible. This compatibility mean
4848
## Prerequisites
4949

5050
- Have an Azure subscription with the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
51-
51+
- To run Azure CLI and Python commands, install [Azure CLI v2](how-to-configure-cli.md) and the [Azure Machine Learning SDK v2 for Python](/python/api/overview/azure/ai-ml-readme). The `ml` extension for Azure CLI installs automatically the first time you run an Azure Machine Learning CLI command.
5252
[!INCLUDE [mlflow-prereqs](includes/machine-learning-mlflow-prereqs.md)]
5353

5454
## Configure the experiment
@@ -130,15 +130,15 @@ All Azure Machine Learning curated environments already have MLflow installed. H
130130

131131
:::code language="yaml" source="~/azureml-examples-main/sdk/python/using-mlflow/deploy/environment/conda.yaml" highlight="7-8" range="1-12":::
132132

133-
### Configure your job name
133+
### Configure the job name
134134

135135
Use the Azure Machine Learning jobs parameter `display_name` to configure the name of the run.
136136

137137
1. Use the `display_name` property to configure the job.
138138

139139
# [Azure CLI](#tab/cli)
140140

141-
To submit the job, create a YAML file with your job definition in a *job.yml* file outside of the *src* directory.
141+
To configure the job, create a YAML file with your job definition in a *job.yml* file outside of the *src* directory.
142142

143143
:::code language="yaml" source="~/azureml-examples-main/cli/jobs/basics/hello-world-org.yml" highlight="7" range="1-9":::
144144

0 commit comments

Comments
 (0)