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
### Rationale for this change
Missing documentation on AzureFileSystem
### What changes are included in this PR?
Added ArrowFileSystem documentation
### Are these changes tested?
Not yet
### Are there any user-facing changes?
Documentation
* GitHub Issue: #45758
Lead-authored-by: Mike Barry <[email protected]>
Co-authored-by: Mike Barry <[email protected]>
Co-authored-by: Bryce Mecum <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
If neither ``account_key`` or ``sas_token`` is specified a `DefaultAzureCredential <https://github.com/Azure/azure-sdk-for-cpp/blob/main/sdk/identity/azure-identity/README.md#defaultazurecredential>`__
311
+
is used for authentication. This means it will try several types of authentication
312
+
and go with the first one that works. If any authentication parameters are provided when
313
+
initialising the FileSystem, they will be used instead of the default credential.
314
+
315
+
Example showing how you can read contents from an Azure Blob Storage account::
0 commit comments