Skip to content

Commit f5bf2ad

Browse files
authored
Update how-to-use-mlflow-configure-tracking.md
1 parent ff279a2 commit f5bf2ad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/machine-learning/how-to-use-mlflow-configure-tracking.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ However, if you are working outside of Azure Machine Learning (like your local m
2626
2727
## Prerequisites
2828

29-
You will need the following prerequisites to follow this tutorial:
29+
You need the following prerequisites to follow this tutorial:
3030

3131
[!INCLUDE [mlflow-prereqs](../../includes/machine-learning-mlflow-prereqs.md)]
3232

3333

3434
## Configure MLflow tracking URI
3535

36-
To connect MLflow to an Azure Machine Learning workspace you will need the tracking URI for the workspace. Each workspace has its own tracking URI and it has the protocol `azureml://`.
36+
To connect MLflow to an Azure Machine Learning workspace, you need the tracking URI for the workspace. Each workspace has its own tracking URI and it has the protocol `azureml://`.
3737

3838
[!INCLUDE [mlflow-configure-tracking](../../includes/machine-learning-mlflow-configure-tracking.md)]
3939

@@ -43,11 +43,11 @@ Once the tracking is set, you'll also need to configure how the authentication n
4343

4444
The Azure Machine Learning plugin for MLflow supports several authentication mechanisms through the package `azure-identity`, which is installed as a dependency for the plugin `azureml-mlflow`. The following authentication methods are tried one by one until one of them succeeds:
4545

46-
1. __Environment__: it will read account information specified via environment variables and use it to authenticate.
47-
1. __Managed Identity__: If the application is deployed to an Azure host with Managed Identity enabled, it will authenticate with it.
48-
1. __Azure CLI__: if a user has signed in via the Azure CLI `az login` command, it will authenticate as that user.
49-
1. __Azure PowerShell__: if a user has signed in via Azure PowerShell's `Connect-AzAccount` command, it will authenticate as that user.
50-
1. __Interactive browser__: it will interactively authenticate a user via the default browser.
46+
1. __Environment__: it reads account information specified via environment variables and use it to authenticate.
47+
1. __Managed Identity__: If the application is deployed to an Azure host with Managed Identity enabled, it authenticates with it.
48+
1. __Azure CLI__: if a user has signed in via the Azure CLI `az login` command, it authenticates as that user.
49+
1. __Azure PowerShell__: if a user has signed in via Azure PowerShell's `Connect-AzAccount` command, it authenticates as that user.
50+
1. __Interactive browser__: it interactively authenticates a user via the default browser.
5151

5252
[!INCLUDE [mlflow-configure-auth](../../includes/machine-learning-mlflow-configure-auth.md)]
5353

@@ -117,7 +117,7 @@ You can identify the cloud you are using with the following Azure CLI command:
117117
az cloud list
118118
```
119119

120-
The current cloud used is has the value `IsActive` set to `True`.
120+
The current cloud has the value `IsActive` set to `True`.
121121

122122
## Next steps
123123

0 commit comments

Comments
 (0)