Diffculty connectiong to Azurite via REST API and establishing connection when Azurite is inside a VM

WindMillCode Raliani 1 Reputation point
2021-06-15T19:38:11.92+00:00

So I see the answer that I am kind of looking for here, but for some reason to no avail
https://stackoverflow.com/questions/58685967/connect-to-azure-storage-emulator-via-rest-api-python

I will try to find the problem string, I would really like a library that can construct the authorization header let on alone the whole HTTP request.

my main issue that my azure storage emulator is behind a windows 10 Virtual Box Guest OS, and any HTTP requests whether through browser API, python or the C# example fail. This is clearly a Virtual Box issue as I have another service I cant reach but im still able to reach MySQL at port 3306. Anyone know of complications when dealing with ports 10000-10002, what type of protocol is taking place here (SMB,SMTP,SFTP...) How can I overcome this

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,782 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.