Azure / azure-cli

Azure Command-Line Interface
MIT License
3.93k stars 2.9k forks source link

MSI support for az storage fs directory #29322

Closed aj9411 closed 1 week ago

aj9411 commented 1 month ago

Related command az storage fs directory

Is your feature request related to a problem? Please describe. Problem: security requirements are causing us to switch from using connection string to using user delegated sas token, which intermittently fails, retrying with a new user delegated sas token helps, sometimes.

Describe the solution you'd like It would be good to have support for MSI with --auth-mode login, like other az storage commands, az storage fs directory lacks this support

Describe alternatives you've considered Sadly the flaky user delegated sas token is the only way I have.

yonzhan commented 1 month ago

Thank you for opening this issue, we will look into it.