简体   繁体   中英

Azure Storage Explorer not connecting to Azurite local emulator

Context: I've successfully installed Azurite , a local emulator (via the Visual Studio Code extension) and Azure Storage Explorer . I've also successfully placed a parquet file in the blob directory, started blob service in Azurite and confirmed in VSC that the file is there.

在此处输入图片说明 在此处输入图片说明

Question: When I try to connect to the emulator from Azure Storage Explorer, I don't see the parquet file. What am I doing wrong? Why do I not see the parquet file under either of the blob containers in ASE yet the file shows in VSC?

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

尝试通过本地连接字符串访问。

<add key="StorageConnectionString" value="UseDevelopmentStorage=true" />

Actually the parquet file you put is invalid.

Because __blobstorage__ directory did not store your containers and blobs, refer to :

blobstorage - Directory containing Azurite blob service persisted binary data

As we can see, you have connected to your azurite successfully. Just upload your file using Storage Explorer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM