microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
370 stars 84 forks source link

failed to create blob container local storage - econnectrefused #8062

Closed hadeerhma closed 2 weeks ago

hadeerhma commented 1 month ago

Preflight Checklist

Storage Explorer Version

1.34

Regression From

No response

Architecture

arm64

Storage Explorer Build Number

No response

Platform

Linux (tar.gz)

OS Version

No response

Bug Description

i cannot create new container in localstorage image

Steps to Reproduce

  1. start storage explorer
  2. create new blob container

Actual Experience

image

Expected Experience

No response

Additional Context

No response

craxal commented 1 month ago

@hadeerhma Based on your screenshot, it is not clear if the storage account you are connecting to is indeed a local emulator. Can you confirm that the key-based connection is actually trying to connect to your local emulator? Is your local emulator running?

hadeerhma commented 1 month ago

Yes … Iam trying to create local storage for azure iot edge storage I did last year and was working But azure explorer cannot create local storage anymore

Von meinem iPhone gesendet

Am 19.07.2024 um 20:21 schrieb Craig Alvord @.***>:



@hadeerhmahttps://github.com/hadeerhma Based on your screenshot, it is not clear if the storage account you are connecting to is indeed a local emulator. Can you confirm that the key-based connection is actually trying to connect to your local emulator? Is your local emulator running?

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/AzureStorageExplorer/issues/8062#issuecomment-2239860580, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACLNLTT2N3XJBJVFJGRTM4TZNFKKXAVCNFSM6AAAAABLAMONHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZZHA3DANJYGA. You are receiving this because you were mentioned.Message ID: @.***>

craxal commented 1 month ago

@hadeerhma Azure IoT Edge? That means you are not using an emulator such as Azurite, correct?

Storage Explorer does not start or create any local storage services or resources for you. You need to start the service before Storage Explorer can communicate with it.

Storage Explorer used to start the (now outdated) Azure Storage Emulator automatically, but it hasn't been doing that for many years now.

hadeerhma commented 1 month ago

Azure IoT edge is already installed with blob storage container. But I need to create a local storage using azure storage explorer but I got error connected refused

craxal commented 1 month ago

@hadeerhma Can you please provide details about how you created the connection with which you are having problems? Can you confirm that your IoT solution is behaving as you expect before attempting to connect with Storage Explorer?

Again, you cannot "create local storage" using Storage Explorer. It simply does not do any of that for you. It can only connect to existing storage resources.

It is also unclear what you mean by "local storage". Usually, when we refer to local storage, we are referring to an Azure storage emulator such as Azurite running on your local machine. If your machine requires some kind of storage service for your Azure IoT solution, I would have thought the IoT installation would have created some service for you.

craxal commented 2 weeks ago

Closing due to inactivity. If this is still an issue, please respond by providing the requested information, and we will review.