I'm developing a few microservices in asp.net core 2.1. Some of my services use Azure Storage. They are all hosted in Linux containers using Docker and all is well with that. I realize it would be possible to containarize the storage emulator but this is not what I want, I want to connect to the host running it.
My question boils down to; How do I connect my apps to the storage emulator running on my desktop(the host)?
Thanks!