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: articles/storage/storage-explorer/vs-azure-tools-storage-manage-with-storage-explorer.md
+24-40Lines changed: 24 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
title: Get started with Storage Explorer
3
3
description: Start managing Azure storage resources with Storage Explorer. Download and install Azure Storage Explorer, connect to a storage account or service, and more.
4
4
services: storage
5
-
author: cawaMS
5
+
author: craxal
6
6
ms.service: azure-storage
7
7
ms.topic: article
8
8
ms.date: 11/08/2019
9
-
ms.author: cawa
9
+
ms.author: cralvord
10
10
---
11
11
12
12
# Get started with Storage Explorer
@@ -15,7 +15,7 @@ ms.author: cawa
15
15
16
16
Microsoft Azure Storage Explorer is a standalone app that makes it easy to work with Azure Storage data on Windows, macOS, and Linux.
17
17
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.
@@ -28,17 +28,17 @@ The following versions of Windows support the latest versions of Storage Explore
28
28
* Windows 11
29
29
* Windows 10
30
30
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).
34
34
35
35
# [macOS](#tab/macos)
36
36
37
37
The following versions of macOS support Storage Explorer:
38
38
39
39
* macOS 10.15 Catalina and later versions
40
40
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.
42
42
43
43
# [Ubuntu](#tab/linux-ubuntu)
44
44
@@ -56,11 +56,11 @@ Installing the Storage Explorer snap is recommended, but Storage Explorer is als
56
56
57
57
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.
58
58
59
-
# [Red Hat Enterprise Linux](#tab/linux-rhel)
59
+
# [Red Hat Enterprise Linux (RHEL)](#tab/linux-rhel)
60
60
61
61
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.
62
62
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).
64
64
65
65
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:
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.
72
72
73
-
# [SUSE Linux Enterprise Server](#tab/linux-sles)
73
+
# [SUSE Linux Enterprise Server (SLES)](#tab/linux-sles)
74
74
75
75
> [!NOTE]
76
76
> 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
77
78
78
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.
79
79
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).
81
81
82
82
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:
83
83
@@ -122,7 +122,7 @@ Storage Explorer provides several ways to connect to Azure resources:
122
122
> [!TIP]
123
123
> 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).
124
124
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.
126
126
127
127
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**.
128
128
@@ -137,24 +137,24 @@ Storage Explorer provides several ways to connect to Azure resources:
137
137
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.
138
138
139
139
| Resource type | Microsoft Entra ID | Account Name and Key | Shared Access Signature (SAS) | Public (anonymous) |
| 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 |
148
148
149
149
Storage Explorer can also connect to a [local storage emulator](#local-storage-emulator) using the emulator's configured ports.
150
150
151
151
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.
152
152
153
153
:::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":::
154
154
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**.
156
156
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**.
158
158
159
159
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).
160
160
@@ -172,7 +172,7 @@ Storage Explorer can use your Azure account to connect to the following resource
172
172
173
173
Microsoft Entra ID is the preferred option if you have data layer access to your resource but no management layer access.
174
174
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).
176
176
1. In the **Select Resource** panel of the **Connect to Azure Storage** dialog, select **Blob container**, **ADLS Gen2 container**, or **Queue**.
177
177
1. Select **Sign in using Microsoft Entra ID** and select **Next**.
178
178
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
247
247
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**.
248
248
1. Review your connection information in the **Summary** panel. If the connection information is correct, select **Connect**.
249
249
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
-

259
-
260
-
1. Enter the URI, and then select **OK**. Your Data Lake Store appears under **Data Lake Storage**.
261
-
262
-

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
-
266
250
## Generate a shared access signature in Storage Explorer<aname="generate-a-sas-in-storage-explorer"></a>
267
251
268
252
### Account level shared access signature
@@ -285,7 +269,7 @@ You can get a shared access signature at the service level. For more information
285
269
286
270
To find a storage resource, you can search in the **EXPLORER** pane.
287
271
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**:
0 commit comments