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
Copy file name to clipboardExpand all lines: docs/get-started/VeloxABFS.md
+29-3Lines changed: 29 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,41 @@ ABFS is an important data store for big data users. This doc discusses config de
8
8
9
9
# Working with ABFS
10
10
11
-
## Configuring ABFS Access Token
11
+
## Configuring ABFS Authentication Type
12
12
13
-
To configure access to your storage account, replace <storage-account> with the name of your account. This property aligns with Spark configurations. By setting this config multiple times using different storage account names, you can access multiple ABFS accounts.
13
+
The authentication mechanism for an Azure storage account is controlled by the following property. Replace `<storage-account>` with the name of your Azure Storage account. Defaults to `SharedKey` if not set.
Allowed values are `SharedKey`, `OAuth`, and `SAS`.
20
+
21
+
## Configuring ABFS Access Key
22
+
23
+
To configure access to your storage account using a shared key, replace `<storage-account>` with the name of your account. This property aligns with Spark configurations. By setting this config multiple times using different storage account names, you can access multiple ABFS accounts.
### Other authentatication methods are not yet supported.
29
+
## Configuring ABFS SAS Token
30
+
31
+
To authenticate using a pre-generated SAS (Shared Access Signature) token, set the following property. This token provides scoped and time-limited access to specific resources.
To authenticate using OAuth 2.0, set the following properties. Replace `<storage-account>` with the name of your Azure Storage account and `<tenant-id>` with your Azure AD tenant ID.
0 commit comments