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
Is your feature request related to a problem? Please describe.
Unable to access the "data" field of batch explorer as access key was disabled for security compliance. As for recent security requirement, we need to disable to access key or automatically disabled via security policy. It will cause we are not able to manage the batch account associated storage account from the batch explorer.
Is your feature request related to a problem? Please describe.
Unable to access the "data" field of batch explorer as access key was disabled for security compliance. As for recent security requirement, we need to disable to access key or automatically disabled via security policy. It will cause we are not able to manage the batch account associated storage account from the batch explorer.
Describe the solution you'd like
I helped review the code and can see the field of "data" only use the access key as a reference. Looks it didn't meet the modern security requirement. May I ask if we can add logic to access the storage account via MS Entra ID to avoid the failure of KeyBasedAuthenticationNotPermitted?
BatchExplorer/desktop/src/app/components/data/action/blob-container-commands.ts at main · Azure/BatchExplorer (github.com)
BatchExplorer/desktop/src/app/services/storage at main · Azure/BatchExplorer (github.com)
The text was updated successfully, but these errors were encountered: