Skip to content

Commit 2b92ff4

Browse files
authored
Clarify Azure Storage Explorer incompatibility with Blob Module
Clarify that the latest version of Azure Storage Explorer is incompatible with the latest version of the IoT Edge Blob Storage Module. A configuration change is needed for Azure Storage Explorer to work correctly using an older API version.
1 parent fa7c282 commit 2b92ff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/iot-edge/how-to-store-data-blob.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ You can use [Azure Storage Explorer](https://azure.microsoft.com/features/storag
198198
1. Download and install Azure Storage Explorer
199199

200200
1. Connect to Azure Storage using a connection string
201+
> [!NOTE]
202+
> The latest version of Azure Storage Explorer uses a newer storage API version by default than the blob storage module supports. After Storage Explorer starts, select the Edit menu, and check to see if Target Azure Stack Hub APIs is selected. If it isn't, select Target Azure Stack Hub, and then restart Storage Explorer for the change to take effect. This configuration is required for compatibility with your IoT Edge environment.
201203
202204
1. Provide connection string: `DefaultEndpointsProtocol=http;BlobEndpoint=http://<host device name>:11002/<your local account name>;AccountName=<your local account name>;AccountKey=<your local account key>;`
203205

0 commit comments

Comments
 (0)