Skip to content

Commit cc20720

Browse files
Merge pull request #273126 from craxal/dev/cralvord/gen1-remove
Remove mention of ADLS Gen1
2 parents 282c30e + 4ab8d75 commit cc20720

File tree

1 file changed

+24
-40
lines changed

1 file changed

+24
-40
lines changed

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

Lines changed: 24 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Get started with Storage Explorer
33
description: Start managing Azure storage resources with Storage Explorer. Download and install Azure Storage Explorer, connect to a storage account or service, and more.
44
services: storage
5-
author: cawaMS
5+
author: craxal
66
ms.service: azure-storage
77
ms.topic: article
88
ms.date: 11/08/2019
9-
ms.author: cawa
9+
ms.author: cralvord
1010
---
1111

1212
# Get started with Storage Explorer
@@ -15,7 +15,7 @@ ms.author: cawa
1515

1616
Microsoft Azure Storage Explorer is a standalone app that makes it easy to work with Azure Storage data on Windows, macOS, and Linux.
1717

18-
In this article, you'll learn several ways of connecting to and managing your Azure storage accounts.
18+
In this article, we demonstrate several ways of connecting to and managing your Azure storage accounts.
1919

2020
:::image type="content" alt-text="Microsoft Azure Storage Explorer" source="./media/vs-azure-tools-storage-manage-with-storage-explorer/vs-storage-explorer-overview.png":::
2121

@@ -28,17 +28,17 @@ The following versions of Windows support the latest versions of Storage Explore
2828
* Windows 11
2929
* Windows 10
3030

