sahil1105 commented on issue #38598:
URL: https://github.com/apache/arrow/issues/38598#issuecomment-2292012224

   Hi, I was wondering if there were any examples of using SAS tokens with the 
AzureFileSystem?
   
   > SAS token. I believe SAS token just needs to be appended to the URL in the 
right places.
   
   My understanding is that the SAS tokens need to be appended to the API 
requests and therefore we may still need to provide a way at the FileSystem 
level to specify these tokens so that they can be used when making the API 
calls. Please correct me if I'm mistaken. When we tried to include the SAS 
token in the path to "OpenOutputStream" (when trying to write a parquet file), 
we saw errors like:
   ```
   Check for Hierarchical Namespace support on 
'https://<STORAGE_ACCOUNT_NAME>.blob.core.windows.net/<CONTAINER_NAME>' failed. 
Azure Error: [AuthenticationFailed] 403 Server failed to authenticate
   ```
   
   I'd be interested to pick this up if I can get some guidance on it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to