Skip to content

Commit c77ff37

Browse files
authored
Merge pull request #3304 from msakande/add-link-to-cli-installation-page
[SCOPED] update cli installation link
2 parents 14b31c1 + ed81c6e commit c77ff37

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

articles/machine-learning/how-to-deploy-mlflow-model-spark-jobs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ cd sdk/python/using-mlflow/deploy
3535

3636
Before following the steps in this article, make sure you have the following prerequisites:
3737

38+
- Install and configure the [Azure CLI](/cli/azure/install-azure-cli) and the `ml` extension to the Azure CLI. For more information, see [Install and set up the CLI (v2)](how-to-configure-cli.md).
39+
3840
[!INCLUDE [mlflow-prereqs](includes/machine-learning-mlflow-prereqs.md)]
3941

40-
- You must have a MLflow model registered in your workspace. Particularly, this example will register a model trained for the [Diabetes dataset](https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html).
42+
- You must have an MLflow model registered in your workspace. Particularly, this example will register a model trained for the [Diabetes dataset](https://www4.stat.ncsu.edu/~boos/var.select/diabetes.html).
4143

4244

4345
### Connect to your workspace

articles/machine-learning/how-to-secure-online-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For examples that use the legacy method for network isolation, see the deploymen
2525

2626
* To use Azure Machine Learning, you must have an Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/) today.
2727

28-
* Install and configure the [Azure CLI](/cli/azure/) and the `ml` extension to the Azure CLI. For more information, see [Install, set up, and use the CLI (v2)](how-to-configure-cli.md).
28+
* Install and configure the [Azure CLI](/cli/azure/install-azure-cli) and the `ml` extension to the Azure CLI. For more information, see [Install, set up, and use the CLI (v2)](how-to-configure-cli.md).
2929

3030
>[!TIP]
3131
> Azure Machine Learning managed virtual network was introduced on May 23rd, 2023. If you have an older version of the ml extension, you might need to update it for the examples in this article to work. To update the extension, use the following Azure CLI command:

articles/machine-learning/includes/azureml-batch-prereqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: cacrest
1515

1616
# [Azure CLI](#tab/cli)
1717

18-
Run the following command to install the [Azure CLI](/cli/azure/) and the `ml` [extension for Azure Machine Learning](../how-to-configure-cli.md):
18+
Run the following command to install the [Azure CLI](/cli/azure/install-azure-cli) and the `ml` [extension for Azure Machine Learning](../how-to-configure-cli.md):
1919

2020
```azurecli
2121
az extension add -n ml

0 commit comments

Comments
 (0)