Skip to content

Commit 3a47ae4

Browse files
committed
Adjust language
1 parent 0b8d9ef commit 3a47ae4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ After you set up tracking, you also need to configure the authentication method
5353

5454
By default, the Azure Machine Learning plugin for MLflow performs interactive authentication by opening the default browser to prompt for credentials. But the plugin also supports several other authentication mechanisms. The `azure-identity` package provides this support. This package is installed as a dependency of the `azureml-mlflow` plugin.
5555

56-
The authentication process tries the following methods, one after another, until one of them succeeds:
56+
The authentication process tries the following methods, one after another, until one succeeds:
5757

5858
1. **Environment**: Account information that's specified via environment variables is read and used for authentication.
5959
1. **Managed Identity**: If the application is deployed to an Azure host with a managed identity enabled, the managed identity is used for authentication.

articles/machine-learning/includes/machine-learning-mlflow-configure-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ms.author: fasantia
4949
> 1. Go to [Azure Machine Learning studio](https://ml.azure.com).
5050
> 1. In the upper right corner, select the name of your workspace.
5151
> 1. In the Directory + Subscription + Workspace window, select __Download config file__.
52-
> 3. Save the *config.json* file in the directory that you are working in.
52+
> 3. Save the *config.json* file in the directory that you're working in.
5353

5454
- Alternatively, you can use your subscription ID, resource group name, and workspace name to sign in:
5555

0 commit comments

Comments
 (0)