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
Azure storage explorer requires a browser on the device in order to sign in.
Desired Solution
Support az login --use-device-code or other similar method to authenticate Azure storage explorer by using a web browser on a separate device
Alternatives and Workarounds
Currently utilizing connection strings and keys for individual storage accounts. However, this does not scale well as we have hundreds of storage accounts. Additionally, doing so negativley impacts logging, as actions taken under SAS are not uniquely attributable to a user for legal\auditing purposes.
Additional Context
In highly regulated environments, use of web browsers is significantly limited. When migrating large amounts of data, Azure storage explorer is most effectively run on well-connected high availability systems. However, these devices are also the least likely to be able to run a web browser. (Either from a technical or regulatory limitation). To address this issue, Azure storage explorer should allow sign-in via device code in the same manner that Azure CLI on powershell does. This would eliminate the dependency on having a browser that can reach the internet installed on the storage server(s) that Storage Explorer is installed on. Additionally it would allow storage explorer to login when used as a Remote App (Via Remote Desktop Services) which currently does not function because the storage explorer login process takes place in a different process\application than is being broadcast via remote desktop services.
The text was updated successfully, but these errors were encountered:
Could you try go to Settings > Application > Sign In With and change it to "Device Code Flow" and then retry sign-in? I believe it can achieve what you want.
Preflight Checklist
Problem
Azure storage explorer requires a browser on the device in order to sign in.
Desired Solution
Support az login --use-device-code or other similar method to authenticate Azure storage explorer by using a web browser on a separate device
Alternatives and Workarounds
Currently utilizing connection strings and keys for individual storage accounts. However, this does not scale well as we have hundreds of storage accounts. Additionally, doing so negativley impacts logging, as actions taken under SAS are not uniquely attributable to a user for legal\auditing purposes.
Additional Context
In highly regulated environments, use of web browsers is significantly limited. When migrating large amounts of data, Azure storage explorer is most effectively run on well-connected high availability systems. However, these devices are also the least likely to be able to run a web browser. (Either from a technical or regulatory limitation). To address this issue, Azure storage explorer should allow sign-in via device code in the same manner that Azure CLI on powershell does. This would eliminate the dependency on having a browser that can reach the internet installed on the storage server(s) that Storage Explorer is installed on. Additionally it would allow storage explorer to login when used as a Remote App (Via Remote Desktop Services) which currently does not function because the storage explorer login process takes place in a different process\application than is being broadcast via remote desktop services.
The text was updated successfully, but these errors were encountered: