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
Copy file name to clipboardExpand all lines: support/azure/azure-storage/blobs/alerts/storage-explorer-troubleshooting.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ author: jinglouMSFT
6
6
ms.author: jinglou
7
7
ms.service: azure-storage
8
8
ms.custom: sap:Alerts, Metrics, Logging and Monitoring, linux-related-content
9
-
ms.date: 12/23/2024
10
-
ms.reviewer: cralvord,richardgao
9
+
ms.date: 06/13/2025
10
+
ms.reviewer: cralvord,richardgao
11
11
---
12
12
13
13
# Azure Storage Explorer troubleshooting guide
@@ -478,6 +478,9 @@ If you accidentally attached by using an invalid shared access signature URL and
478
478
479
479
Storage Explorer comes packaged with all dependencies it needs to run on Windows.
480
480
481
+
> [!NOTE]
482
+
> Some components need command line access. If it's restricted, Storage Explorer might not work as expected. If you encounter issues, contact your system administrator.
483
+
481
484
## [macOS](#tab/macOS)
482
485
483
486
Storage Explorer comes packaged with all dependencies it needs to run on macOS.
You can also download the application as a *.tar.gz* file, but you have to install dependencies manually.
500
503
501
-
Storage Explorer requires the [.NET 6 runtime](/dotnet/core/install/linux) to be installed on your system. The ASP.NET runtime isn't required.
504
+
Storage Explorer requires the [.NET 8 runtime](/dotnet/core/install/linux) to be installed on your system. The ASP.NET runtime isn't required.
502
505
503
506
> [!NOTE]
504
507
> Older versions of Storage Explorer might require a different version of .NET or .NET Core. To determine the required version, refer to the release notes or in-app error messages.
@@ -676,7 +679,7 @@ AzCopy logs can be found easily via two different methods:
676
679
For some issues, you need to provide logs of the network calls made by Storage Explorer. On Windows, you can get network logs by using Fiddler.
677
680
678
681
> [!NOTE]
679
-
> Fiddler traces might contain passwords you entered or sent in your browser during the gathering of the trace. Make sure to read the instructions on how to sanitize a Fiddler trace. Don't upload Fiddler traces to GitHub. You'll be told where you can securely send your Fiddler trace.
682
+
> Fiddler traces might contain passwords you entered or sent in your browser during the gathering of the trace. Make sure to read the instructions on how to sanitize a Fiddler trace. Don't upload Fiddler traces to GitHub. Wait for instructions on how to securely send your Fiddler trace.
0 commit comments