31-
Additional requirements include:
32-
- Starting with Storage Explorer version 1.30.0, your Windows install must support 64-bit applications.
33-
- Starting with Storage Explorer version 1.30.0, you must have a x64 .NET 6 runtime installed. You can download the latest .NET 6 runtime from [here](https://dotnet.microsoft.com/download/dotnet/6.0).
31+
Other requirements include:
32+
- Your Windows installation must support 64-bit applications (starting with Storage Explorer 1.30.0).
33+
- You must have a x64 .NET 6 runtime installed (starting with Storage Explorer 1.30.0). You can download the latest .NET 6 runtime from [here](https://dotnet.microsoft.com/download/dotnet/6.0).
3434

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

3737
The following versions of macOS support Storage Explorer:
3838

3939
* macOS 10.15 Catalina and later versions
4040

41-
Starting with Storage Explorer version 1.31.0, both x64 (Intel) and ARM64 (Apple Silicon) versions of Storage Explorer are available for download.
41+
Both x64 (Intel) and ARM64 (Apple Silicon) versions of Storage Explorer are available for download starting with Storage Explorer 1.31.0.
4242

4343
# [Ubuntu](#tab/linux-ubuntu)
4444

@@ -56,11 +56,11 @@ Installing the Storage Explorer snap is recommended, but Storage Explorer is als
5656

5757
For more help installing Storage Explorer on Ubuntu, see [Storage Explorer dependencies](../common/storage-explorer-troubleshooting.md#storage-explorer-dependencies) in the Azure Storage Explorer troubleshooting guide.
5858

59-
# [Red Hat Enterprise Linux](#tab/linux-rhel)
59+
# [Red Hat Enterprise Linux (RHEL)](#tab/linux-rhel)
6060

6161
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.
6262

63-
To run snaps, you'll need to install `snapd`. For installation instructions, see the [`snapd` installation page](https://snapcraft.io/docs/installing-snapd).
63+
To run snaps, you need to install `snapd`. For installation instructions, see the [`snapd` installation page](https://snapcraft.io/docs/installing-snapd).
6464

6565
Storage Explorer requires the use of a password manager. You can connect Storage Explorer to your system's password manager by running the following command:
6666

@@ -70,14 +70,14 @@ snap connect storage-explorer:password-manager-service :password-manager-service
7070

7171
For more help installing Storage Explorer on RHEL, see [Storage Explorer dependencies](../common/storage-explorer-troubleshooting.md#storage-explorer-dependencies) in the Azure Storage Explorer troubleshooting guide.
7272

73-
# [SUSE Linux Enterprise Server](#tab/linux-sles)
73+
# [SUSE Linux Enterprise Server (SLES)](#tab/linux-sles)
7474

7575
> [!NOTE]
7676
> 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.
7777
7878
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.
7979

80-
To run snaps, you'll need to install `snapd`. For installation instructions, see the [`snapd` installation page](https://snapcraft.io/docs/installing-snapd).
80+
To run snaps, you need to install `snapd`. For installation instructions, see the [`snapd` installation page](https://snapcraft.io/docs/installing-snapd).
8181

8282
Storage Explorer requires the use of a password manager. You can connect Storage Explorer to your system's password manager by running the following command:
8383

@@ -122,7 +122,7 @@ Storage Explorer provides several ways to connect to Azure resources:
122122
> [!TIP]
123123
> For more information about Azure Stack, see [Connect Storage Explorer to an Azure Stack subscription or storage account](/azure-stack/user/azure-stack-storage-connect-se).
124124
125-
1. Storage Explorer will open a webpage for you to sign in.
125+
1. Storage Explorer opens a webpage for you to sign in.
126126

127127
1. After you successfully sign in with an Azure account, the account and the Azure subscriptions associated with that account appear under **ACCOUNT MANAGEMENT**. Select the Azure subscriptions that you want to work with, and then select **Apply**.
128128

@@ -137,24 +137,24 @@ Storage Explorer provides several ways to connect to Azure resources:
137137
Storage Explorer lets you connect to individual resources, such as an Azure Data Lake Storage Gen2 container, using various authentication methods. Some authentication methods are only supported for certain resource types.
138138

139139
| Resource type | Microsoft Entra ID | Account Name and Key | Shared Access Signature (SAS) | Public (anonymous) |
140-
|------------------|----------|----------------------|--------------------------------|--------------------|
141-
| Storage accounts | Yes | Yes | Yes (connection string or URL) | No |
142-
| Blob containers | Yes | No | Yes (URL) | Yes |
143-
| Gen2 containers | Yes | No | Yes (URL) | Yes |
144-
| Gen2 directories | Yes | No | Yes (URL) | Yes |
145-
| File shares | No | No | Yes (URL) | No |
146-
| Queues | Yes | No | Yes (URL) | No |
147-
| Tables | Yes | No | Yes (URL) | No |
140+
|------------------|--------------------|----------------------|--------------------------------|--------------------|
141+
| Storage accounts | Yes | Yes | Yes (connection string or URL) | No |
142+
| Blob containers | Yes | No | Yes (URL) | Yes |
143+
| Gen2 containers | Yes | No | Yes (URL) | Yes |
144+
| Gen2 directories | Yes | No | Yes (URL) | Yes |
145+
| File shares | No | No | Yes (URL) | No |
146+
| Queues | Yes | No | Yes (URL) | No |
147+
| Tables | Yes | No | Yes (URL) | No |
148148

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

151151
To connect to an individual resource, select the **Connect** button in the left-hand toolbar. Then follow the instructions for the resource type you want to connect to.
152152

153153
:::image type="content" alt-text="Connect to Azure storage option" source="./media/vs-azure-tools-storage-manage-with-storage-explorer/vs-storage-explorer-connect-button.png":::
154154

155-
When a connection to a storage account is successfully added, a new tree node will appear under **Local & Attached** > **Storage Accounts**.
155+
When a connection to a storage account is successfully added, a new tree node appears under **Local & Attached** > **Storage Accounts**.
156156

157-
For other resource types, a new node is added under **Local & Attached** > **Storage Accounts** > **(Attached Containers)**. The node will appear under a group node matching its type. For example, a new connection to an Azure Data Lake Storage Gen2 container will appear under **Blob Containers**.
157+
For other resource types, a new node is added under **Local & Attached** > **Storage Accounts** > **(Attached Containers)**. The node appears under a group node matching its type. For example, a new connection to an Azure Data Lake Storage Gen2 container appears under **Blob Containers**.
158158

159159
If Storage Explorer couldn't add your connection, or if you can't access your data after successfully adding the connection, see the [Azure Storage Explorer troubleshooting guide](../common/storage-explorer-troubleshooting.md).
160160

@@ -172,7 +172,7 @@ Storage Explorer can use your Azure account to connect to the following resource
172172

173173
Microsoft Entra ID is the preferred option if you have data layer access to your resource but no management layer access.
174174

175-
1. Sign in to at least one Azure account using the [steps described above](#sign-in-to-azure).
175+
1. Sign in to at least one Azure account using the [sign-in steps](#sign-in-to-azure).
176176
1. In the **Select Resource** panel of the **Connect to Azure Storage** dialog, select **Blob container**, **ADLS Gen2 container**, or **Queue**.
177177
1. Select **Sign in using Microsoft Entra ID** and select **Next**.
178178
1. Select an Azure account and tenant. The account and tenant must have access to the Storage resource you want to attach to. Select **Next**.
@@ -247,22 +247,6 @@ If you want to use a different name for your connection, or if your emulator isn
247247
1. Enter a display name for your connection and the port number for each emulated service you want to use. If you don't want to use to a service, leave the corresponding port blank. Select **Next**.
248248
1. Review your connection information in the **Summary** panel. If the connection information is correct, select **Connect**.
249249

250-
#### Connect to Azure Data Lake Store by URI
251-
252-
You can access a resource that's not in your subscription. You need someone who has access to that resource to give you the resource URI. After you sign in, connect to Data Lake Store by using the URI. To connect, follow these steps:
253-
254-
1. Under **EXPLORER**, expand **Local & Attached**.
255-
256-
1. Right-click **Data Lake Storage Gen1**, and select **Connect to Data Lake Storage Gen1**.
257-
258-
![Connect to Data Lake Store context menu](./media/vs-azure-tools-storage-manage-with-storage-explorer/storage-explorer-connect-data-lake-storage.png)
259-
260-
1. Enter the URI, and then select **OK**. Your Data Lake Store appears under **Data Lake Storage**.
261-
262-
![Connect to Data Lake Store result](./media/vs-azure-tools-storage-manage-with-storage-explorer/storage-explorer-attach-data-lake-finished.png)
263-
264-
This example uses Data Lake Storage Gen1. Azure Data Lake Storage Gen2 is now available. For more information, see [What is Azure Data Lake Storage Gen1](../../data-lake-store/data-lake-store-overview.md).
265-
266250
## Generate a shared access signature in Storage Explorer<a name="generate-a-sas-in-storage-explorer"></a>
267251

268252
### Account level shared access signature
@@ -285,7 +269,7 @@ You can get a shared access signature at the service level. For more information
285269

286270
To find a storage resource, you can search in the **EXPLORER** pane.
287271

288-
As you enter text in the search box, Storage Explorer displays all resources that match the search value you've entered up to that point. This example shows a search for **endpoints**:
272+
As you enter text in the search box, Storage Explorer displays all resources that match the search value you entered up to that point. This example shows a search for **endpoints**:
289273

290274
![Storage account search][23]
291275

0 commit comments

Comments
 (0)