You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can get the Azure Machine Learning MLflow tracking URI using the [Azure Machine Learning SDK v2 forPython](concept-v2.md). Ensure you have the library `azure-ai-ml` installedin the compute you're using. The following sample gets the unique MLFLow tracking URI associated with your workspace.
134
134
135
-
1. Sign in into your workspace using the `MLClient`. The easier way to do that is by using the workspace config file:
135
+
1. Sign in into your workspace using the `MLClient`. The easier way to do that is by using the workspace config file:
> `DefaultAzureCredential` tries to pull the credentials from the available context. If you want to specify credentials in a different way, for instance using the web browser in an interactive way, you can use `InteractiveBrowserCredential` or any other method available in [`azure.identity`](https://pypi.org/project/azure-identity/) package.
167
+
> [!IMPORTANT]
168
+
> `DefaultAzureCredential` tries to pull the credentials from the available context. If you want to specify credentials in a different way, for instance using the web browser in an interactive way, you can use `InteractiveBrowserCredential` or any other method available in [`azure.identity`](https://pypi.org/project/azure-identity/) package.
0 commit comments