Skip to content

Commit 76161f0

Browse files
Merge pull request #297859 from craxal/dev/cralvord/file-oauth-update
Update table of supported auth types for file shares
2 parents 692a5eb + bc39bce commit 76161f0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/storage/storage-explorer/vs-azure-tools-storage-manage-with-storage-explorer.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following versions of Windows support the latest versions of Storage Explore
3131

3232
Other requirements include:
3333
- Your Windows installation must support 64-bit applications (starting with Storage Explorer 1.30.0).
34-
- You must have a .NET 8 runtime installed (starting with Storage Explorer 1.34.0) which matches the architecture of your Storage Explorer install. The Storage Explorer installer will install a .NET 8 runtime if you do not already have one installed, but it may not be the latest version available. It is your responsibility to keep your .NET install up to date. You can download the latest .NET 8 runtime from [here](https://dotnet.microsoft.com/download/dotnet/8.0).
34+
- You must have a .NET 8 runtime installed (starting with Storage Explorer 1.34.0) which matches the architecture of your Storage Explorer install. The Storage Explorer installer installs a .NET 8 runtime if you don't already have one installed, but it might not be the latest version available. It is your responsibility to keep your .NET install up to date. You can download the latest .NET 8 runtime from [here](https://dotnet.microsoft.com/download/dotnet/8.0).
3535

3636
# [macOS](#tab/macos)
3737

@@ -74,7 +74,7 @@ For more help installing Storage Explorer on RHEL, see [Storage Explorer depende
7474
# [SUSE Linux Enterprise Server (SLES)](#tab/linux-sles)
7575

7676
> [!NOTE]
77-
> Storage Explorer has not been tested for SLES. You may try using Storage Explorer on your system, but we cannot guarantee that Storage Explorer will work as expected.
77+
> Storage Explorer hasn't been tested for SLES. You can try using Storage Explorer on your system, but we can't guarantee that Storage Explorer works as expected.
7878
7979
Storage Explorer is available in the [Snap Store](https://snapcraft.io/storage-explorer). The Storage Explorer snap installs all of its dependencies and updates when new versions are published to the Snap Store.
8080

@@ -137,15 +137,15 @@ Storage Explorer provides several ways to connect to Azure resources:
137137

138138
Storage Explorer lets you connect to individual resources, such as an Azure Data Lake Storage container, using various authentication methods. Some authentication methods are only supported for certain resource types.
139139

140-
| Resource type | Microsoft Entra ID | Account Name and Key | Shared Access Signature (SAS) | Public (anonymous) |
141-
|------------------|--------------------|----------------------|--------------------------------|--------------------|
142-
| Storage accounts | Yes | Yes | Yes (connection string or URL) | No |
143-
| Blob containers | Yes | No | Yes (URL) | Yes |
140+
| Resource type | Microsoft Entra ID | Account Name and Key | Shared Access Signature (SAS) | Public (anonymous) |
141+
|-------------------------------|--------------------|----------------------|--------------------------------|--------------------|
142+
| Storage accounts | Yes | Yes | Yes (connection string or URL) | No |
143+
| Blob containers | Yes | No | Yes (URL) | Yes |
144144
| Data Lake Storage containers | Yes | No | Yes (URL) | Yes |
145145
| Data Lake Storage directories | Yes | No | Yes (URL) | Yes |
146-
| File shares | No | No | Yes (URL) | No |
147-
| Queues | Yes | No | Yes (URL) | No |
148-
| Tables | Yes | No | Yes (URL) | No |
146+
| File shares | Yes | No | Yes (URL) | No |
147+
| Queues | Yes | No | Yes (URL) | No |
148+
| Tables | Yes | No | Yes (URL) | No |
149149

150150
Storage Explorer can also connect to a [local storage emulator](#local-storage-emulator) using the emulator's configured ports.
151151

0 commit comments

Comments
 (0)