Skip to content

Commit

Permalink
Update docs/resources/mount.md
Browse files Browse the repository at this point in the history
Co-authored-by: Miles Yucht <miles@databricks.com>
  • Loading branch information
alexott and mgyucht committed Jul 5, 2023
1 parent 2bd59c1 commit 3c3a744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ resource "databricks_mount" "this" {

### Example mounting ADLS Gen2 with AAD passthrough

-> **Note** Please note that AAD passthrough is considered a legacy data access pattern, please use Unity Catalog for fine grained data access control.
-> **Note** AAD passthrough is considered a legacy data access pattern. Use Unity Catalog for fine-grained data access control.

-> **Note** You can't create AAD passthrough mount using service principal!
-> **Note** Mounts using AAD passthrough cannot be created using a service principal.

To mount ALDS Gen2 with Azure Active Directory Credentials passthrough we need to execute the mount commands using the cluster configured with AAD Credentials passthrough & provide necessary configuration parameters (see [documentation](https://docs.microsoft.com/en-us/azure/databricks/security/credential-passthrough/adls-passthrough#--mount-azure-data-lake-storage-to-dbfs-using-credential-passthrough) for more details).

Expand Down

0 comments on commit 3c3a744

Please sign in to comment.