Skip to content

Commit 7c89a9b

Browse files
committed
add docs
1 parent 21f762a commit 7c89a9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mkdocs/docs/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ For the FileIO there are several configuration options available:
153153
| adls.account-name | devstoreaccount1 | The account that you want to connect to |
154154
| adls.account-key | Eby8vdM02xNOcqF... | The key to authentication against the account. |
155155
| adls.sas-token | NuHOuuzdQN7VRM%2FOpOeqBlawRCA845IY05h9eu1Yte4%3D | The shared access signature |
156-
| adls.tenant-id | ad667be4-b811-11ed-afa1-0242ac120002 | The tenant-id |
157-
| adls.client-id | ad667be4-b811-11ed-afa1-0242ac120002 | The client-id |
158-
| adls.client-secret | oCA3R6P\*ka#oa1Sms2J74z... | The client-secret |
159156
| adls.account-host | accountname1.blob.core.windows.net | The storage account host. See [AzureBlobFileSystem](https://github.com/fsspec/adlfs/blob/adb9c53b74a0d420625b86dd00fbe615b43201d2/adlfs/spec.py#L125) for reference |
160157
| adls.blob-storage-authority | .blob.core.windows.net | The hostname[:port] of the Blob Service. Defaults to `.blob.core.windows.net`. Useful for connecting to a local emulator, like [azurite](https://github.com/azure/azurite). See [AzureFileSystem](https://arrow.apache.org/docs/python/filesystems.html#azure-storage-file-system) for reference |
161158
| adls.dfs-storage-authority | .dfs.core.windows.net | The hostname[:port] of the Data Lake Gen 2 Service. Defaults to `.dfs.core.windows.net`. Useful for connecting to a local emulator, like [azurite](https://github.com/azure/azurite). See [AzureFileSystem](https://arrow.apache.org/docs/python/filesystems.html#azure-storage-file-system) for reference |
162159
| adls.blob-storage-scheme | https | Either `http` or `https`. Defaults to `https`. Useful for connecting to a local emulator, like [azurite](https://github.com/azure/azurite). See [AzureFileSystem](https://arrow.apache.org/docs/python/filesystems.html#azure-storage-file-system) for reference |
163160
| adls.dfs-storage-scheme | https | Either `http` or `https`. Defaults to `https`. Useful for connecting to a local emulator, like [azurite](https://github.com/azure/azurite). See [AzureFileSystem](https://arrow.apache.org/docs/python/filesystems.html#azure-storage-file-system) for reference |
161+
| adls.tenant-id | ad667be4-b811-11ed-afa1-0242ac120002 | Tenant ID for Azure Active Directory authentication. |
162+
| adls.client-id | ad667be4-b811-11ed-afa1-0242ac120002 | The client ID (Application ID) for Azure Active Directory authentication. It is the Application (client) ID of your registered Azure AD application (Service Principal). |
163+
| adls.client-secret | oCA3R6P\*ka#oa1Sms2J74z... | Client secret for Azure Active Directory authentication. |
164164

165165
<!-- markdown-link-check-enable-->
166166

0 commit comments

Comments
 (0)