fabricebaranski opened a new issue, #44682: URL: https://github.com/apache/arrow/issues/44682
### Describe the usage question you have. Please include as many useful details as possible. I want to use fs.FileSystem.from_uri with azurite. Here a short sample of code: ``` import pyarrow.fs as fs local_new, path_new = fs.FileSystem.from_uri("abfs://myaccount.blob.core.windows.net/mycontainer") local_new.create_dir("test") ``` The error I received is: `az: error: unrecognized arguments: --scope https://storage.azure.com/.default` How can I set account_key to be able to use FileSystem.from_uri? ### Component(s) Python -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org