Skip to content

Commit c6c5a9d

Browse files
committed
Add mention of command line restrictions
1 parent da7e082 commit c6c5a9d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

support/azure/azure-storage/blobs/alerts/storage-explorer-troubleshooting.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Storage Explorer only supports basic authentication with proxy servers. Other au
317317

318318
The **Application** > **Proxy** > **Proxy configuration** setting determines which source Storage Explorer gets the proxy configuration from.
319319

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.
321321

322322
If you select **Use app proxy settings**, make sure the in-app proxy settings are correct.
323323

@@ -478,6 +478,9 @@ If you accidentally attached by using an invalid shared access signature URL and
478478

479479
Storage Explorer comes packaged with all dependencies it needs to run on Windows.
480480

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+
481484
## [macOS](#tab/macOS)
482485

483486
Storage Explorer comes packaged with all dependencies it needs to run on macOS.
@@ -498,7 +501,7 @@ snap connect storage-explorer:password-manager-service :password-manager-service
498501

499502
You can also download the application as a *.tar.gz* file, but you have to install dependencies manually.
500503

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.
502505

503506
> [!NOTE]
504507
> 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:
676679
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.
677680

678681
> [!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.
680683
681684
#### Part 1: Install and configure Fiddler
682685

0 commit comments

Comments
 (0)