-
Notifications
You must be signed in to change notification settings - Fork 27
Use with Azure Storage Explorer #155
Comments
right, it appears that it's just very slow/error prone... no idea why though do we think it's worth investigating? Is this a tool we want to be supporting? |
hi @jamesrichford ! I think there are three problems with the MS Azure Storage Explorer Tool currently:
I've already tried to address these issues at the product group but they have a lot of different things on their roadmap which have a higher priority. I will get back to them and ask about the current state. Will post an update here asap. |
It seems that Storage Explorer expects the $logs container to be present in the storage account. It does an initial HEAD operation on the $logs container. If this operation returns a 404 Storage Explorer is stuck for over a minute or so. If the container exists everything seems to be way faster. I cannot find anything in the documentation, however, that says that a $logs container must be present... Also looking at various storage accounts on Azure many do not have a $logs container (only if they are used for collecting metrics etc.) |
@arafato so a Is it the case we just need to implement these end points then I guess? |
@jamesrichford well a |
@jamesrichford during initialization time Azurite now creates a @seguler can you provide an update about the future roadmap of Azure Storage Explorer integration with Azurite? |
Ace thanks @arafato :) congrats on 100 stars by the way! Looking forward to much more awesome stuff, may even be submitting some PRs soon. Is table storage the top of your agenda? |
@jamesrichford thanks! :-) |
I'm trying to user Microsoft Azure Storage Explorer to check out the contents but the loading wheels keep spinning :(
Do you need to do any special setup to get it working?
The text was updated successfully, but these errors were encountered: