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: mkdocs/docs/configuration.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,14 +153,14 @@ For the FileIO there are several configuration options available:
153
153
| adls.account-name | devstoreaccount1 | The account that you want to connect to |
154
154
| adls.account-key | Eby8vdM02xNOcqF... | The key to authentication against the account. |
155
155
| 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 |
159
156
| 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 |
160
157
| 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 |
161
158
| 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 |
162
159
| 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 |
163
160
| 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. |
0 commit comments