Diffculty connectiong to Azurite via REST API and establishing connection when Azurite is inside a VM
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