Skip to content

Commit 83a5ea5

Browse files
authored
Add a note about passthrough mounts and service principals (#1140)
1 parent 2da1268 commit 83a5ea5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/resources/mount.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ resource "databricks_mount" "this" {
5656

5757
### Example mounting ADLS Gen2 with AAD passthrough
5858

59+
**Note** You can't create AAD passthrough mount using service principal!
60+
5961
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).
6062

6163
```hcl

0 commit comments

Comments
 (0)