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 doesn't run on the new Ubuntu 22.04 image out of the box. It gives an error message stating that .NET SDK 8.0 is needed, but the installed version is 7.0.
This is easy to fix on the VM by uninstalling dotnet-sdk-7.0 and replacing it with dotnet-sdk-8.0, then the Storage Explorer runs correctly.
Updating templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/vm_config.sh, line 61, and rebuilding the template fixes this at source.
Describe the bug
Azure Storage Explorer doesn't run on the new Ubuntu 22.04 image out of the box. It gives an error message stating that .NET SDK 8.0 is needed, but the installed version is 7.0.
This is easy to fix on the VM by uninstalling
dotnet-sdk-7.0
and replacing it withdotnet-sdk-8.0
, then the Storage Explorer runs correctly.Updating
templates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/vm_config.sh
, line 61, and rebuilding the template fixes this at source.Steps to reproduce
Azure TRE release version (e.g. v0.14.0 or main):
current HEAD
Deployed Azure TRE components - click the (i) in the UI:
The text was updated successfully, but these errors were encountered: