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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,7 +317,7 @@ Storage Explorer only supports basic authentication with proxy servers. Other au
317
317
318
318
The **Application** > **Proxy** > **Proxy configuration** setting determines which source Storage Explorer gets the proxy configuration from.
319
319
320
-
If you select **Use environment variables**, make sure to set the `HTTPS_PROXY` or `HTTP_PROXY` environment variables. Environment variables are case-sensitive, so be sure to set the correct variables. If these variables are undefined or invalid, Storage Explorer won't use a proxy. Restart Storage Explorer after you modify any environment variables.
320
+
If you select **Use environment variables**, make sure to set the `HTTPS_PROXY` or `HTTP_PROXY` environment variables. Environment variables are case-sensitive, so be sure to set the correct variables. If these variables are undefined or invalid, Storage Explorer doesn't use a proxy. Restart Storage Explorer after you modify any environment variables.
321
321
322
322
If you select **Use app proxy settings**, make sure the in-app proxy settings are correct.
323
323
@@ -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 require access to the command line. If access to the command line is 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 you can securely send your Fiddler trace.
0 commit comments