Describe the issue or suggestion
I would like to know if it's possible to use a docker container instance of azurite rather than the run as emulator approach.
I have a cross cutting concern using the docker container that has specific json files and blobs for my entire domain. I don't want the storage to be automatically created. I would like to use the .WithHostStorage method and configure it to point at my existing docker container azurite instance.
I hope that this is possible.