Skip to content

Commit 63eb0b2

Browse files
authored
Merge pull request #48200 from craxal/dev/cralvord/stg-ex-emulator
Update directions for connecting to emulators for 1.4.0
2 parents 9d7f530 + f476f7d commit 63eb0b2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ In addition, you can work with storage accounts in global and national Azure:
114114

115115
## Work with local development storage
116116

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

119119
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.
120120

121121
> [!NOTE]
122122
> 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.
123123
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.
125125

126126
Emulated Service | Default Endpoint
127127
-----------------|-------------------------
@@ -130,17 +130,20 @@ Starting with version 1.1.0, local storage emulator is supported on all platform
130130
Tables | `http://127.0.0.1:10002`
131131

132132
2. Start the emulator.
133+
> [!IMPORTANT]
134+
> Storage Explorer does not automatically start your emulator. You must start it yourself.
133135
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.
135141

136142
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:
137143

138144
* [Manage Azure Blob storage resources](vs-azure-tools-storage-explorer-blobs.md)
139145
* [Manage Azure File storage resources](vs-azure-tools-storage-explorer-files.md)
140146

141-
> [!NOTE]
142-
> 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-
144147
## Attach or detach an external storage account
145148

146149
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

Comments
 (0)