diff --git a/README.md b/README.md index c152e34de..2fbb0d391 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,8 @@ w = WorkspaceClient(host=input('Databricks Workspace URL: '), azure_client_secret=input('AAD Client Secret: ')) ``` +Please see more examples in [this document](./docs/azure-ad.md). + ### Google Cloud Platform native authentication By default, the Databricks SDK for Python first tries GCP credentials authentication (`auth_type='google-credentials'`, argument). If the SDK is unsuccessful, it then tries Google Cloud Platform (GCP) ID authentication (`auth_type='google-id'`, argument). @@ -199,8 +201,6 @@ w = WorkspaceClient(host=input('Databricks Workspace URL: '), ``` -Please see more examples in [this document](./docs/azure-ad.md). - ### Overriding `.databrickscfg` For [Databricks native authentication](#databricks-native-authentication), you can override the default behavior for using `.databrickscfg` as follows: