Closed raghavrawat98 closed 3 years ago
@raghavrawat98 are you perhaps behind a proxy? If so you can try using system proxy, which you can read about in our networking documentation: https://docs.microsoft.com/en-us/azure/storage/common/storage-explorer-network There are some limitations to it, so make sure you understand those. In the networking docs you can also read about how to configure proxy settings manually if you need to do that instead.
If you are not behind a proxy, then you can confirm if any other programs can reach your IoT storage? The message ENOTFOUND
meant that Storage Explorer was not able to reach your IoT storage.
@MRayermannMSFT I was using an Azure Linux VM for Edge Device and Azure Windows VM for the Storage Explorer. AFter enabling the port,
@raghavrawat98 Are you saying that after allowing the port in our firewall, you are able to create containers on your IoT Edge device?
@JasonYeMSFT Yes after allowing port in firewall I was able to create containers on IoT Edge device.
I am following this document https://docs.microsoft.com/en-us/azure/iot-edge/how-to-store-data-blob?view=iotedge-2020-11. I have my edge device running at a Linux VM. I deployed the following manifest {
}
Then in Azure Storage Explorer I was connecting to this storage via connection string:"DefaultEndpointsProtocol=http;BlobEndpoint=http://raghav:11002/malasrilocalstorage;AccountName=malasrilocalstorage;AccountKey=;" I am getting the following error