Skip to content

Commit e7ca82e

Browse files
authored
Merge pull request #105095 from jessevl/patch-1
Clarify Azure Storage Explorer incompatibility with Blob Module
2 parents 4d0622a + 7329d8d commit e7ca82e

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
@@ -197,6 +197,8 @@ You can use [Azure Storage Explorer](https://azure.microsoft.com/features/storag
197197

198198
1. Download and install Azure Storage Explorer
199199

200+
1. The latest version of Azure Storage Explorer uses a newer storage API version not supported by the blob storage module. Start Azure Storage Explorer. Select the **Edit** menu. Verify the **Target Azure Stack Hub APIs** is selected. If it isn't, select **Target Azure Stack Hub**. Restart Azure Storage Explorer for the change to take effect. This configuration is required for compatibility with your IoT Edge environment.
201+
200202
1. Connect to Azure Storage using a connection string
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>;`

0 commit comments

Comments
 (0)