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/vs-azure-tools-storage-manage-with-storage-explorer.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,14 +114,14 @@ In addition, you can work with storage accounts in global and national Azure:
114
114
115
115
## Work with local development storage
116
116
117
-
With Storage Explorer, you can work against local storage by using an emulator. This approach lets you simulate working with Azure Storage without necessarily having a storage account deployed on Azure.
117
+
With Storage Explorer, you can work with local storage by using an emulator. This approach lets you simulate working with Azure Storage without necessarily having a storage account deployed on Azure.
118
118
119
119
Starting with version 1.1.0, local storage emulator is supported on all platforms. Storage Explorer can connect to any emulated service listening to its default local storage endpoints.
120
120
121
121
> [!NOTE]
122
122
> Support for storage services and features may vary widely depending on your choice of emulator. Make sure your emulator supports the services and features you intend to work with.
123
123
124
-
1. Configure your emulator of choice to listen at the default endpoints.
124
+
1. Configure the services of your emulator of choice to listen to an unused port.
125
125
126
126
Emulated Service | Default Endpoint
127
127
-----------------|-------------------------
@@ -130,17 +130,20 @@ Starting with version 1.1.0, local storage emulator is supported on all platform
130
130
Tables | `http://127.0.0.1:10002`
131
131
132
132
2. Start the emulator.
133
+
> [!IMPORTANT]
134
+
> Storage Explorer does not automatically start your emulator. You must start it yourself.
133
135
134
-
3. In the left pane of Storage Explorer, expand the **(Local and Attached)** > **Storage Accounts** > **(Development)** node.
136
+
3. In Storage Explorer, click the **Add Account** button. Select **Attach to a local emulator** and click **Next**.
137
+
138
+
4. Enter the port numbers for the services you configured above (leave blank if you don't intend to use that service). Click **Next** then **Connect** to create the connection.
139
+
140
+
5. Expand the **Local & Attached** > **Storage Accounts** > nodes, then expand the service nodes underneath the node corresponding to your emulator connection.
135
141
136
142
You can use this node to create and work with local blobs, queues, and tables. To learn how to work with each storage account type, refer to the following guides:
> Storage Explorer only supports connecting to local emulators using the default endpoints. When starting the emulator, make sure only the default endpoints are configured.
143
-
144
147
## Attach or detach an external storage account
145
148
146
149
With Storage Explorer, you can attach to external storage accounts so that storage accounts can be easily shared. This section explains how to attach to (and detach from) external storage accounts.
0 commit comments