amoeba commented on code in PR #45759:
URL: https://github.com/apache/arrow/pull/45759#discussion_r1993674976


##########
docs/source/python/filesystems.rst:
##########
@@ -295,6 +296,46 @@ some environment variables.
   In contrast to the legacy HDFS filesystem with ``pa.hdfs.connect``, setting
   ``CLASSPATH`` is not optional (pyarrow will not attempt to infer it).
 
+.. _filesystem-azurefs:
+
+Azure Storage File System
+--------------------------------
+
+PyArrow implements natively an Azure filesystem for Azure Blob Storage with or
+without heirarchical namespace enabled.
+
+The :class:`AzureFileSystem` constructor has several options to configure the
+Azure Blob Storage connection (e.g. account name, account key, SAS token, etc).
+
+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>`__

Review Comment:
   ```suggestion
   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>`__
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to